Home
last modified time | relevance | path

Searched refs:is_first_packet_in_frame (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.cc189 bool is_first_packet_in_frame = false; in IncomingRtpPacket() local
193 is_first_packet_in_frame = in IncomingRtpPacket()
197 is_first_packet_in_frame = true; in IncomingRtpPacket()
203 clock_->TimeInMilliseconds(), is_first_packet_in_frame); in IncomingRtpPacket()