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()
749 std::vector<int64_t> dynamicDepthMinDurations, dynamicDepthStallDurations; in addDynamicDepthTags() local776 &dynamicDepthStallDurations); in addDynamicDepthTags()777 if (dynamicDepthMinDurations.empty() || dynamicDepthStallDurations.empty() || in addDynamicDepthTags()778 (dynamicDepthMinDurations.size() != dynamicDepthStallDurations.size())) { in addDynamicDepthTags()780 __FUNCTION__, dynamicDepthMinDurations.size(), dynamicDepthStallDurations.size()); in addDynamicDepthTags()796 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()798 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()
1244 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMap() local1261 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMap()