Searched refs:ParseInfoSbc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_sbc_param_ctrl.cpp | 665 if (ParseInfoSbc(&cfgCap, peerCodeInfo) != A2DP_SUCCESS) { in SetCodecConfig() 773 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetMinBitpoolSbc() 784 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetMaxBitpoolSbc() 795 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetSampleRateSbc() 806 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetTrackChannelModeSbc() 817 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetTrackChannelCountSbc() 828 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetNumberOfSubbandsSbc() 839 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetNumberOfBlocksSbc() 850 if (ParseInfoSbc(&cfgCap, codecInfo) != A2DP_SUCCESS) { in GetAllocationMethodCodeSbc() 925 if (ParseInfoSbc(&lastInfo, lastCodecInfo) != A2DP_SUCCESS) { in IsSbcConfigChanged() [all …]
|
H A D | a2dp_codec_config.cpp | 262 if (ParseInfoSbc(&sbcCap, codecInfo) == A2DP_SUCCESS) { in IsPeerSinkCodecValid() 287 if (ParseInfoSbc(&sbcCap, codecInfo) == A2DP_SUCCESS) { in IsPeerSourceCodecValid()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_sbc_param_ctrl.h | 97 uint8_t ParseInfoSbc(A2dpSBCCapability *sbcCap, const uint8_t *codecInfo);
|