Searched refs:blockCount (Results 1 – 1 of 1) sorted by relevance
1410 final int blockCount = in getSupportedFrameRatesFor() local1414 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount, in getSupportedFrameRatesFor()1416 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount, in getSupportedFrameRatesFor()1542 final int blockCount = widthInBlocks * heightInBlocks; in supports() local1543 ok = ok && mBlockCountRange.contains(blockCount) in supports()1548 double blocksPerSec = blockCount * rate.doubleValue(); in supports()