Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1694 int targetBlockCount = getBlockCount(width, height); in findClosestSize() local
1698 int diff = Math.abs(targetBlockCount - in findClosestSize()