Searched refs:escape (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c13 * Contains module for VLC escape mode check
27 * Performs escape mode decision based on the run, run+, level, level+ and
50 * 0 --> no escape mode, 1 --> escape type 1,
51 * 1 --> escape type 2, 3 --> escape type 3, check section 7.4.1.3
67 OMX_U8 escape = 0, fMode = 0, entries; local
84 escape = 1;
89 escape = 1;
91 if(escape
[all...]
H A DarmVCM4P2_GetVLCBits.c31 * Performs escape mode decision based on the run, run+, level, level+ and
102 OMX_U8 i, fType, escape; local
108 escape = armLookAheadBits(ppBitStream, pBitOffset, 7);
109 if (escape != 3)
111 fType = 0; /* Not in escape mode */
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java125 String escape = escapes[c];
126 if (escape == null) continue;
129 append(escape);
143 String escape = escapes[c];
144 if (escape == null) continue;
147 append(escape);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp158 int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; local
333 escape = (15 << shift) + 1;
337 if (value < escape)
343 status = BitstreamWriteBits(stream, 28, (1 << 12) | ((value - escape) << 1) | sign);
/frameworks/base/core/java/android/util/
H A DJsonReader.java868 * character escape sequences encountered along the way. The opening quote
873 * @throws NumberFormatException if any unicode escape sequences are
1006 * @throws NumberFormatException if any unicode escape sequences are
1011 throw syntaxError("Unterminated escape sequence");
1018 throw syntaxError("Unterminated escape sequence");
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4697 *outErrorMsg = "Bad character in \\u unicode escape sequence";
4706 // ignore unknown escape chars.

Completed in 1390 milliseconds