Searched refs:blockCount (Results 1 – 1 of 1) sorted by relevance
2073 final int blockCount = in getSupportedFrameRatesFor() local2077 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()2079 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()2554 final int blockCount = widthInBlocks * heightInBlocks; in supports() local2555 ok = ok && mBlockCountRange.contains(blockCount) in supports()2560 double blocksPerSec = blockCount * rate.doubleValue(); in supports()