Home
last modified time | relevance | path

Searched refs:A2DP_OPUS_CODEC_OUTPUT_CHS (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor_opus_constants.h26 #define A2DP_OPUS_CODEC_OUTPUT_CHS 2 macro
30 (A2DP_OPUS_CODEC_OUTPUT_CHS * A2DP_OPUS_CODEC_DEFAULT_FRAMESIZE * 4)
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_opus_decoder.cc61 size = opus_decoder_get_size(A2DP_OPUS_CODEC_OUTPUT_CHS); in a2dp_vendor_opus_decoder_init()
70 A2DP_OPUS_CODEC_OUTPUT_CHS); in a2dp_vendor_opus_decoder_init()
Da2dp_vendor_opus_encoder.cc138 uint32_t size = opus_encoder_get_size(A2DP_OPUS_CODEC_OUTPUT_CHS); in a2dp_vendor_opus_encoder_init()
148 A2DP_OPUS_CODEC_OUTPUT_CHS, OPUS_APPLICATION_AUDIO); in a2dp_vendor_opus_encoder_init()
154 size, A2DP_OPUS_CODEC_DEFAULT_SAMPLERATE, A2DP_OPUS_CODEC_OUTPUT_CHS, in a2dp_vendor_opus_encoder_init()