HomeSort by relevance Sort by last modified time
    Searched full:imagelength (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/opencv3/3rdparty/libtiff/
tif_write.c 75 "Can not change \"ImageLength\" when using separate planes");
98 * the imagelength be set properly before the first write (so that the
113 * imagelength is known).
197 * the imagelength be set properly before the first
281 * the imagelength be set properly before the first
294 * can't be deduced until the imagelength is known).
tif_strip.c 198 * recorded ImageLength, then the strip size is
tif_dirinfo.c 53 { TIFFTAG_IMAGELENGTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDIMENSIONS, 1, 0, "ImageLength", NULL },
    [all...]
tif_dirread.c     [all...]
tif_dir.c 701 * Note that we allow ImageLength to be changed
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 75 "Can not change \"ImageLength\" when using separate planes");
98 * the imagelength be set properly before the first write (so that the
113 * imagelength is known).
201 * the imagelength be set properly before the first
301 * the imagelength be set properly before the first
314 * can't be deduced until the imagelength is known).
tif_strip.c 198 * recorded ImageLength, then the strip size is
tif_dirinfo.c 53 { TIFFTAG_IMAGELENGTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_IMAGEDIMENSIONS, 1, 0, "ImageLength", NULL },
    [all...]
tif_dirread.c     [all...]
tif_dir.c 719 * Note that we allow ImageLength to be changed
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 110 public final int imageLength;
153 imageLength = typedArray.getInt(23, 0);
316 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 114 public final int imageLength;
157 imageLength = typedArray.getInt(23, 0);
309 assertIntTag(exifInterface, ExifInterface.TAG_IMAGE_LENGTH, expectedValue.imageLength);
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 65 static const char TAG_IMAGE_LENGTH[] = "ImageLength";
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 56 static const char TAG_IMAGE_LENGTH[] = "ImageLength";
  /frameworks/av/media/img_utils/include/img_utils/
TagDefinitions.h 513 { // ImageLength
514 "ImageLength",
TiffWriter.h 170 * - ImageLength
  /external/jhead/
main.c 202 // example input: "4 ImageLength=4 1024Model=6 FooImageWidth=4 1280Make=3 FOO"
512 // Appends to buf like this: "ImageLength=4 1024"
626 bufLen = addKeyValueInt(&buf, bufLen, "ImageLength", ImageInfo.Height);
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 180 ALOGE("%s: IFD %u doesn't have a ImageLength tag set", __FUNCTION__, mIfdId);
  /external/dng_sdk/source/
dng_ifd.cpp 340 printf ("ImageLength: %u\n", (unsigned) fImageLength);
    [all...]
dng_xmp.cpp     [all...]
dng_parse_utils.cpp 167 { tcImageLength, "ImageLength" },
    [all...]
  /frameworks/base/media/jni/
android_media_ExifInterface.cpp 155 String8("ImageLength"),
  /external/libexif/libexif/
exif-tag.c 227 {EXIF_TAG_IMAGE_LENGTH, "ImageLength", N_("Image Length"),
307 N_("The number of pixels per <ResolutionUnit> in the <ImageLength> "
    [all...]
  /external/ImageMagick/ImageMagick/script/
escape.html 651 ImageLength
  /external/ImageMagick/www/
escape.html 655 ImageLength

Completed in 1760 milliseconds

1 2 3