/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_writer.cpp | 94 mInfo.X_density = DEFAULT_X_DENSITY; // Horizontal pixel density
|
/external/libjpeg-turbo/ |
jctrans.c | 155 dstinfo->X_density = srcinfo->X_density;
|
jdmarker.c | 227 cinfo->X_density = 1; 620 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]); 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. */ 394 UINT16 X_density; /* Horizontal pixel density */ 618 UINT16 X_density; /* Horizontal pixel density */ [all...] |
jcmarker.c | 380 emit_2bytes(cinfo, (int) cinfo->X_density);
|
rdbmp.c | 375 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
|
wrbmp.c | 248 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
|
jcparam.c | 266 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
|
libjpeg.txt | [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jctrans.c | 154 dstinfo->X_density = srcinfo->X_density;
|
jdmarker.c | 228 cinfo->X_density = 1; 735 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]); 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. */ 376 UINT16 X_density; /* Horizontal pixel density */ 597 UINT16 X_density; /* Horizontal pixel density */ [all...] |
jcmarker.c | 426 emit_2bytes(cinfo, (int) cinfo->X_density);
|
jcparam.c | 367 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jctrans.c | 146 dstinfo->X_density = srcinfo->X_density;
|
fpdfapi_jdmarker.c | 225 cinfo->X_density = 1; 637 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]); 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. */ 447 UINT16 X_density; /* Horizontal pixel density */ 657 UINT16 X_density; /* Horizontal pixel density */ [all...] |
fpdfapi_jcmarker.c | 376 emit_2bytes(cinfo, (int) cinfo->X_density);
|
fpdfapi_jcparam.c | 345 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jpeg.cpp | 241 pAttribute->m_nXDPI = pInfo->X_density;
|
/external/ImageMagick/coders/ |
jpeg.c | [all...] |
/external/ImageMagick/MagickCore/ |
xwindow.c | 3724 x_density, local [all...] |