Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_to_send.h102 void set_first_packet_of_frame(bool is_first_packet) { in set_first_packet_of_frame() function
Drtp_rtcp_impl_unittest.cc586 packet.set_first_packet_of_frame(true); in TEST_F()
601 packet.set_first_packet_of_frame(true); in TEST_F()
606 packet.set_first_packet_of_frame(false); in TEST_F()
Drtp_rtcp_impl2_unittest.cc598 packet.set_first_packet_of_frame(true); in TEST_F()
614 packet.set_first_packet_of_frame(true); in TEST_F()
619 packet.set_first_packet_of_frame(false); in TEST_F()
Drtp_sender_video.cc570 packet->set_first_packet_of_frame(i == 0); in SendVideo()