Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java113 StreamConfigurationDuration[] depthStallDurations, in StreamConfigurationMap() argument
124 depthConfigurations, depthMinFrameDurations, depthStallDurations, in StreamConfigurationMap()
174 StreamConfigurationDuration[] depthStallDurations, in StreamConfigurationMap() argument
215 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp726 std::vector<int64_t> depthMinDurations, depthStallDurations; in addDynamicDepthTags() local
742 HAL_PIXEL_FORMAT_Y16, internalDepthSizes, &depthStallDurations); in addDynamicDepthTags()
745 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
746 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
748 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
754 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1240 StreamConfigurationDuration[] depthStallDurations = getBase( in getStreamConfigurationMap() local
1261 depthConfigurations, depthMinFrameDurations, depthStallDurations, in getStreamConfigurationMap()