Home
last modified time | relevance | path

Searched refs:variableBitRateSupport (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.cpp638 …cfgCapResult.variableBitRateSupport = a2dpAacCaps->variableBitRateSupport & cfgCap.variableBitRate… in SetCodecConfig()
750 LOG_INFO("%{public}s [variableBitRateSupport:0x%x]", __func__, cfgCap.variableBitRateSupport); in GetVariableBitRateSupportAac()
751 switch (cfgCap.variableBitRateSupport) { in GetVariableBitRateSupportAac()
754 return cfgCap.variableBitRateSupport; in GetVariableBitRateSupportAac()
889 …*codecInfo++ = (aacCap->variableBitRateSupport & 0x80) | ((aacCap->bitRate >> BIT_MOVE_RIGHT16) & … in BuildAacInfo()
921 aacCap->variableBitRateSupport = *codecInfo & 0x80; in ParseInfoAac()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h223 uint8_t variableBitRateSupport; member