Home
last modified time | relevance | path

Searched refs:jpeg_mem_src (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg62-memsrcdst.def104 jpeg_mem_src @ 103 ;
Djpeg7-memsrcdst.def106 jpeg_mem_src @ 105 ;
Djpeg8.def75 jpeg_mem_src @ 74 ;
/external/libjpeg-turbo/
Djdatasrc.c256 jpeg_mem_src (j_decompress_ptr cinfo, in jpeg_mem_src() function
DREADME-turbo.txt232 By default, libjpeg-turbo 1.3 and later includes the jpeg_mem_src() and
245 This will restore the pre-1.3 behavior, in which jpeg_mem_src() and
254 is built against libjpeg-turbo 1.3+ and uses jpeg_mem_src() or jpeg_mem_dest(),
256 against libjpeg v7- until the program actually tries to call jpeg_mem_src() or
258 against the libjpeg-turbo 1.3+ DLL and uses jpeg_mem_src() or jpeg_mem_dest(),
Ddjpeg.c612 jpeg_mem_src(&cinfo, inbuffer, insize); in main()
Djpeglib.h922 EXTERN(void) jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * inbuffer,
Dchange.log42 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
DBUILDING.txt147 jpeg_mem_src() and jpeg_mem_dest() functions. These functions were not part of
663 jpeg_mem_src() and jpeg_mem_dest() functions. These functions were not part of
Dconfigure.ac207 MEM_SRCDST_FUNCTIONS="global: jpeg_mem_dest; jpeg_mem_src;";
DChangeLog.txt439 [12] The in-memory source/destination managers (jpeg_mem_src() and
Dlibjpeg.txt1678 jpeg_stdio_src() or jpeg_mem_src() routines of the supplied source managers.
/external/opencv3/3rdparty/libjpeg/
Djdatasrc.c249 jpeg_mem_src (j_decompress_ptr cinfo, in jpeg_mem_src() function
Djpeglib.h892 #define jpeg_mem_src jMemSrc macro
974 EXTERN(void) jpeg_mem_src JPP((j_decompress_ptr cinfo,
Dchange.log112 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.