Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1341 StreamConfigurationData depthScData = new StreamConfigurationData(); in getRecommendedStreamConfigurations() local
1344 depthStreamDurationList.get(i), depthStreamStallList.get(i), depthScData); in getRecommendedStreamConfigurations() local
1349 (depthScData.streamConfigurationArray == null || in getRecommendedStreamConfigurations()
1350 depthScData.streamConfigurationArray.length == 0)) { in getRecommendedStreamConfigurations()
1399 depthScData.streamConfigurationArray, depthScData.minDurationArray, in getRecommendedStreamConfigurations()
1400 depthScData.stallDurationArray, in getRecommendedStreamConfigurations()
1416 depthScData.streamConfigurationArray, depthScData.minDurationArray, in getRecommendedStreamConfigurations()
1417 depthScData.stallDurationArray, in getRecommendedStreamConfigurations()