Searched refs:HfpLc3Decoder (Results 1 – 4 of 4) sorted by relevance
29 class HfpLc3Decoder : public MmcInterface {31 explicit HfpLc3Decoder();32 ~HfpLc3Decoder();35 HfpLc3Decoder(const HfpLc3Decoder&) = delete;36 HfpLc3Decoder& operator=(const HfpLc3Decoder&) = delete;
30 HfpLc3Decoder::HfpLc3Decoder() : hfp_lc3_decoder_mem_(nullptr) {} in HfpLc3Decoder() function in mmc::HfpLc3Decoder32 HfpLc3Decoder::~HfpLc3Decoder() { cleanup(); } in ~HfpLc3Decoder()34 int HfpLc3Decoder::init(ConfigParam config) { in init()61 void HfpLc3Decoder::cleanup() { in cleanup()68 int HfpLc3Decoder::transcode(uint8_t* i_buf, int i_len, uint8_t* o_buf, in transcode()
48 decoder_ = std::make_unique<mmc::HfpLc3Decoder>(); in SetUp()51 std::unique_ptr<mmc::HfpLc3Decoder> decoder_ = nullptr;
191 codec_server = std::make_unique<HfpLc3Decoder>(); in CodecInit()