Searched refs:jpeg_read_raw_data (Results 1 – 16 of 16) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg7.def | 79 jpeg_read_raw_data @ 78 ;
|
D | jpeg62-memsrcdst.def | 77 jpeg_read_raw_data @ 76 ;
|
D | jpeg7-memsrcdst.def | 79 jpeg_read_raw_data @ 78 ;
|
D | jpeg62.def | 77 jpeg_read_raw_data @ 76 ;
|
D | jpeg8.def | 82 jpeg_read_raw_data @ 81 ;
|
/external/pdfium/third_party/libjpeg/ |
D | jpeglib.h | 92 #define jpeg_read_raw_data FOXIT_PREFIX(jpeg_read_raw_data) macro 964 #define jpeg_read_raw_data jReadRawData macro 1086 EXTERN(JDIMENSION) jpeg_read_raw_data JPP((j_decompress_ptr cinfo,
|
D | fpdfapi_jdapistd.c | 186 jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data, in jpeg_read_raw_data() function
|
/external/skia/src/codec/ |
D | SkJpegCodec.cpp | 942 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes() 976 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes()
|
/external/libjpeg-turbo/ |
D | jdapistd.c | 524 jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data, in jpeg_read_raw_data() function
|
D | jpeglib.h | 1003 EXTERN(JDIMENSION) jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data,
|
D | turbojpeg.c | 1887 jpeg_read_raw_data(dinfo, yuvptr, in tjDecompressToYUVPlanes()
|
D | libjpeg.txt | 2741 Then call jpeg_read_raw_data() in place of jpeg_read_scanlines(). The 2744 jpeg_read_raw_data() returns one MCU row per call, and thus you must pass a 2754 module suspends, jpeg_read_raw_data() will return 0. You can also use
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 542 jpeg_read_raw_data(decompress_struct_, scanlines_, in DecodeImcuRow()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 545 jpeg_read_raw_data(decompress_struct_, in DecodeImcuRow()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 363 return CALLJPEG(sp, -1, (int) jpeg_read_raw_data(&sp->cinfo.d, in TIFFjpeg_read_raw_data()
|
D | tif_ojpeg.c | 2444 return(SETJMP(sp->exit_jmpbuf)?0:(jpeg_read_raw_data(cinfo,data,max_lines),1)); in jpeg_read_raw_data_encap()
|