Home
last modified time | relevance | path

Searched refs:template_structure (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc604 info->template_structure = GetTemplateStructure(num_layers_); in OnEncodeDone()
645 FrameDependencyStructure template_structure; in GetTemplateStructure() local
646 template_structure.num_decode_targets = num_layers; in GetTemplateStructure()
650 template_structure.templates.resize(2); in GetTemplateStructure()
651 template_structure.templates[0].T(0).Dtis("S"); in GetTemplateStructure()
652 template_structure.templates[1].T(0).Dtis("S").FrameDiffs({1}); in GetTemplateStructure()
653 return template_structure; in GetTemplateStructure()
656 template_structure.templates.resize(5); in GetTemplateStructure()
657 template_structure.templates[0].T(0).Dtis("SS"); in GetTemplateStructure()
658 template_structure.templates[1].T(0).Dtis("SS").FrameDiffs({2}); in GetTemplateStructure()
[all …]
Dscreenshare_layers.cc347 info->template_structure = in OnEncodeDone()
431 FrameDependencyStructure template_structure; in GetTemplateStructure() local
432 template_structure.num_decode_targets = num_layers; in GetTemplateStructure()
436 template_structure.templates.resize(2); in GetTemplateStructure()
437 template_structure.templates[0].T(0).Dtis("S"); in GetTemplateStructure()
438 template_structure.templates[1].T(0).Dtis("S").FrameDiffs({1}); in GetTemplateStructure()
439 return template_structure; in GetTemplateStructure()
442 template_structure.templates.resize(3); in GetTemplateStructure()
443 template_structure.templates[0].T(0).Dtis("SS"); in GetTemplateStructure()
444 template_structure.templates[1].T(0).Dtis("SS").FrameDiffs({1}); in GetTemplateStructure()
[all …]
Dlibvpx_vp8_encoder.cc1091 if (is_keyframe && codec_specific->template_structure != absl::nullopt) { in PopulateCodecSpecific()
1100 RTC_DCHECK(!codec_specific->template_structure->templates.empty()); in PopulateCodecSpecific()
1102 codec_specific->template_structure->templates.back().spatial_id, 0); in PopulateCodecSpecific()
1103 codec_specific->template_structure->resolutions = { in PopulateCodecSpecific()
/external/webrtc/call/
Drtp_video_sender_unittest.cc750 codec_specific.template_structure.emplace(); in TEST()
751 codec_specific.template_structure->num_decode_targets = 1; in TEST()
752 codec_specific.template_structure->templates = { in TEST()
773 codec_specific.template_structure = absl::nullopt; in TEST()
858 codec_specific.template_structure.emplace(); in TEST()
859 codec_specific.template_structure->num_decode_targets = 2; in TEST()
860 codec_specific.template_structure->templates = { in TEST()
873 codec_specific.template_structure = absl::nullopt; in TEST()
1014 codec_specific.template_structure.emplace(); in TEST()
1015 codec_specific.template_structure->num_decode_targets = 1; in TEST()
[all …]
Drtp_video_sender.cc605 if (codec_specific_info && codec_specific_info->template_structure) { in OnEncodedImage()
606 sender_video.SetVideoStructure(&*codec_specific_info->template_structure); in OnEncodedImage()
Drtp_payload_params.cc357 RTC_DCHECK(!codec_specific_info->template_structure.has_value()); in GenericStructure()
/external/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h114 absl::optional<FrameDependencyStructure> template_structure; member
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc272 EXPECT_TRUE(frames[0].codec_specific_info.template_structure); in TEST_P()
275 EXPECT_FALSE(frames[1].codec_specific_info.template_structure); in TEST_P()
505 EXPECT_TRUE(frames[0].codec_specific_info.template_structure); in TEST_P()
523 EXPECT_FALSE(frames[i].codec_specific_info.template_structure); in TEST_P()
538 EXPECT_FALSE(frames[i].codec_specific_info.template_structure); in TEST_P()
805 EXPECT_FALSE(frame.codec_specific_info.template_structure); in TEST_P()
814 ASSERT_TRUE(frames[0].codec_specific_info.template_structure); in TEST_P()
822 EXPECT_FALSE(frame.codec_specific_info.template_structure); in TEST_P()
839 EXPECT_TRUE(frames[0].codec_specific_info.template_structure); in TEST_P()
845 EXPECT_FALSE(frames[i].codec_specific_info.template_structure); in TEST_P()
[all …]
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc373 info.template_structure = svc_controller_.DependencyStructure(); in ParseCodecSpecificInfo()
374 info.template_structure->resolutions = { in ParseCodecSpecificInfo()
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_encoder.cc716 codec_specific_info.template_structure = in Encode()
718 auto& resolutions = codec_specific_info.template_structure->resolutions; in Encode()
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc271 ASSERT_TRUE(codec_specific_info.template_structure); in TEST_F()
272 EXPECT_THAT(codec_specific_info.template_structure->resolutions, in TEST_F()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.cc569 codec_specific.template_structure = in Encode()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_encoder.cc1422 codec_specific->template_structure = in PopulateCodecSpecific()
1424 auto& resolutions = codec_specific->template_structure->resolutions; in PopulateCodecSpecific()