Searched defs:BR (Results 1 – 2 of 2) sorted by relevance
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/ |
D | GenerationalClassUtil.java | 176 BR("-br.bin"), enumConstant
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 1704 int BR = bitRates == null ? 0 : Utils.divUp(bitRates.getUpper(), 1000); in equivalentVP9Level() local 2055 int MBPS = 0, FS = 0, BR = 0, DPB = 0; in applyLevelLimits() local 2142 int MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local 2210 int MBPS = 0, FS = 0, BR = 0, FR = 0, W = 0, H = 0; in applyLevelLimits() local 2323 int MBPS = 0, BR = 0, FR = 0, W = 0, H = 0, minW = minWidth, minH = minHeight; in applyLevelLimits() local 2460 int BR = 0; // bit rate kbps in applyLevelLimits() local 2534 int BR = 0; in applyLevelLimits() local
|