Searched refs:depthStallDurations (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 113 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/ |
D | CameraProviderManager.cpp | 726 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/ |
D | CameraMetadataNative.java | 1240 StreamConfigurationDuration[] depthStallDurations = getBase( in getStreamConfigurationMap() local 1261 depthConfigurations, depthMinFrameDurations, depthStallDurations, in getStreamConfigurationMap()
|