Searched refs:escape (Results 1 - 7 of 7) 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.java139 String escape = escapes[c];
140 if (escape == null) continue;
143 append(escape);
157 String escape = escapes[c];
158 if (escape == null) continue;
161 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/media/java/android/media/
H A DWebVttRenderer.java184 // includes both WebVTT data && escape state
192 private boolean replaceEscape(String escape, String replacement, int pos) { argument
193 if (mLine.startsWith(escape, pos)) {
196 mHandledLen = pos + escape.length();
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4853 *outErrorMsg = "Bad character in \\u unicode escape sequence";
4862 // ignore unknown escape chars.

Completed in 217 milliseconds