Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java119 mDepthStallDurations = new StreamConfigurationDuration[0]; in StreamConfigurationMap()
125 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()
1385 mDepthStallDurations : mStallDurations; in getDurations()
1647 private final StreamConfigurationDuration[] mDepthStallDurations; field in StreamConfigurationMap