/external/webrtc/modules/rtp_rtcp/source/ |
D | active_decode_targets_helper.cc | 45 rtc::ArrayView<const int> decode_target_protected_by_chain, in ActiveChains() argument 49 for (size_t dt = 0; dt < decode_target_protected_by_chain.size(); ++dt) { in ActiveChains() 53 int chain_idx = decode_target_protected_by_chain[dt]; in ActiveChains() 63 rtc::ArrayView<const int> decode_target_protected_by_chain, in OnFrame() argument 82 const size_t num_decode_targets = decode_target_protected_by_chain.size(); in OnFrame() 115 last_active_chains_ = ActiveChains(decode_target_protected_by_chain, in OnFrame()
|
D | active_decode_targets_helper_unittest.cc | 246 std::vector<int> decode_target_protected_by_chain(32); in TEST() local 248 decode_target_protected_by_chain[i] = i; in TEST() 254 helper.OnFrame(decode_target_protected_by_chain, in TEST() 260 helper.OnFrame(decode_target_protected_by_chain, in TEST() 265 helper.OnFrame(decode_target_protected_by_chain, in TEST()
|
D | active_decode_targets_helper.h | 37 void OnFrame(rtc::ArrayView<const int> decode_target_protected_by_chain,
|
D | rtp_dependency_descriptor_writer.cc | 113 for (int protected_by : structure_.decode_target_protected_by_chain) { in StructureSizeBits() 287 RTC_DCHECK_EQ(structure_.decode_target_protected_by_chain.size(), in WriteTemplateChains() 289 for (int protected_by : structure_.decode_target_protected_by_chain) { in WriteTemplateChains()
|
D | rtp_dependency_descriptor_reader.cc | 150 structure->decode_target_protected_by_chain.push_back(protected_by_chain); in ReadTemplateChains()
|
D | rtp_sender_video_unittest.cc | 570 video_structure.decode_target_protected_by_chain = {0, 0}; in TEST_P() 604 video_structure.decode_target_protected_by_chain = {0, 0}; in TEST_P()
|
D | rtp_sender_video.cc | 425 video_structure_->decode_target_protected_by_chain, in SendVideo()
|
/external/webrtc/api/transport/rtp/ |
D | dependency_descriptor.h | 85 lhs.decode_target_protected_by_chain == 86 rhs.decode_target_protected_by_chain && 95 absl::InlinedVector<int, 10> decode_target_protected_by_chain; member
|
/external/webrtc/modules/video_coding/codecs/av1/ |
D | scalability_structure_s2t1.cc | 49 structure.decode_target_protected_by_chain = {0, 1}; in DependencyStructure()
|
D | scalability_structure_unittest.cc | 103 EXPECT_THAT(structure.decode_target_protected_by_chain, IsEmpty()); in TEST_P() 105 EXPECT_THAT(structure.decode_target_protected_by_chain, in TEST_P()
|
D | scalability_structure_l1t2.cc | 49 structure.decode_target_protected_by_chain = {0, 0}; in DependencyStructure()
|
D | scalability_structure_l2t1_key.cc | 51 structure.decode_target_protected_by_chain = {0, 1}; in DependencyStructure()
|
D | scalability_structure_l2t1.cc | 52 structure.decode_target_protected_by_chain = {0, 1}; in DependencyStructure()
|
D | scalability_structure_l1t3.cc | 49 structure.decode_target_protected_by_chain = {0, 0, 0}; in DependencyStructure()
|
D | scalability_structure_l3t1.cc | 55 structure.decode_target_protected_by_chain = {0, 1, 2}; in DependencyStructure()
|
D | scalability_structure_l2t2_key_shift.cc | 55 structure.decode_target_protected_by_chain = {0, 0, 1, 1}; in DependencyStructure()
|
D | scalability_structure_l2t2_key.cc | 56 structure.decode_target_protected_by_chain = {0, 0, 1, 1}; in DependencyStructure()
|
D | scalability_structure_l2t2.cc | 56 structure.decode_target_protected_by_chain = {0, 0, 1, 1}; in DependencyStructure()
|
D | scalability_structure_l3t3.cc | 99 structure.decode_target_protected_by_chain = {0, 0, 0, 1, 1, 1, 2, 2, 2}; in DependencyStructure()
|