Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java141 mAllOutputFormats.put(fmt, mAllOutputFormats.get(fmt) + 1); in StreamConfigurationMap()
961 if (mAllOutputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported()
1284 … (output && dataspace != HAL_DATASPACE_DEPTH && mAllOutputFormats.get(format) == 0)) { in getInternalFormatSizes()
1355 return output ? mAllOutputFormats : mInputFormats; in getFormatsMap()
1676 private final SparseIntArray mAllOutputFormats = new SparseIntArray(); field in StreamConfigurationMap