Searched defs:BR (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaCodecInfo.java | 2597 int BR = bitRates == null ? 0 : Utils.divUp(bitRates.getUpper(), 1000); in equivalentVP9Level() local 2949 int MBPS = 0, FS = 0, BR = 0, DPB = 0; in applyLevelLimits() local 3042 int MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local 3110 int MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local 3223 int MBPS = 0, BR = 0, FR = 0, W = 0, H = 0, minW = minWidth, minH = minHeight; in applyLevelLimits() local 3360 int BR = 0; // bit rate kbps in applyLevelLimits() local 3436 int BR = 0; in applyLevelLimits() local 3540 int BR = 0; // bit rate kbps in applyLevelLimits() local
|