Home
last modified time | relevance | path

Searched refs:CalculateSbcPCMRemain (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.h132 void CalculateSbcPCMRemain(uint16_t codecSize, uint32_t bytesNum, uint8_t *numOfFrame);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp459 void A2dpSbcEncoder::CalculateSbcPCMRemain(uint16_t codecSize, uint32_t bytesNum, uint8_t *numOfFra… in CalculateSbcPCMRemain() function in OHOS::bluetooth::A2dpSbcEncoder
490 CalculateSbcPCMRemain(codecSize, bytesNum, &numOfFrame); in A2dpSbcEncodeFrames()