OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:consume_data
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
jdcoefct.c
255
consume_data
(j_decompress_ptr cinfo)
function
377
consume_data
(cinfo);
386
* Same as
consume_data
, expect for saving the Huffman decode information
446
* Same as
consume_data
, expect for saving the Huffman decode information
[
all
...]
jdinput.c
278
cinfo->inputctl->consume_input = cinfo->coef->
consume_data
;
311
* coefficient controller's
consume_data
routine, depending on whether
jdapistd.c
251
cinfo->inputctl->consume_input = cinfo->coef->
consume_data
;
jpegint.h
172
JMETHOD(int,
consume_data
, (j_decompress_ptr cinfo));
Completed in 1021 milliseconds