Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2724 int maxBps = 0; in applyLevelLimits() local
2734 maxBps = 64000; in applyLevelLimits()
2814 maxBps = Math.max(BR, maxBps); in applyLevelLimits()
2828 maxBps = 64000; in applyLevelLimits()
2882 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
2896 maxBps = 64000; in applyLevelLimits()
2985 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
3083 maxBps = Math.max(BR * 64000, maxBps); in applyLevelLimits()
3202 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
3306 maxBps = Math.max(BR * 1000, maxBps); in applyLevelLimits()
[all …]