HomeSort by relevance Sort by last modified time
    Searched refs:next_marker (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/net/spdy/
hpack_input_stream.cc 71 uint8 next_marker = (1 << N) - 1; local
75 *I = next_octet & next_marker;
77 bool has_more = (*I == next_marker);
  /external/chromium_org/third_party/libjpeg_turbo/
rdjpgcom.c 142 next_marker (void) function
171 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
172 * input file weren't actually JPEG at all, next_marker might read the whole
350 marker = next_marker();
wrjpgcom.c 187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
jdmarker.c 890 next_marker (j_decompress_ptr cinfo)
938 /* Like next_marker, but used to obtain the initial SOI marker. */
    [all...]
  /external/jpeg/
rdjpgcom.c 138 next_marker (void) function
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
168 * input file weren't actually JPEG at all, next_marker might read the whole
334 marker = next_marker();
wrjpgcom.c 187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
jdmarker.c 882 next_marker (j_decompress_ptr cinfo)
930 /* Like next_marker, but used to obtain the initial SOI marker. */
971 if (! next_marker(cinfo))
1133 /* Note that next_marker will complain if it skips any data. */
1135 if (! next_marker(cinfo))
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 138 next_marker (void) function
167 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
168 * input file weren't actually JPEG at all, next_marker might read the whole
334 marker = next_marker();
wrjpgcom.c 187 next_marker (void) function
216 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
217 * input file weren't actually JPEG at all, next_marker might read the whole
300 marker = next_marker();
jdmarker.c 874 next_marker (j_decompress_ptr cinfo)
922 /* Like next_marker, but used to obtain the initial SOI marker. */
963 if (! next_marker(cinfo))
1125 /* Note that next_marker will complain if it skips any data. */
1127 if (! next_marker(cinfo))
    [all...]
  /external/chromium_org/tools/
bisect-builds.py 275 next_marker = None
278 next_marker = document.find(namespace + 'NextMarker').text
313 return (revisions, next_marker, githash_svn_dict)
316 (revisions, next_marker, self.githash_svn_dict) = _FetchAndParse(
320 while next_marker:
321 next_url = self.GetListingURL(next_marker)
322 (new_revisions, next_marker, new_dict) = _FetchAndParse(next_url)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 908 next_marker (j_decompress_ptr cinfo)
956 /* Like next_marker, but used to obtain the initial SOI marker. */
997 if (! next_marker(cinfo))
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 528 milliseconds