Searched defs:i_buf (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/stack/mmc/codec_server/ |
D | hfp_lc3_mmc_encoder.cc | 70 int HfpLc3Encoder::transcode(uint8_t* i_buf, int i_len, uint8_t* o_buf, in transcode()
|
D | hfp_lc3_mmc_decoder.cc | 68 int HfpLc3Decoder::transcode(uint8_t* i_buf, int i_len, uint8_t* o_buf, in transcode()
|
D | a2dp_aac_mmc_encoder.cc | 116 int A2dpAacEncoder::transcode(uint8_t* i_buf, int i_len, uint8_t* o_buf, in transcode()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_hfp_lc3_decoder.cc | 65 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet()
|
D | mock_stack_btm_hfp_msbc_decoder.cc | 63 bool hfp_msbc_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_msbc_decoder_decode_packet()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | hfp_lc3_decoder.cc | 62 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet()
|
D | hfp_lc3_decoder_linux.cc | 73 bool hfp_lc3_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_lc3_decoder_decode_packet()
|
D | hfp_msbc_decoder.cc | 70 bool hfp_msbc_decoder_decode_packet(const uint8_t* i_buf, int16_t* o_buf, in hfp_msbc_decoder_decode_packet()
|
/packages/modules/Bluetooth/system/stack/mmc/codec_client/ |
D | codec_client.cc | 196 int CodecClient::transcode(uint8_t* i_buf, int i_len, uint8_t* o_buf, in transcode()
|
/packages/modules/Bluetooth/system/stack/mmc/daemon/ |
D | service.cc | 67 std::array<uint8_t, kMaximumBufferSize> i_buf = {}; in StartSocketListener() local
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_aac_encoder_linux.cc | 81 int encode_pcm(uint8_t* i_buf, int i_len, uint8_t* o_buf, int o_len) { in encode_pcm()
|