Searched refs:kMaxSpatialIds (Results 1 – 5 of 5) sorted by relevance
33 int scaling_factor_num[DependencyDescriptor::kMaxSpatialIds] = {1, 1, 1, 1};34 int scaling_factor_den[DependencyDescriptor::kMaxSpatialIds] = {1, 1, 1, 1};
19 constexpr int DependencyDescriptor::kMaxSpatialIds; member in webrtc::DependencyDescriptor
101 static constexpr int kMaxSpatialIds = 4; member
110 if (spatial_id >= DependencyDescriptor::kMaxSpatialIds) { in ReadTemplateLayers()
37 RTC_DCHECK_LT(next.spatial_id, DependencyDescriptor::kMaxSpatialIds); in GetNextLayerIdc()