Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2_unittest.cc801 generic_descriptor.SetLastPacketInSubFrame(true); in TEST_F()
843 first_packet_descriptor.SetLastPacketInSubFrame(false); in TEST_F()
863 second_packet_descriptor.SetLastPacketInSubFrame(true); in TEST_F()
904 generic_descriptor.SetLastPacketInSubFrame(true); in TEST_F()
938 generic_descriptor.SetLastPacketInSubFrame(true); in TEST_F()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_generic_frame_descriptor.h39 void SetLastPacketInSubFrame(bool last) { end_of_subframe_ = last; } in SetLastPacketInSubFrame() function
H A Drtp_descriptor_authentication.cc41 frame_descriptor.SetLastPacketInSubFrame(false); in RtpDescriptorAuthentication()
H A Drtp_generic_frame_descriptor_extension.cc70 descriptor->SetLastPacketInSubFrame((data[0] & kFlagEndOfSubframe) != 0); in Parse()
H A Drtp_generic_frame_descriptor_extension_unittest.cc76 descriptor.SetLastPacketInSubFrame(true); in TEST()
H A Drtp_sender_video.cc426 generic_descriptor.SetLastPacketInSubFrame(last_packet); in AddRtpHeaderExtensions()
/aosp_15_r20/external/webrtc/api/video/
H A Drtp_video_frame_assembler_unittests.cc318 generic.SetLastPacketInSubFrame(true); in TEST()