Searched refs:template_structure (Results 1 – 13 of 13) sorted by relevance
604 info->template_structure = GetTemplateStructure(num_layers_); in OnEncodeDone()645 FrameDependencyStructure template_structure; in GetTemplateStructure() local646 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 …]
347 info->template_structure = in OnEncodeDone()431 FrameDependencyStructure template_structure; in GetTemplateStructure() local432 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 …]
1091 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()
750 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 …]
605 if (codec_specific_info && codec_specific_info->template_structure) { in OnEncodedImage()606 sender_video.SetVideoStructure(&*codec_specific_info->template_structure); in OnEncodedImage()
357 RTC_DCHECK(!codec_specific_info->template_structure.has_value()); in GenericStructure()
114 absl::optional<FrameDependencyStructure> template_structure; member
272 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 …]
373 info.template_structure = svc_controller_.DependencyStructure(); in ParseCodecSpecificInfo()374 info.template_structure->resolutions = { in ParseCodecSpecificInfo()
716 codec_specific_info.template_structure = in Encode()718 auto& resolutions = codec_specific_info.template_structure->resolutions; in Encode()
271 ASSERT_TRUE(codec_specific_info.template_structure); in TEST_F()272 EXPECT_THAT(codec_specific_info.template_structure->resolutions, in TEST_F()
569 codec_specific.template_structure = in Encode()
1422 codec_specific->template_structure = in PopulateCodecSpecific()1424 auto& resolutions = codec_specific->template_structure->resolutions; in PopulateCodecSpecific()