HomeSort by relevance Sort by last modified time
    Searched refs:Y_density (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 95 mInfo.Y_density = DEFAULT_Y_DENSITY; // Vertical pixel density
  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 154 dstinfo->Y_density = srcinfo->Y_density;
jpeglib.h 397 /* ratio is defined by X_density/Y_density even when density_unit=0. */
400 UINT16 Y_density; /* Vertical pixel density */
624 UINT16 Y_density; /* Vertical pixel density */
    [all...]
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...]
jcmarker.c 381 emit_2bytes(cinfo, (int) cinfo->Y_density);
rdbmp.c 375 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
wrbmp.c 214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
jcparam.c 376 cinfo->Y_density = 1;
  /external/jpeg/
jctrans.c 147 dstinfo->Y_density = srcinfo->Y_density;
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
350 UINT16 Y_density; /* Vertical pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
    [all...]
jdmarker.c 226 cinfo->Y_density = 1;
613 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
626 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jcmarker.c 377 emit_2bytes(cinfo, (int) cinfo->Y_density);
rdbmp.c 340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
wrbmp.c 214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 148 dstinfo->Y_density = srcinfo->Y_density;
jpeglib.h 410 /* ratio is defined by X_density/Y_density even when density_unit=0. */
413 UINT16 Y_density; /* Vertical pixel density */
623 UINT16 Y_density; /* Vertical pixel density */
    [all...]
fpdfapi_jdmarker.c 227 cinfo->Y_density = 1;
639 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
652 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
fpdfapi_jcmarker.c 378 emit_2bytes(cinfo, (int) cinfo->Y_density);
  /external/qemu/distrib/jpeg-6b/
jctrans.c 147 dstinfo->Y_density = srcinfo->Y_density;
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
350 UINT16 Y_density; /* Vertical pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
    [all...]
jdmarker.c 226 cinfo->Y_density = 1;
605 cinfo->Y_density = (GETJOCTET(data[10]) << 8) + GETJOCTET(data[11]);
618 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jcmarker.c 377 emit_2bytes(cinfo, (int) cinfo->Y_density);
rdbmp.c 340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100);
wrbmp.c 214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 410 /* ratio is defined by X_density/Y_density even when density_unit=0. */
413 UINT16 Y_density; /* Vertical pixel density */
623 UINT16 Y_density; /* Vertical pixel density */
    [all...]

Completed in 171 milliseconds

1 2