Searched defs:Const (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s111 Const RN 8 label
229 MOV Const,#4
230 MUL curQP,curQP,Const ;// curQP=4*curQP
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java281 if (mCommand == Const.CODE_C0_EXT1) {
286 } else if (mCommand >= Const.CODE_C0_RANGE_START
287 && mCommand <= Const.CODE_C0_RANGE_END) {
292 } else if (mCommand >= Const.CODE_C1_RANGE_START
293 && mCommand <= Const.CODE_C1_RANGE_END) {
298 } else if (mCommand >= Const.CODE_G0_RANGE_START
299 && mCommand <= Const.CODE_G0_RANGE_END) {
304 } else if (mCommand >= Const.CODE_G1_RANGE_START
305 && mCommand <= Const.CODE_G1_RANGE_END) {
317 if (mCommand >= Const
736 private static class Const { class in class:Cea708CCParser
738 private Const() { method in class:Cea708CCParser.Const
[all...]

Completed in 150 milliseconds