Searched refs:blockCount (Results 1 – 1 of 1) sorted by relevance
1887 final int blockCount = in getSupportedFrameRatesFor() local1891 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1893 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()2368 final int blockCount = widthInBlocks * heightInBlocks; in supports() local2369 ok = ok && mBlockCountRange.contains(blockCount) in supports()2374 double blocksPerSec = blockCount * rate.doubleValue(); in supports()