Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java297 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor() local
300 return mDepthOutputFormats.indexOfKey(internalFormat) >= 0; in isOutputSupportedFor()
302 return getFormatsMap(/*output*/true).indexOfKey(internalFormat) >= 0; in isOutputSupportedFor()
957 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported() local
962 if (mDepthOutputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported()
966 if (mAllOutputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported()
971 if (mInputFormats.indexOfKey(internalFormat) >= 0) { in checkArgumentFormatSupported()
1263 int internalFormat = imageFormatToInternal(format); in getPublicFormatSizes() local
1266 return getInternalFormatSizes(internalFormat, dataspace, output, highRes); in getPublicFormatSizes()