Home
last modified time | relevance | path

Searched refs:dynamicDepthStallDurations (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java116 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument
126 dynamicDepthStallDurations, in StreamConfigurationMap()
177 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument
228 mDynamicDepthStallDurations = checkArrayElementsNotNull(dynamicDepthStallDurations, in StreamConfigurationMap()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp785 std::vector<int64_t> dynamicDepthMinDurations, dynamicDepthStallDurations; in addDynamicDepthTags() local
812 &dynamicDepthStallDurations); in addDynamicDepthTags()
813 if (dynamicDepthMinDurations.empty() || dynamicDepthStallDurations.empty() || in addDynamicDepthTags()
814 (dynamicDepthMinDurations.size() != dynamicDepthStallDurations.size())) { in addDynamicDepthTags()
816 __FUNCTION__, dynamicDepthMinDurations.size(), dynamicDepthStallDurations.size()); in addDynamicDepthTags()
832 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()
834 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1427 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMap() local
1444 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMap()
1470 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMapMaximumResolution() local
1488 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMapMaximumResolution()