Home
last modified time | relevance | path

Searched defs:samplingFreq (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
Da2dp_encoder_sbc.cpp290 uint16_t samplingFreq = 48000; in UpdateEncoderParam() local
614 void A2dpSbcEncoder::A2dpSbcCalculateEncBitPool(uint16_t samplingFreq, uint16_t minBitPool, uint16_… in A2dpSbcCalculateEncBitPool()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
Da2dp_encoder_sbc.h90 uint32_t samplingFreq; // 16000, 32000, 44100 or 48000. member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
Da2dp_aac_param_ctrl.cpp810 int samplingFreq = GetSampleRateAac(codecInfo); in ComputeMaxBitRateAac() local