Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2723 int maxBlocks = 0; in applyLevelLimits() local
2732 maxBlocks = 99; in applyLevelLimits()
2813 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
2881 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
2984 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3082 maxBlocks = Math.max(W * H, maxBlocks); in applyLevelLimits()
3201 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3208 maxBlocks = Utils.divUp(maxBlocks, blockSize * blockSize); in applyLevelLimits()
3305 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
3388 maxBlocks = Math.max(FS, maxBlocks); in applyLevelLimits()
[all …]