Searched refs:sizesCount (Results 1 – 1 of 1) sorted by relevance
1580 int sizesCount = formatsMap.get(format); in getInternalFormatSizes() local1583 dataspace == HAL_DATASPACE_HEIF)) && sizesCount == 0) || in getInternalFormatSizes()1591 Size[] sizes = new Size[sizesCount]; in getInternalFormatSizes()1633 if ((sizeIndex != sizesCount) && (dataspace == HAL_DATASPACE_DYNAMIC_DEPTH || in getInternalFormatSizes()1636 if (sizeIndex > sizesCount) { in getInternalFormatSizes()1638 "Too many dynamic depth sizes (expected " + sizesCount + ", actual " + in getInternalFormatSizes()1647 } else if (sizeIndex != sizesCount) { in getInternalFormatSizes()1649 "Too few sizes (expected " + sizesCount + ", actual " + sizeIndex + ")"); in getInternalFormatSizes()