Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_h264_unittest.cc73 const RTPVideoHeaderH264& h264 = in TEST()
74 absl::get<RTPVideoHeaderH264>(parsed->video_header.video_type_header); in TEST()
97 absl::get<RTPVideoHeaderH264>(parsed->video_header.video_type_header); in TEST()
130 absl::get<RTPVideoHeaderH264>(parsed->video_header.video_type_header); in TEST()
167 absl::get<RTPVideoHeaderH264>(parsed->video_header.video_type_header); in TEST()
287 const RTPVideoHeaderH264& h264 = in TEST()
288 absl::get<RTPVideoHeaderH264>(parsed->video_header.video_type_header); in TEST()
332 const RTPVideoHeaderH264& h264 = in TEST()
333 absl::get<RTPVideoHeaderH264>(parsed1->video_header.video_type_header); in TEST()
351 const RTPVideoHeaderH264& h264 = in TEST()
[all …]
Drtp_video_header.h42 RTPVideoHeaderH264,
Dvideo_rtp_depacketizer_h264.cc81 .emplace<RTPVideoHeaderH264>(); in ProcessStapAOrSingleNalu()
285 .emplace<RTPVideoHeaderH264>(); in ParseFuaNalu()
Drtp_format.cc42 absl::get<RTPVideoHeaderH264>(rtp_video_header.video_type_header); in Create()
Drtp_sender_video.cc728 uint8_t operator()(const RTPVideoHeaderH264&) { return kNoTemporalIdx; } in GetTemporalId()
Drtp_sender_video_unittest.cc329 header.video_type_header.emplace<RTPVideoHeaderH264>().packetization_mode = in TEST_P()
/external/webrtc/modules/video_coding/
Dpacket_buffer_unittest.cc411 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>();
447 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>();
520 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_P()
698 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
727 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
810 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
820 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
840 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
851 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
863 packet->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
Dh264_sps_pps_tracker_unittest.cc38 void ExpectSpsPpsIdr(const RTPVideoHeaderH264& codec_header, in ExpectSpsPpsIdr()
67 auto& h264_header = video_type_header.emplace<RTPVideoHeaderH264>(); in H264VideoHeader()
72 RTPVideoHeaderH264& h264() { in h264()
73 return absl::get<RTPVideoHeaderH264>(video_type_header); in h264()
Dsession_info.cc142 absl::get<RTPVideoHeaderH264>(packet.video_header.video_type_header); in GetNaluInfos()
210 absl::get_if<RTPVideoHeaderH264>(&packet.video_header.video_type_header); in InsertBuffer()
Dh264_sps_pps_tracker.cc55 absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in CopyAndFixBitstream()
Dpacket_buffer.cc287 const auto* h264_header = absl::get_if<RTPVideoHeaderH264>( in FindFrames()
Djitter_buffer_unittest.cc902 packet_->video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in TEST_F()
/external/webrtc/modules/video_coding/codecs/h264/include/
Dh264_globals.h67 struct RTPVideoHeaderH264 { struct
/external/webrtc/test/fuzzers/
Drtp_frame_reference_finder_fuzzer.cc129 &video_header.video_type_header.emplace<RTPVideoHeaderH264>()); in FuzzOneInput()
/external/webrtc/video/
Drtp_video_stream_receiver2_unittest.cc192 video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in GetDefaultH264VideoHeader()
206 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddSps()
219 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddPps()
228 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddIdr()
Drtp_video_stream_receiver_unittest.cc190 video_header.video_type_header.emplace<RTPVideoHeaderH264>(); in GetDefaultH264VideoHeader()
204 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddSps()
217 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddPps()
226 auto& h264 = absl::get<RTPVideoHeaderH264>(video_header->video_type_header); in AddIdr()
/external/webrtc/call/
Drtp_payload_params.cc92 auto& h264_header = rtp->video_type_header.emplace<RTPVideoHeaderH264>(); in PopulateRtpWithCodecSpecifics()