Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1647 return saturateLongToInt(mWidth * (long)mHeight); in getMaxMacroBlocks()
1758 private int saturateLongToInt(long value) { in saturateLongToInt() method in MediaCodecInfo.VideoCapabilities.PerformancePoint