OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jpeg_consume_input
(Results
1 - 7
of
7
) sorted by null
/external/jpeg/
jdapimin.c
237
* This routine is now just a front end to
jpeg_consume_input
, with some
250
retcode =
jpeg_consume_input
(cinfo);
288
jpeg_consume_input
(j_decompress_ptr cinfo)
function
libjpeg.doc
[
all
...]
jpegint.h
212
* Returns same codes as are defined for
jpeg_consume_input
:
jpeglib.h
932
#define
jpeg_consume_input
macro
[
all
...]
structure.doc
538
if the application calls
jpeg_consume_input
(); otherwise input and output
550
case.
jpeg_consume_input
() is effectively a no-op in this situation.
[
all
...]
jdmarker.c
947
* Returns same codes as are defined for
jpeg_consume_input
:
[
all
...]
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
301
status =
jpeg_consume_input
(&m_info);
Completed in 936 milliseconds