Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp326 uint32_t expectedReadPcmData = a2dpSbcEncoderCb_.feedingState.bytesPerTick; in A2dpSbcReadFeeding() local
328 … if (expectedReadPcmData + a2dpSbcEncoderCb_.offsetPCM > FRAME_THREE * A2DP_SBC_MAX_PACKET_SIZE) { in A2dpSbcReadFeeding()
334 expectedReadPcmData); in A2dpSbcReadFeeding()
336 expectedReadPcmData, actualReadPcmData); in A2dpSbcReadFeeding()