/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | video_rtp_depacketizer_vp8_unittest.cc | 62 const auto& vp8_header = in TEST() local 84 const auto& vp8_header = in TEST() local 101 const auto& vp8_header = in TEST() local 117 const auto& vp8_header = in TEST() local 132 const auto& vp8_header = in TEST() local 149 const auto& vp8_header = in TEST() local 167 const auto& vp8_header = in TEST() local 209 const auto& vp8_header = in TEST() local
|
H A D | rtp_sender_video_unittest.cc | 357 auto& vp8_header = header.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local 381 auto& vp8_header = header.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local 432 auto& vp8_header = header.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local 490 auto& vp8_header = header.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local 1156 auto& vp8_header = hdr.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local 1292 auto& vp8_header = hdr.video_type_header.emplace<RTPVideoHeaderVP8>(); in TEST_F() local
|
H A D | video_rtp_depacketizer_vp8.cc | 159 auto& vp8_header = in ParseRtpPayload() local
|
H A D | rtp_rtcp_impl_unittest.cc | 213 RTPVideoHeaderVP8 vp8_header = {}; in SendFrame() local
|
H A D | rtp_rtcp_impl2_unittest.cc | 341 RTPVideoHeaderVP8 vp8_header = {}; in SendFrame() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | decoding_state_unittest.cc | 43 auto& vp8_header = in TEST() local 222 auto& vp8_header = in TEST() local 378 auto& vp8_header = in TEST() local 433 auto& vp8_header = in TEST() local
|
H A D | encoded_frame.cc | 59 const auto& vp8_header = in CopyCodecSpecific() local
|
H A D | rtp_frame_reference_finder.cc | 58 const RTPVideoHeaderVP8& vp8_header = in ManageFrame() local
|
H A D | video_receiver_unittest.cc | 202 auto& vp8_header = in TEST_F() local
|
H A D | rtp_vp8_ref_finder_unittest.cc | 69 RTPVideoHeaderVP8 vp8_header{}; in operator std::unique_ptr<RtpFrameObject>() local
|
/aosp_15_r20/external/webrtc/call/ |
H A D | rtp_payload_params.cc | 44 auto& vp8_header = rtp->video_type_header.emplace<RTPVideoHeaderVP8>(); in PopulateRtpWithCodecSpecifics() local 250 auto& vp8_header = in SetCodecSpecific() local 493 const auto& vp8_header = in Vp8ToGeneric() local
|
H A D | rtp_payload_params_unittest.cc | 89 const auto& vp8_header = in TEST() local 299 const auto& vp8_header = in TEST() local
|
/aosp_15_r20/external/webrtc/video/ |
H A D | picture_id_tests.cc | 103 if (const auto* vp8_header = absl::get_if<RTPVideoHeaderVP8>( in ParsePayload() local
|
H A D | video_analyzer.cc | 448 const auto& vp8_header = absl::get<RTPVideoHeaderVP8>( in IsInSelectedSpatialAndTemporalLayer() local
|
H A D | video_send_stream_tests.cc | 4135 if (const auto* vp8_header = absl::get_if<RTPVideoHeaderVP8>( in TestTemporalLayers() local
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | rtp_video_frame_assembler_unittests.cc | 144 auto& vp8_header = in TEST() local
|