Searched refs:pktTimeStamp (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 501 * @param[in] pktTimeStamp The current time stamp 504 void EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp); 654 uint32_t pktTimeStamp; member
|
H A D | a2dp_profile_peer.h | 591 bool SendPacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp) const;
|
H A D | a2dp_profile.cpp | 387 peer->SendPacket(packetData->packet, packetData->frames, packetData->bytes, packetData->pktTimeStamp); in DequeuePacket() 396 void A2dpProfile::EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp) in EnqueuePacket() argument 416 packetData->pktTimeStamp = pktTimeStamp; in EnqueuePacket()
|
H A D | a2dp_profile_peer.cpp | 1260 uint32_t pktTimeStamp) const in SendPacket() 1269 if (avdtp.WriteStream(streamHandle_, const_cast<Packet *>(packet), pktTimeStamp, payloadType, marker) == in SendPacket()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/ |
H A D | a2dp_encoder_sbc.cpp | 524 uint32_t pktTimeStamp = a2dpSbcEncoderCb_.timestamp; in A2dpSbcEncodeFrames() local 527 EnqueuePacket(pkt, frameIter, encodePacketSize, pktTimeStamp, (uint16_t)encoded); // Enqueue Packet. in A2dpSbcEncodeFrames()
|
Completed in 6 milliseconds