Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2042 int maxBps = 0; in applyLevelLimits() local
2052 maxBps = 64000; in applyLevelLimits()
2124 maxBps = Math.max(BR, maxBps); in applyLevelLimits()
2138 maxBps = 64000; in applyLevelLimits()
2192 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
2206 maxBps = 64000; in applyLevelLimits()
2295 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
2319 maxBps = 64000; in applyLevelLimits()
2393 maxBps = Math.max(BR * 64000, maxBps); in applyLevelLimits()
2418 maxBps = 100000000; in applyLevelLimits()
[all …]