Searched defs:highRes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java267 return getPublicFormatSizes(format, /*output*/false, /*highRes*/false);
467 HAL_DATASPACE_UNKNOWN,/*output*/true, /*highRes*/false);
494 return getPublicFormatSizes(format, /*output*/true, /*highRes*/ false);
679 return getPublicFormatSizes(format, /*output*/true, /*highRes*/ true);
1256 private Size[] getPublicFormatSizes(int format, boolean output, boolean highRes) { argument
1266 return getInternalFormatSizes(internalFormat, dataspace, output, highRes);
1270 boolean output, boolean highRes) {
1274 highRes ? mHighResOutputFormats :
1295 // highRes, remove for !highRes
1269 getInternalFormatSizes(int format, int dataspace, boolean output, boolean highRes) argument
[all...]

Completed in 283 milliseconds