Home
last modified time | relevance | path

Searched defs:is_last_packet_in_frame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/
Dpacket.h56 bool is_last_packet_in_frame() const { in is_last_packet_in_frame() function
Dpacket_buffer.h51 bool is_last_packet_in_frame() const { in is_last_packet_in_frame() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_header.h77 bool is_last_packet_in_frame = false; member
Drtp_packetizer_av1.cc421 bool is_last_packet_in_frame = packet_index_ == packets_.size(); in NextPacket() local