HomeSort by relevance Sort by last modified time
    Searched full:marker (Results 251 - 275 of 1260) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 83 ENCODING_UTF16, /* Needs byte order marker */
86 ENCODING_UTF32, /* Needs byte order marker */
232 /* Scan for a byte order marker */
254 /* Scan for a byte order marker */
281 /* Default to host order, need to add byte order marker */
291 /* Default to host order, need to add byte order marker */
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 661 ptCreateString[10] = 512; /* Maximum Horizontal Size of the Thumbnail for App0 marker */
662 ptCreateString[11] = 384; /* Maximum Vertical Size of the Thumbnail for App0 marker */
663 ptCreateString[12] = 512; /* Maximum Horizontal Size of the Thumbnail for App1 marker */
664 ptCreateString[13] = 384; /* Maximum Vertical Size of the Thumbnail for App1 marker */
665 ptCreateString[14] = 512; /* Maximum Horizontal Size of the Thumbnail for App13 marker */
666 ptCreateString[15] = 384; /* Maximum Vertical Size of the Thumbnail for App13 marker */
700 ptCreateString[18] = 512; /* Maximum Horizontal Size of the Thumbnail for App5 marker */
701 ptCreateString[19] = 384; /* Maximum Vertical Size of the Thumbnail for App5 marker */
    [all...]
  /external/jpeg/
structure.doc 141 In addition to these modules we need overall control, marker generation,
161 We also need overall control, marker parsing, and a data source module.
386 * Marker writing: generates JPEG markers (except for RSTn, which is emitted
507 * Marker reading: decodes JPEG markers (except for RSTn).
529 1. Data input includes marker parsing, entropy decoding, and input into the
    [all...]
jcphuff.c 343 * Emit a restart marker & resynchronize predictions.
391 /* Emit restart marker if needed */
477 /* Emit restart marker if needed */
582 /* Emit restart marker if needed */
634 /* Emit restart marker if needed */
wizard.doc 82 component, in the order in which the components appear in the JPEG SOF marker.
100 component, in the order in which they appear in the JPEG SOF marker.
136 JPEG SOF marker, with the first component being numbered 0. (Note that these
cjpeg.1 141 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
175 the image up to the next restart marker. Of course, the restart markers
filelist.doc 77 jcmarker.c JPEG marker writing.
87 jdmarker.c JPEG marker reading.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 118 * otherwise required (to check for trailing marker) rather than
126 * space by defining marker nodes not to have key/value fields, it
140 * Null, rather than some special marker, is used for value fields
144 * even when deleted. Using any other marker value here would be
160 * 2. CAS n's next pointer to point to a new marker node.
165 * ... | b |------>| n |----->|marker|------>| f | ...
168 * 3. CAS b's next pointer over both n and its marker.
180 * the deleting thread. The use of marker nodes slightly
182 * consistent reads of up to four nodes (b, n, marker, f), not
183 * just (b, n, f), although the next field of a marker i
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 66 int marker; local
74 marker = ~i;
76 yaffs_write(outh,&marker,sizeof(marker));
85 int marker; local
96 yaffs_read(h,&marker,sizeof(marker));
97 ok = (marker == ~i);
101 fn,size,i,marker,~i);
115 int marker; local
    [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 1013 102 JET event marker</p>
1016 103 JET clip marker</p>
1023 <h2>6.1 JET Clip Marker (CC103)</h2>
1068 <h2>6.2 JET Event Marker (CC102)</h2>
1080 authoring tools make it difficult to place the end-of-track marker accurately,
1086 a JET end-of-segment marker (controller=102, value=0) at the point where the
1087 segment is to be looped. When the end-of-segment marker is encountered, the
1093 <p>The end-of-segment marker can also be used
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 444 iterator manages this by inserting a marker node into the list
446 this marker node is uniquely identified by having null stmt *and* a
450 if the node after the marker has changed. if it has, then the node
451 following the marker is now the next one to be visited. if not, the
452 marker node is moved past that node in the list (visualize it as
453 bumping the marker node through the list). this continues until
454 the marker node is moved to the original anchor position. the
455 marker node is then removed from the list.
457 If iteration is halted early, the marker node must be removed from
489 do so will result in leaving a iterator marker node in the immediat
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 444 iterator manages this by inserting a marker node into the list
446 this marker node is uniquely identified by having null stmt *and* a
450 if the node after the marker has changed. if it has, then the node
451 following the marker is now the next one to be visited. if not, the
452 marker node is moved past that node in the list (visualize it as
453 bumping the marker node through the list). this continues until
454 the marker node is moved to the original anchor position. the
455 marker node is then removed from the list.
457 If iteration is halted early, the marker node must be removed from
489 do so will result in leaving a iterator marker node in the immediat
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-flow.h 444 iterator manages this by inserting a marker node into the list
446 this marker node is uniquely identified by having null stmt *and* a
450 if the node after the marker has changed. if it has, then the node
451 following the marker is now the next one to be visited. if not, the
452 marker node is moved past that node in the list (visualize it as
453 bumping the marker node through the list). this continues until
454 the marker node is moved to the original anchor position. the
455 marker node is then removed from the list.
457 If iteration is halted early, the marker node must be removed from
489 do so will result in leaving a iterator marker node in the immediat
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 381 /* marker bit, 03/10/99 */
402 /* marker bit */
412 /* marker bit */
557 /* marker bit */
571 /* marker bit */
754 /* marker bit */
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/antlr/src/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 317 public void release(int marker) {
325 public void rewind(int marker) {
326 seek(marker);
  /external/chromium/net/http/
http_util.h 120 // Returns index beyond the end-of-headers marker or -1 if not found. RFC
121 // 2616 defines the end-of-headers marker as a double CRLF; however, some
132 // the end-of-headers marker as defined by LocateEndOfHeaders.
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 118 this.op = (unsigned char)64; /* invalid code marker */
298 this.op = (unsigned char)64; /* invalid code marker */
310 /* put invalid code marker in table */
  /external/zlib/
inftrees.c 118 here.op = (unsigned char)64; /* invalid code marker */
299 here.op = (unsigned char)64; /* invalid code marker */
311 /* put invalid code marker in table */
  /frameworks/base/docs/html/resources/tutorials/views/
hello-mapview.jd 159 define the default marker for each of the {@code OverlayItem}s. In order for the {@link
262 android.graphics.drawable.Drawable} used for the map marker, which was saved in the {@code
264 ItemizedOverlay}) takes the Drawable in order to set the default marker for all overlay
  /external/libxml2/
legacy.c 38 * @end: an end marker xmlChar, 0 if none
39 * @end2: an end marker xmlChar, 0 if none
40 * @end3: an end marker xmlChar, 0 if none
393 * @end: an end marker xmlChar, 0 if none
394 * @end2: an end marker xmlChar, 0 if none
395 * @end3: an end marker xmlChar, 0 if none
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 59 // Step four, find the exif marker and read all exif data.
68 return onError('Unable to find EXIF marker');
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 79 const char* const marker = local
83 fprintf(stderr, "\n%s %s:%d: %s\n", marker, file, line, msg);
  /external/chromium/webkit/glue/
cpp_bound_class_unittest.cc 198 "" // Array end marker: insert additional test pairs before this.
258 "" // Array end marker: insert additional test pairs before this.
  /external/jhead/
iptc.c 34 // Process and display IPTC marker.
37 // - Marker: 1 byte (0xED)

Completed in 1103 milliseconds

<<11121314151617181920>>