Searched refs:mBlocksPerSecondRange (Results 1 – 2 of 2) sorted by relevance
1694 private Range<Long> mBlocksPerSecondRange; field in MediaCodecInfo.VideoCapabilities2375 ok = mBlocksPerSecondRange.contains( in supports()2444 return mBlocksPerSecondRange; in getBlocksPerSecondRange()2464 mBlocksPerSecondRange = POSITIVE_LONGS; in initWithPlatformLimits()2764 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in parseFromInfo()2801 mBlocksPerSecondRange = Utils.factorRange( in applyBlockLimits()2802 mBlocksPerSecondRange, factor); in applyBlockLimits()2821 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect(rates); in applyBlockLimits()2888 mBlocksPerSecondRange = mBlocksPerSecondRange.intersect( in updateLimits()2892 (int)(mBlocksPerSecondRange.getLower() in updateLimits()[all …]
26967 Landroid/media/MediaCodecInfo$VideoCapabilities;->mBlocksPerSecondRange:Landroid/util/Range;