Home
last modified time | relevance | path

Searched defs:last_packet (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dfake_channel_output.h194 const Packet& last_packet() const PW_LOCKS_EXCLUDED(mutex_) { in last_packet() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc262 bool last_packet, in AddRtpHeaderExtensions()
453 auto last_packet = std::make_unique<RtpPacketToSend>(*single_packet); in SendVideo() local
Drtp_packetizer_av1.cc307 Packet& last_packet = packets.back(); in Packetize() local
/external/webrtc/video/
Drtp_video_stream_receiver2.cc761 const video_coding::PacketBuffer::Packet& last_packet = *packet; in OnInsertedPacket() local
Drtp_video_stream_receiver.cc790 const video_coding::PacketBuffer::Packet& last_packet = *packet; in OnInsertedPacket() local
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc2006 size_t last_packet = NumRtpPackets() - 1; in TEST_F() local