Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2935 int maxBlocks = 0; in applyLevelLimits() local
2944 maxBlocks = 99; in applyLevelLimits()
3025 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3093 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3196 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3294 maxBlocks = Math.max(W * H, maxBlocks); in applyLevelLimits()
3413 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3420 maxBlocks = Utils.divUp(maxBlocks, blockSize * blockSize); in applyLevelLimits()
3517 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3600 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
[all …]