Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_to_send.h103 is_first_packet_of_frame_ = is_first_packet; in set_first_packet_of_frame()
105 bool is_first_packet_of_frame() const { return is_first_packet_of_frame_; } in is_first_packet_of_frame()
126 bool is_first_packet_of_frame_ = false; variable