Searched refs:closestSize (Results 1 – 5 of 5) sorted by relevance
89 const auto& closestSize = findClosestSize(maps, width, height); in isSizeSupported() local90 if (closestSize == maps.end()) { in isSizeSupported()99 int32_t avgFps = (closestSize->second.first + closestSize->second.second)/2; in isSizeSupported()101 (closestSize->first.first * closestSize->first.second); in isSizeSupported()
254 int closestSize[] = findClosestSize(mWidth, mHeight, mCameraParameters); in getCameraParameters() local255 mWidth = closestSize[0]; in getCameraParameters()256 mHeight = closestSize[1]; in getCameraParameters()312 int[] closestSize = {closestWidth, closestHeight}; in findClosestSize() local313 return closestSize; in findClosestSize()
558 TextSize closestSize = null; in getTextSize() local568 closestSize = size; in getTextSize()571 return closestSize != null ? closestSize : TextSize.NORMAL; in getTextSize()
1353 int[] closestSize = {closestWidth, closestHeight}; in findClosestSizeFromList() local1354 return closestSize; in findClosestSizeFromList()
1544 Size closestSize = null; in findClosestSize() local1551 closestSize = size; in findClosestSize()1554 return closestSize; in findClosestSize()