/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_writer.cpp | 95 mInfo.Y_density = DEFAULT_Y_DENSITY; // Vertical pixel density
|
/external/libjpeg-turbo/ |
jctrans.c | 156 dstinfo->Y_density = srcinfo->Y_density;
|
jdmarker.c | 228 cinfo->Y_density = 1; 621 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]); 634 cinfo->X_density, cinfo->Y_density, cinfo->density_unit); [all...] |
jpeglib.h | 392 /* ratio is defined by X_density/Y_density even when density_unit=0. */ 395 UINT16 Y_density; /* Vertical pixel density */ 619 UINT16 Y_density; /* Vertical pixel density */ [all...] |
jcmarker.c | 381 emit_2bytes(cinfo, (int) cinfo->Y_density);
|
rdbmp.c | 376 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
|
wrbmp.c | 249 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
|
jcparam.c | 267 cinfo->Y_density = 1;
|
libjpeg.txt | [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jctrans.c | 155 dstinfo->Y_density = srcinfo->Y_density;
|
jdmarker.c | 229 cinfo->Y_density = 1; 736 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]); 749 cinfo->X_density, cinfo->Y_density, cinfo->density_unit); [all...] |
jpeglib.h | 374 /* ratio is defined by X_density/Y_density even when density_unit=0. */ 377 UINT16 Y_density; /* Vertical pixel density */ 598 UINT16 Y_density; /* Vertical pixel density */ [all...] |
jcmarker.c | 427 emit_2bytes(cinfo, (int) cinfo->Y_density);
|
jcparam.c | 368 cinfo->Y_density = 1;
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jctrans.c | 147 dstinfo->Y_density = srcinfo->Y_density;
|
fpdfapi_jdmarker.c | 226 cinfo->Y_density = 1; 638 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]); 651 cinfo->X_density, cinfo->Y_density, cinfo->density_unit); [all...] |
jpeglib.h | 445 /* ratio is defined by X_density/Y_density even when density_unit=0. */ 448 UINT16 Y_density; /* Vertical pixel density */ 658 UINT16 Y_density; /* Vertical pixel density */ [all...] |
fpdfapi_jcmarker.c | 377 emit_2bytes(cinfo, (int) cinfo->Y_density);
|
fpdfapi_jcparam.c | 346 cinfo->Y_density = 1;
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jpeg.cpp | 242 pAttribute->m_nYDPI = pInfo->Y_density;
|
/external/ImageMagick/coders/ |
jpeg.c | [all...] |
/external/ImageMagick/MagickCore/ |
xwindow.c | 3725 y_density; local [all...] |