Searched refs:jpeg_stdio_dest (Results 1 – 16 of 16) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 91 jpeg_stdio_dest @ 90 ;
|
D | jpeg7-memsrcdst.def | 93 jpeg_stdio_dest @ 92 ;
|
D | jpeg7.def | 93 jpeg_stdio_dest @ 92 ;
|
D | jpeg62.def | 91 jpeg_stdio_dest @ 90 ;
|
D | jpeg8.def | 96 jpeg_stdio_dest @ 95 ;
|
/external/libjpeg-turbo/ |
D | example.c | 118 jpeg_stdio_dest(&cinfo, outfile); in write_JPEG_file()
|
D | jdatadst.c | 206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() function
|
D | jpegtran.c | 518 jpeg_stdio_dest(&dstinfo, fp); in main()
|
D | cjpeg.c | 607 jpeg_stdio_dest(&cinfo, output_file); in main()
|
D | jpeglib.h | 915 EXTERN(void) jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile);
|
D | libjpeg.txt | 302 jpeg_stdio_dest(&cinfo, outfile); 1601 the jpeg_stdio_dest() or jpeg_mem_dest() routines of the supplied destination
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdatadst.c | 196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() function
|
D | jpeglib.h | 889 #define jpeg_stdio_dest jStdDest macro 967 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FILE * outfile));
|
/external/pdfium/third_party/libjpeg/ |
D | jpeglib.h | 939 #define jpeg_stdio_dest jStdDest macro 1013 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FXSYS_FILE * outfile));
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg.cpp | 577 jpeg_stdio_dest( &cinfo, fw.f ); in write()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 452 jpeg_stdio_dest( &cinfo, f ); in WriteImage()
|