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()
967 if (mAllOutputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported()
1285 … (output && dataspace != HAL_DATASPACE_DEPTH && mAllOutputFormats.get(format) == 0)) { in getInternalFormatSizes()
1356 return output ? mAllOutputFormats : mInputFormats; in getFormatsMap()
1675 private final SparseIntArray mAllOutputFormats = new SparseIntArray(); field in StreamConfigurationMap