Home
last modified time | relevance | path

Searched refs:RTPVideoHeaderVP9 (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc35 uint8_t TemporalIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in TemporalIdxField()
39 uint8_t SpatialIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in SpatialIdxField()
43 int16_t Tl0PicIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in Tl0PicIdxField()
55 size_t PictureIdLength(const RTPVideoHeaderVP9& hdr) { in PictureIdLength()
61 bool PictureIdPresent(const RTPVideoHeaderVP9& hdr) { in PictureIdPresent()
75 size_t LayerInfoLength(const RTPVideoHeaderVP9& hdr) { in LayerInfoLength()
82 bool LayerInfoPresent(const RTPVideoHeaderVP9& hdr) { in LayerInfoPresent()
93 size_t RefIndicesLength(const RTPVideoHeaderVP9& hdr) { in RefIndicesLength()
122 size_t SsDataLength(const RTPVideoHeaderVP9& hdr) { in SsDataLength()
145 size_t PayloadDescriptorLengthMinusSsData(const RTPVideoHeaderVP9& hdr) { in PayloadDescriptorLengthMinusSsData()
[all …]
Dvideo_rtp_depacketizer_vp9_unittest.cc23 void VerifyHeader(const RTPVideoHeaderVP9& expected, in VerifyHeader()
24 const RTPVideoHeaderVP9& actual) { in VerifyHeader()
77 RTPVideoHeaderVP9 expected; in TEST()
82 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header)); in TEST()
94 RTPVideoHeaderVP9 expected; in TEST()
99 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header)); in TEST()
112 RTPVideoHeaderVP9 expected; in TEST()
117 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header)); in TEST()
135 RTPVideoHeaderVP9 expected; in TEST()
145 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header)); in TEST()
[all …]
Dvideo_rtp_depacketizer_vp9.cc40 bool ParsePictureId(rtc::BitBuffer* parser, RTPVideoHeaderVP9* vp9) { in ParsePictureId()
61 bool ParseLayerInfoCommon(rtc::BitBuffer* parser, RTPVideoHeaderVP9* vp9) { in ParseLayerInfoCommon()
85 RTPVideoHeaderVP9* vp9) { in ParseLayerInfoNonFlexibleMode()
92 bool ParseLayerInfo(rtc::BitBuffer* parser, RTPVideoHeaderVP9* vp9) { in ParseLayerInfo()
109 bool ParseRefIndices(rtc::BitBuffer* parser, RTPVideoHeaderVP9* vp9) { in ParseRefIndices()
155 bool ParseSsData(rtc::BitBuffer* parser, RTPVideoHeaderVP9* vp9) { in ParseSsData()
240 video_header->video_type_header.emplace<RTPVideoHeaderVP9>(); in ParseRtpPayload()
Drtp_format_vp9_unittest.cc24 void VerifyHeader(const RTPVideoHeaderVP9& expected, in VerifyHeader()
25 const RTPVideoHeaderVP9& actual) { in VerifyHeader()
71 const RTPVideoHeaderVP9& expected, in ParseAndCheckPacket()
80 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in ParseAndCheckPacket()
129 RTPVideoHeaderVP9 expected_;
162 RTPVideoHeaderVP9 hdr = expected_; in CreateParseAndCheckPackets()
182 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in CreateParseAndCheckPacketsLayers()
477 RTPVideoHeaderVP9 vp9_header; in TEST_F()
509 RTPVideoHeaderVP9 vp9_header; in TEST_F()
535 RTPVideoHeaderVP9 vp9_header; in TEST_F()
Drtp_format_vp9.h42 const RTPVideoHeaderVP9& hdr);
61 const RTPVideoHeaderVP9 hdr_;
Drtp_video_header.h41 RTPVideoHeaderVP9,
Drtp_format.cc53 absl::get<RTPVideoHeaderVP9>(rtp_video_header.video_type_header); in Create()
Drtp_sender_video.cc83 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in IsBaseLayer()
725 uint8_t operator()(const RTPVideoHeaderVP9& vp9) { in GetTemporalId()
Drtp_sender_video_unittest.cc391 auto& vp9_header = header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_P()
/external/webrtc/modules/video_coding/
Dsession_info.cc79 return absl::get<RTPVideoHeaderVP9>( in PictureId()
95 return absl::get<RTPVideoHeaderVP9>( in TemporalId()
111 return absl::get<RTPVideoHeaderVP9>( in LayerSync()
127 return absl::get<RTPVideoHeaderVP9>( in Tl0PicId()
154 auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in SetGofInfo()
Dencoded_frame.cc83 absl::get<RTPVideoHeaderVP9>(header->video_type_header); in CopyCodecSpecific()
Ddecoding_state_unittest.cc473 packet.video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST()
517 packet.video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST()
573 packet.video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST()
Drtp_frame_reference_finder.cc445 const RTPVideoHeaderVP9& codec_header = in ManageFrameVp9()
446 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in ManageFrameVp9()
Djitter_buffer_unittest.cc663 packet_->video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_F()
718 packet_->video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_F()
796 packet_->video_header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_F()
Drtp_frame_reference_finder_unittest.cc127 RTPVideoHeaderVP9 vp9_header{}; in InsertVp9Gof()
154 RTPVideoHeaderVP9 vp9_header{}; in InsertVp9Flex()
/external/webrtc/video/
Dvideo_send_stream_tests.cc3235 virtual void InspectHeader(const RTPVideoHeaderVP9& vp9) = 0;
3292 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in OnSendRtp()
3312 bool ContinuousPictureId(const RTPVideoHeaderVP9& vp9) const { in ContinuousPictureId()
3320 void VerifySpatialIdxWithinFrame(const RTPVideoHeaderVP9& vp9) const { in VerifySpatialIdxWithinFrame()
3328 void VerifyFixedTemporalLayerStructure(const RTPVideoHeaderVP9& vp9, in VerifyFixedTemporalLayerStructure()
3348 void VerifyTemporalLayerStructure0(const RTPVideoHeaderVP9& vp9) const { in VerifyTemporalLayerStructure0()
3354 void VerifyTemporalLayerStructure1(const RTPVideoHeaderVP9& vp9) const { in VerifyTemporalLayerStructure1()
3360 void VerifyTemporalLayerStructure2(const RTPVideoHeaderVP9& vp9) const { in VerifyTemporalLayerStructure2()
3372 void VerifyTemporalLayerStructure3(const RTPVideoHeaderVP9& vp9) const { in VerifyTemporalLayerStructure3()
3395 void VerifyTl0Idx(const RTPVideoHeaderVP9& vp9) const { in VerifyTl0Idx()
[all …]
Dpicture_id_tests.cc108 } else if (const auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in ParsePayload()
Dvideo_analyzer.cc445 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in IsInSelectedSpatialAndTemporalLayer()
Drtp_video_stream_receiver2.cc490 absl::get_if<RTPVideoHeaderVP9>(&video_header.video_type_header)) { in OnReceivedPayloadData()
Drtp_video_stream_receiver.cc522 absl::get_if<RTPVideoHeaderVP9>(&video_header.video_type_header)) { in OnReceivedPayloadData()
/external/webrtc/modules/video_coding/codecs/vp9/include/
Dvp9_globals.h158 struct RTPVideoHeaderVP9 { struct
/external/webrtc/test/
Dlayer_filtering_transport.cc115 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in SendRtp()
/external/webrtc/test/fuzzers/
Drtp_frame_reference_finder_fuzzer.cc125 &video_header.video_type_header.emplace<RTPVideoHeaderVP9>()); in FuzzOneInput()
/external/webrtc/call/
Drtp_payload_params.cc51 auto& vp9_header = rtp->video_type_header.emplace<RTPVideoHeaderVP9>(); in PopulateRtpWithCodecSpecifics()
211 absl::get<RTPVideoHeaderVP9>(rtp_video_header->video_type_header); in SetCodecSpecific()
Drtp_payload_params_unittest.cc116 absl::get<RTPVideoHeaderVP9>(header.video_type_header); in TEST()
249 absl::get<RTPVideoHeaderVP9>(header.video_type_header); in TEST()

12