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.java209 mDepthStallDurations = new StreamConfigurationDuration[0]; in StreamConfigurationMap()
215 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()
1116 Arrays.equals(mDepthStallDurations, other.mDepthStallDurations) && in equals()
1138 mDepthConfigurations, mDepthMinFrameDurations, mDepthStallDurations, in hashCode()
1646 return (dataspace == HAL_DATASPACE_DEPTH) ? mDepthStallDurations : in getDurations()
1929 private final StreamConfigurationDuration[] mDepthStallDurations; field in StreamConfigurationMap