Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2936 int maxBps = 0; in applyLevelLimits() local
2946 maxBps = 64000; in applyLevelLimits()
3026 maxBps = Math.max(BR, maxBps); in applyLevelLimits()
3040 maxBps = 64000; in applyLevelLimits()
3094 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
3108 maxBps = 64000; in applyLevelLimits()
3197 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
3295 maxBps = Math.max(BR * 64000, maxBps); in applyLevelLimits()
3414 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
3518 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
[all …]