Home
last modified time | relevance | path

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

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