Home
last modified time | relevance | path

Searched refs:bitPerSample (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp374 bool A2dpCodecConfigAacBase::SetBitsPerSampleDefaultConfig(uint8_t bitPerSample, A2dpAACCapability … in SetBitsPerSampleDefaultConfig() argument
376 if (bitPerSample & A2DP_SAMPLE_BITS_16) { in SetBitsPerSampleDefaultConfig()
382 if (bitPerSample & A2DP_SAMPLE_BITS_24) { in SetBitsPerSampleDefaultConfig()
388 if (bitPerSample & A2DP_SAMPLE_BITS_32) { in SetBitsPerSampleDefaultConfig()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h51 bool SetBitsPerSampleDefaultConfig(uint8_t bitPerSample, A2dpAACCapability &resultCap);