Searched refs:blockCount (Results 1 – 1 of 1) sorted by relevance
1398 final int blockCount = in getSupportedFrameRatesFor() local1402 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1404 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()1530 final int blockCount = widthInBlocks * heightInBlocks; in supports() local1531 ok = ok && mBlockCountRange.contains(blockCount) in supports()1536 double blocksPerSec = blockCount * rate.doubleValue(); in supports()