Searched refs:mBlocksPerSecondRange (Results 1 – 2 of 2) sorted by relevance
1485 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities2166 ok = mBlocksPerSecondRange.contains( in supports()2226 return mBlocksPerSecondRange; in getBlocksPerSecondRange()2246 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()2552 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()2589 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()2590 mBlocksPerSecondRange, factor); in applyBlockLimits()2609 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(rates); in applyBlockLimits()2676 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in updateLimits()2680 (int)(mBlocksPerSecondRange.getLower() in updateLimits()[all …]
29845 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;