Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2030 int maxBps = 0; in applyLevelLimits() local
2040 maxBps = 64000; in applyLevelLimits()
2112 maxBps = Math.max(BR, maxBps); in applyLevelLimits()
2126 maxBps = 64000; in applyLevelLimits()
2180 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
2194 maxBps = 64000; in applyLevelLimits()
2283 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
2307 maxBps = 64000; in applyLevelLimits()
2381 maxBps = Math.max(BR * 64000, maxBps); in applyLevelLimits()
2406 maxBps = 100000000; in applyLevelLimits()
[all …]