Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1543 int targetBlockCount = getBlockCount(width, height); in findClosestSize() local
1547 int diff = Math.abs(targetBlockCount - in findClosestSize()