Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java1277 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local
1278 if ( ((!output || dataspace == HAL_DATASPACE_DEPTH) && sizesCount == 0) || in getInternalFormatSizes()
1284 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes()
1314 if (sizeIndex != sizesCount) { in getInternalFormatSizes()
1316 "Too few sizes (expected " + sizesCount + ", actual " + sizeIndex + ")"); in getInternalFormatSizes()