Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_sbc_param_ctrl.h104 int GetTrackChannelCountSbc(const uint8_t *codecInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp148 switch (GetTrackChannelCountSbc(codecInfo)) { in A2dpSbcGetTrackChannelCount()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp814 int GetTrackChannelCountSbc(const uint8_t *codecInfo) in GetTrackChannelCountSbc() function