Searched refs:DecodeTargetIsActive (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/video_coding/svc/ |
D | scalability_structure_l2t2_key_shift.cc | 88 if (DecodeTargetIsActive(/*sid=*/0, /*tid=*/0)) { in NextFrameConfig() 92 if (DecodeTargetIsActive(/*sid=*/1, /*tid=*/0)) { in NextFrameConfig() 95 if (DecodeTargetIsActive(/*sid=*/0, /*tid=*/0)) { in NextFrameConfig() 104 if (DecodeTargetIsActive(/*sid=*/0, /*tid=*/0)) { in NextFrameConfig() 108 if (DecodeTargetIsActive(/*sid=*/1, /*tid=*/1)) { in NextFrameConfig() 112 if (configs.empty() && DecodeTargetIsActive(/*sid=*/1, /*tid=*/0)) { in NextFrameConfig() 119 if (DecodeTargetIsActive(/*sid=*/0, /*tid=*/1)) { in NextFrameConfig() 123 if (DecodeTargetIsActive(/*sid=*/1, /*tid=*/0)) { in NextFrameConfig() 127 if (configs.empty() && DecodeTargetIsActive(/*sid=*/0, /*tid=*/0)) { in NextFrameConfig() 166 if (!DecodeTargetIsActive(sid, /*tid=*/0) && active) { in OnRatesUpdated()
|
D | scalability_structure_key_svc.cc | 63 if (DecodeTargetIsActive(sid, tid)) { in TemporalLayerIsActive() 98 if (!DecodeTargetIsActive(sid, /*tid=*/0)) { in KeyframeConfig() 125 if (!DecodeTargetIsActive(sid, /*tid=*/0)) { in T0Config() 141 if (!DecodeTargetIsActive(sid, /*tid=*/1)) { in T1Config() 159 if (!DecodeTargetIsActive(sid, /*tid=*/2)) { in T2Config()
|
D | scalability_structure_simulcast.cc | 81 if (DecodeTargetIsActive(sid, tid)) { in TemporalLayerIsActive() 137 if (!DecodeTargetIsActive(sid, /*tid=*/0)) { in NextFrameConfig() 157 if (!DecodeTargetIsActive(sid, /*tid=*/1) || in NextFrameConfig() 176 if (!DecodeTargetIsActive(sid, /*tid=*/2) || in NextFrameConfig()
|
D | scalability_structure_full_svc.cc | 64 if (DecodeTargetIsActive(sid, tid)) { in TemporalLayerIsActive() 152 if (!DecodeTargetIsActive(sid, /*tid=*/0)) { in NextFrameConfig() 181 if (!DecodeTargetIsActive(sid, /*tid=*/1) || in NextFrameConfig() 204 if (!DecodeTargetIsActive(sid, /*tid=*/2) || in NextFrameConfig()
|
D | scalability_structure_l2t2_key_shift.h | 51 bool DecodeTargetIsActive(int sid, int tid) const { in DecodeTargetIsActive() function
|
D | scalability_structure_simulcast.h | 55 bool DecodeTargetIsActive(int sid, int tid) const { in DecodeTargetIsActive() function
|
D | scalability_structure_key_svc.h | 50 bool DecodeTargetIsActive(int sid, int tid) const { in DecodeTargetIsActive() function
|
D | scalability_structure_full_svc.h | 57 bool DecodeTargetIsActive(int sid, int tid) const { in DecodeTargetIsActive() function
|