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