/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_format_vp9_unittest.cc | 79 auto& vp9_header = in ParseAndCheckPacket() local 181 const auto& vp9_header = in CreateParseAndCheckPacketsLayers() local 477 RTPVideoHeaderVP9 vp9_header; in TEST_F() local 509 RTPVideoHeaderVP9 vp9_header; in TEST_F() local 535 RTPVideoHeaderVP9 vp9_header; in TEST_F() local
|
H A D | video_rtp_depacketizer_vp9.cc | 186 auto& vp9_header = in ParseRtpPayload() local
|
H A D | rtp_sender_video_unittest.cc | 401 auto& vp9_header = header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_F() local
|
/aosp_15_r20/external/webrtc/call/ |
H A D | rtp_payload_params.cc | 54 auto& vp9_header = rtp->video_type_header.emplace<RTPVideoHeaderVP9>(); in PopulateRtpWithCodecSpecifics() local 262 auto& vp9_header = in SetCodecSpecific() local 544 const auto& vp9_header = in Vp9ToGeneric() local
|
H A D | rtp_payload_params_unittest.cc | 123 const auto& vp9_header = in TEST() local 335 const auto& vp9_header = in TEST() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | jitter_buffer_unittest.cc | 661 auto& vp9_header = in TEST_F() local 716 auto& vp9_header = in TEST_F() local 794 auto& vp9_header = in TEST_F() local
|
H A D | encoded_frame.cc | 81 const auto& vp9_header = in CopyCodecSpecific() local
|
H A D | rtp_frame_reference_finder.cc | 75 const RTPVideoHeaderVP9& vp9_header = in ManageFrame() local
|
H A D | session_info.cc | 153 auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in SetGofInfo() local
|
H A D | rtp_vp9_ref_finder_unittest.cc | 87 RTPVideoHeaderVP9 vp9_header{}; in operator std::unique_ptr<RtpFrameObject>() local
|
/aosp_15_r20/external/webrtc/test/ |
H A D | layer_filtering_transport.cc | 115 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in SendRtp() local
|
/aosp_15_r20/external/webrtc/video/ |
H A D | picture_id_tests.cc | 108 } else if (const auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in ParsePayload() local
|
H A D | video_send_stream_tests.cc | 3054 const auto& vp9_header = in OnSendRtp() local 3293 const auto& vp9_header = in CompareConsecutiveFrames() local 3570 void InspectHeader(const RTPVideoHeaderVP9& vp9_header) override { in TEST_F() 3619 void InspectHeader(const RTPVideoHeaderVP9& vp9_header) override { in TEST_F() 4138 } else if (const auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in TestTemporalLayers() local
|
H A D | video_analyzer.cc | 458 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in IsInSelectedSpatialAndTemporalLayer() local
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | rtp_video_frame_assembler_unittests.cc | 183 auto& vp9_header = in TEST() local
|