Home
last modified time | relevance | path

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

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