/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 35 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 …]
|
D | video_rtp_depacketizer_vp9_unittest.cc | 23 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 …]
|
D | video_rtp_depacketizer_vp9.cc | 40 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()
|
D | rtp_format_vp9_unittest.cc | 24 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()
|
D | rtp_format_vp9.h | 42 const RTPVideoHeaderVP9& hdr); 61 const RTPVideoHeaderVP9 hdr_;
|
D | rtp_video_header.h | 41 RTPVideoHeaderVP9,
|
D | rtp_format.cc | 53 absl::get<RTPVideoHeaderVP9>(rtp_video_header.video_type_header); in Create()
|
D | rtp_sender_video.cc | 83 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in IsBaseLayer() 725 uint8_t operator()(const RTPVideoHeaderVP9& vp9) { in GetTemporalId()
|
D | rtp_sender_video_unittest.cc | 391 auto& vp9_header = header.video_type_header.emplace<RTPVideoHeaderVP9>(); in TEST_P()
|
/external/webrtc/modules/video_coding/ |
D | session_info.cc | 79 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()
|
D | encoded_frame.cc | 83 absl::get<RTPVideoHeaderVP9>(header->video_type_header); in CopyCodecSpecific()
|
D | decoding_state_unittest.cc | 473 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()
|
D | rtp_frame_reference_finder.cc | 445 const RTPVideoHeaderVP9& codec_header = in ManageFrameVp9() 446 absl::get<RTPVideoHeaderVP9>(video_header.video_type_header); in ManageFrameVp9()
|
D | jitter_buffer_unittest.cc | 663 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()
|
D | rtp_frame_reference_finder_unittest.cc | 127 RTPVideoHeaderVP9 vp9_header{}; in InsertVp9Gof() 154 RTPVideoHeaderVP9 vp9_header{}; in InsertVp9Flex()
|
/external/webrtc/video/ |
D | video_send_stream_tests.cc | 3235 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 …]
|
D | picture_id_tests.cc | 108 } else if (const auto* vp9_header = absl::get_if<RTPVideoHeaderVP9>( in ParsePayload()
|
D | video_analyzer.cc | 445 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in IsInSelectedSpatialAndTemporalLayer()
|
D | rtp_video_stream_receiver2.cc | 490 absl::get_if<RTPVideoHeaderVP9>(&video_header.video_type_header)) { in OnReceivedPayloadData()
|
D | rtp_video_stream_receiver.cc | 522 absl::get_if<RTPVideoHeaderVP9>(&video_header.video_type_header)) { in OnReceivedPayloadData()
|
/external/webrtc/modules/video_coding/codecs/vp9/include/ |
D | vp9_globals.h | 158 struct RTPVideoHeaderVP9 { struct
|
/external/webrtc/test/ |
D | layer_filtering_transport.cc | 115 const auto& vp9_header = absl::get<RTPVideoHeaderVP9>( in SendRtp()
|
/external/webrtc/test/fuzzers/ |
D | rtp_frame_reference_finder_fuzzer.cc | 125 &video_header.video_type_header.emplace<RTPVideoHeaderVP9>()); in FuzzOneInput()
|
/external/webrtc/call/ |
D | rtp_payload_params.cc | 51 auto& vp9_header = rtp->video_type_header.emplace<RTPVideoHeaderVP9>(); in PopulateRtpWithCodecSpecifics() 211 absl::get<RTPVideoHeaderVP9>(rtp_video_header->video_type_header); in SetCodecSpecific()
|
D | rtp_payload_params_unittest.cc | 116 absl::get<RTPVideoHeaderVP9>(header.video_type_header); in TEST() 249 absl::get<RTPVideoHeaderVP9>(header.video_type_header); in TEST()
|