Searched refs:EnqueuePacket (Results 1 - 4 of 4) sorted by relevance
/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 Packet. in A2dpSbcEncodeFrames() 535 void A2dpSbcEncoder::EnqueuePacket( in EnqueuePacket() function in OHOS::bluetooth::A2dpSbcEncoder 538 LOG_INFO("[EnqueuePacket][frameSize:%hu][FrameNum:%zu], mtu[%hu], totalSize[%u]", in EnqueuePacket() 545 profile->EnqueuePacket(pkt, frames, bytes, timeStamp); // Enqueue Packet. in EnqueuePacket() 586 LOG_INFO("[EnqueuePacket] [pktLen:%u] [sFrameNum:%u] [remain:%u]", pktLen, frameNum, PacketSize(pkt)); in EnqueuePacketFragment() 596 LOG_ERROR("[EnqueuePacket] memcpy_s fail"); in EnqueuePacketFragment() 604 LOG_ERROR("[EnqueuePacket] encodePacketSize is "); in EnqueuePacketFragment() 606 profile->EnqueuePacket(mediaPacket, frameNum, encodePacketSize, timeStamp + sentFrameNum * blocksXsubbands); in EnqueuePacketFragment()
|
/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,
|
/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 pktTimeStamp) in EnqueuePacket() function in OHOS::bluetooth::A2dpProfile
|
Completed in 5 milliseconds