Home
last modified time | relevance | path

Searched refs:pktTimeStamp (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h501 * @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 Da2dp_profile_peer.h591 bool SendPacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp) const;
H A Da2dp_profile.cpp387 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 Da2dp_profile_peer.cpp1260 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 Da2dp_encoder_sbc.cpp524 uint32_t pktTimeStamp = a2dpSbcEncoderCb_.timestamp; in A2dpSbcEncodeFrames() local
527 EnqueuePacket(pkt, frameIter, encodePacketSize, pktTimeStamp, (uint16_t)encoded); // Enqueue Packet. in A2dpSbcEncodeFrames()

Completed in 7 milliseconds