Home
last modified time | relevance | path

Searched refs:jpeg_abort_compress (Results 1 – 10 of 10) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg8.def34 jpeg_abort_compress @ 33 ;
Djpeg62.def34 jpeg_abort_compress @ 33 ;
Djpeg7.def34 jpeg_abort_compress @ 33 ;
Djpeg7-memsrcdst.def34 jpeg_abort_compress @ 33 ;
Djpeg62-memsrcdst.def34 jpeg_abort_compress @ 33 ;
/external/libjpeg-turbo/
Djcapimin.c115 jpeg_abort_compress (j_compress_ptr cinfo) in jpeg_abort_compress() function
Dturbojpeg.c835 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo); in tjCompress2()
1014 jpeg_abort_compress(cinfo); in tjEncodeYUVPlanes()
1017 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo); in tjEncodeYUVPlanes()
1213 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo); in tjCompressFromYUVPlanes()
2179 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo); in tjTransform()
Djpeglib.h1048 EXTERN(void) jpeg_abort_compress (j_compress_ptr cinfo);
Dlibjpeg.txt496 * If you want to re-use the JPEG object, call jpeg_abort_compress(), or call
/external/libvncserver/common/
Dturbojpeg.c606 if(cinfo->global_state>CSTATE_START) jpeg_abort_compress(cinfo); in tjCompress2()