/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 518 JSAMPARRAY samples() const { return m_samples; } 555 JSAMPARRAY m_samples; 672 template <J_COLOR_SPACE colorSpace> void setPixel(ImageFrame& buffer, ImageFrame::PixelData* pixel, JSAMPARRAY samples, int column) 698 JSAMPARRAY samples = reader->samples();
|
/external/jpeg/ |
jcdctmgr.c | 181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, 271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
|
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
jmemmgr.c | 151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ 336 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY 394 METHODDEF(JSAMPARRAY) 400 JSAMPARRAY result; 417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id, 755 METHODDEF(JSAMPARRAY) [all...] |
rdtarga.c | 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ 197 register JSAMPARRAY colormap = source->colormap;
|
jidctflt.c | 70 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jidctfst.c | 170 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jidctint.c | 150 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jdcoefct.c | 154 JSAMPARRAY output_ptr; 562 JSAMPARRAY output_ptr; 722 JSAMPARRAY output_ptr; [all...] |
jidctintelsse.c | 104 JSAMPARRAY output_buf, JDIMENSION output_col)
|
mips_idct_le.S | 287 # void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, 271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
|
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
jmemmgr.c | 151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ 336 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY 394 METHODDEF(JSAMPARRAY) 400 JSAMPARRAY result; 417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id, 755 METHODDEF(JSAMPARRAY) [all...] |
rdtarga.c | 53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */ 197 register JSAMPARRAY colormap = source->colormap;
|
jidctflt.c | 70 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jidctfst.c | 170 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jidctint.c | 150 JSAMPARRAY output_buf, JDIMENSION output_col)
|
jdcoefct.c | 154 JSAMPARRAY output_ptr; 562 JSAMPARRAY output_ptr; 722 JSAMPARRAY output_ptr; [all...] |
jidctintelsse.c | 104 JSAMPARRAY output_buf, JDIMENSION output_col)
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 77 JSAMPARRAY planes[3]; 153 JSAMPARRAY planes[3];
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 338 JSAMPARRAY buffer = 0; [all...] |