Home
last modified time | relevance | path

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 Da2dp_encoder_sbc.cpp527EnqueuePacket(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 Da2dp_encoder_sbc.h150 void EnqueuePacket(Packet *pkt,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h504 void EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp);
H A Da2dp_profile.cpp396 void A2dpProfile::EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTi… in EnqueuePacket() function in OHOS::bluetooth::A2dpProfile