Searched refs:mBlocksPerSecondRange (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1212 private Range<Long> mBlocksPerSecondRange; field in class:MediaCodecInfo.VideoCapabilities
1402 Math.max(mBlocksPerSecondRange.getLower() / (double) blockCount,
1404 Math.min(mBlocksPerSecondRange.getUpper() / (double) blockCount,
1537 ok = mBlocksPerSecondRange.contains(
1597 return mBlocksPerSecondRange;
1617 mBlocksPerSecondRange = POSITIVE_LONGS;
1820 mBlocksPerSecondRange = POSITIVE_LONGS.intersect(
1858 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(
1895 mBlocksPerSecondRange
[all...]

Completed in 36 milliseconds