OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpeg_stdio_dest
(Results
1 - 12
of
12
) sorted by null
/external/jpeg/
jdatadst.c
130
jpeg_stdio_dest
(j_compress_ptr cinfo, FILE * outfile)
function
135
* can be written to the same file without re-executing
jpeg_stdio_dest
.
example.c
118
jpeg_stdio_dest
(&cinfo, outfile);
jpeglib.h
901
#define
jpeg_stdio_dest
macro
[
all
...]
cjpeg.c
577
jpeg_stdio_dest
(&cinfo, output_file);
jpegtran.c
470
jpeg_stdio_dest
(&dstinfo, output_file);
/external/chromium_org/third_party/libjpeg_turbo/
example.c
118
jpeg_stdio_dest
(&cinfo, outfile);
jpeglibmangler.h
61
#define
jpeg_stdio_dest
chromium_jpeg_stdio_dest
macro
jdatadst.c
206
jpeg_stdio_dest
(j_compress_ptr cinfo, FILE * outfile)
function
211
* can be written to the same file without re-executing
jpeg_stdio_dest
.
jpeglib.h
918
#define
jpeg_stdio_dest
macro
[
all
...]
jpegtran.c
519
jpeg_stdio_dest
(&dstinfo, fp);
cjpeg.c
606
jpeg_stdio_dest
(&cinfo, output_file);
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
452
jpeg_stdio_dest
( &cinfo, f );
[
all
...]
Completed in 222 milliseconds