Searched refs:dynamicDepthStallDurations (Results 1 – 3 of 3) sorted by relevance
116 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument126 dynamicDepthStallDurations, in StreamConfigurationMap()177 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument228 mDynamicDepthStallDurations = checkArrayElementsNotNull(dynamicDepthStallDurations, in StreamConfigurationMap()
728 std::vector<int64_t> dynamicDepthMinDurations, dynamicDepthStallDurations; in addDynamicDepthTags() local755 &dynamicDepthStallDurations); in addDynamicDepthTags()756 if (dynamicDepthMinDurations.empty() || dynamicDepthStallDurations.empty() || in addDynamicDepthTags()757 (dynamicDepthMinDurations.size() != dynamicDepthStallDurations.size())) { in addDynamicDepthTags()759 __FUNCTION__, dynamicDepthMinDurations.size(), dynamicDepthStallDurations.size()); in addDynamicDepthTags()775 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()777 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()
1246 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMap() local1263 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMap()