Searched refs:EnqueuePacket (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/ |
H A D | a2dp_encoder_sbc.cpp | 527 …EnqueuePacket(pkt, frameIter, encodePacketSize, pktTimeStamp, (uint16_t)encoded); // Enqueue Pack… in A2dpSbcEncodeFrames() 535 void A2dpSbcEncoder::EnqueuePacket( in EnqueuePacket() function in OHOS::bluetooth::A2dpSbcEncoder 545 profile->EnqueuePacket(pkt, frames, bytes, timeStamp); // Enqueue Packet. in EnqueuePacket() 606 …profile->EnqueuePacket(mediaPacket, frameNum, encodePacketSize, timeStamp + sentFrameNum * blocksX… in EnqueuePacketFragment()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/ |
H A D | a2dp_encoder_sbc.h | 150 void EnqueuePacket(Packet *pkt,
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 504 void EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp);
|
H A D | a2dp_profile.cpp | 396 void A2dpProfile::EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTi… in EnqueuePacket() function in OHOS::bluetooth::A2dpProfile
|