Home
last modified time | relevance | path

Searched refs:saturateLongToInt (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1798 return saturateLongToInt(mWidth * (long)mHeight); in getMaxMacroBlocks()
1909 private int saturateLongToInt(long value) { in saturateLongToInt() method in MediaCodecInfo.VideoCapabilities.PerformancePoint