Home
last modified time | relevance | path

Searched refs:MAX_PCM_FRAME_NUM_PER_TICK (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.h34 constexpr int MAX_PCM_FRAME_NUM_PER_TICK = 14; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp70 packetQueue_ = QueueCreate(MAX_PCM_FRAME_NUM_PER_TICK * FRAME_THREE); in A2dpProfile()
402 if (count >= MAX_PCM_FRAME_NUM_PER_TICK * FRAME_THREE) { in EnqueuePacket()