Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h137 static int16_t A2dpSbcGetTrackChannelMode(const uint8_t *codecInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp162 int16_t A2dpSbcEncoder::A2dpSbcGetTrackChannelMode(const uint8_t *codecInfo) in A2dpSbcGetTrackChannelMode() function in OHOS::bluetooth::A2dpSbcEncoder
243 encParams->channelMode = A2dpSbcGetTrackChannelMode(codecInfo); in A2dpSbcUpdateEncoderParams()