Home
last modified time | relevance | path

Searched refs:jpeg_stdio_dest (Results 1 – 16 of 16) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg62-memsrcdst.def91 jpeg_stdio_dest @ 90 ;
Djpeg7-memsrcdst.def93 jpeg_stdio_dest @ 92 ;
Djpeg7.def93 jpeg_stdio_dest @ 92 ;
Djpeg62.def91 jpeg_stdio_dest @ 90 ;
Djpeg8.def96 jpeg_stdio_dest @ 95 ;
/external/libjpeg-turbo/
Dexample.c118 jpeg_stdio_dest(&cinfo, outfile); in write_JPEG_file()
Djdatadst.c206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() function
Djpegtran.c518 jpeg_stdio_dest(&dstinfo, fp); in main()
Dcjpeg.c607 jpeg_stdio_dest(&cinfo, output_file); in main()
Djpeglib.h915 EXTERN(void) jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile);
Dlibjpeg.txt302 jpeg_stdio_dest(&cinfo, outfile);
1601 the jpeg_stdio_dest() or jpeg_mem_dest() routines of the supplied destination
/external/opencv3/3rdparty/libjpeg/
Djdatadst.c196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() function
Djpeglib.h889 #define jpeg_stdio_dest jStdDest macro
967 EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FILE * outfile));
/external/pdfium/third_party/libjpeg/
Djpeglib.h939 #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/
Dgrfmt_jpeg.cpp577 jpeg_stdio_dest( &cinfo, fw.f ); in write()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp452 jpeg_stdio_dest( &cinfo, f ); in WriteImage()