HomeSort by relevance Sort by last modified time
    Searched full:thumbnail (Results 251 - 275 of 638) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 249 * - thumbnail
387 * - thumbnail
390 * TODO: The thumbnail mode returns null for its failure cases (and in one case, throws
395 Account account1 = ProviderTestUtils.setupAccount("open-thumbnail", false, mMockContext);
436 // Test with an attached database, attachment entry found - returns a thumbnail
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 127 * Option bit to request to parse thumbnail.
656 // Tag value overlaps thumbnail, ignore thumbnail.
657 Log.w(TAG, "Thumbnail overlaps value for tag: \n" + tag.toString());
659 Log.w(TAG, "Invalid thumbnail offset: " + entry.getKey());
    [all...]
ExifOutputStream.java 367 // thumbnail
425 // Get rid of offset and length tags if there is no thumbnail.
462 // thumbnail
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 127 * Option bit to request to parse thumbnail.
656 // Tag value overlaps thumbnail, ignore thumbnail.
657 Log.w(TAG, "Thumbnail overlaps value for tag: \n" + tag.toString());
659 Log.w(TAG, "Invalid thumbnail offset: " + entry.getKey());
    [all...]
ExifOutputStream.java 367 // thumbnail
425 // Get rid of offset and length tags if there is no thumbnail.
462 // thumbnail
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 128 * Option bit to request to parse thumbnail.
658 // Tag value overlaps thumbnail, ignore thumbnail.
659 Log.w(TAG, "Thumbnail overlaps value for tag: \n" + tag.toString());
661 Log.w(TAG, "Invalid thumbnail offset: " + entry.getKey());
    [all...]
ExifOutputStream.java 371 // thumbnail
429 // Get rid of offset and length tags if there is no thumbnail.
466 // thumbnail
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 661 ptCreateString[10] = 512; /* Maximum Horizontal Size of the Thumbnail for App0 marker */
662 ptCreateString[11] = 384; /* Maximum Vertical Size of the Thumbnail for App0 marker */
663 ptCreateString[12] = 512; /* Maximum Horizontal Size of the Thumbnail for App1 marker */
664 ptCreateString[13] = 384; /* Maximum Vertical Size of the Thumbnail for App1 marker */
665 ptCreateString[14] = 512; /* Maximum Horizontal Size of the Thumbnail for App13 marker */
666 ptCreateString[15] = 384; /* Maximum Vertical Size of the Thumbnail for App13 marker */
700 ptCreateString[18] = 512; /* Maximum Horizontal Size of the Thumbnail for App5 marker */
701 ptCreateString[19] = 384; /* Maximum Vertical Size of the Thumbnail for App5 marker */
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 287 * Creates a new Intent to get the full picture for the thumbnail that the user clicked.
418 * Creates a second View to hold the thumbnail image.
430 // Sets the layoutView's tag to be the same as the thumbnail image tag.
  /external/jpeg/
jcmarker.c 360 * Thumbnail X size (1 byte)
361 * Thumbnail Y size (1 byte)
378 emit_byte(cinfo, 0); /* No thumbnail image */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 361 * Thumbnail X size (1 byte)
362 * Thumbnail Y size (1 byte)
379 emit_byte(cinfo, 0); /* No thumbnail image */
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 429 Log.w(TAG, "Invalid JPEG thumbnail size set " + s + ", skipping thumbnail...");
432 // (0,0) = "no thumbnail" in Camera API 1
  /frameworks/base/core/java/android/provider/
Browser.java 85 BookmarkColumns.THUMBNAIL, // 7
478 public static final String THUMBNAIL = "thumbnail";
  /frameworks/base/docs/html/distribute/stories/
localization.jd 39 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
149 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
236 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
  /frameworks/base/docs/html/training/camera/
photobasics.jd 19 <li><a href="#TaskPhotoView">Get the Thumbnail</a></li>
109 <h2 id="TaskPhotoView">Get the Thumbnail</h2>
131 <p class="note"><strong>Note:</strong> This thumbnail image from {@code "data"} might be good for an
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java 367 // thumbnail
425 // Get rid of offset and length tags if there is no thumbnail.
462 // thumbnail
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 130 /** Whether or not we can display the thumbnail at fullscreen size */
278 // could defer the loading of the fullscreen image until the thumbnail
355 // There is need to do anything with the thumbnail
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 47 const char CameraProperties::SUPPORTED_THUMBNAIL_SIZES[] = "prop-jpeg-thumbnail-size-values";
78 const char CameraProperties::JPEG_THUMBNAIL_SIZE[] = "prop-jpeg-thumbnail-size-default";
123 const char CameraProperties::JPEG_THUMBNAIL_QUALITY[] = "prop-jpeg-thumbnail-quality-default";
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 367 // thumbnail
425 // Get rid of offset and length tags if there is no thumbnail.
462 // thumbnail
  /external/libexif/libexif/
exif-data.c 313 "Bogus thumbnail offset (%u) or size (%u).",
526 * Check if we need some extra entries for pointers or the thumbnail.
655 * Information about the thumbnail (if any) is saved in
1078 printf ("%i byte(s) thumbnail data available.", data->size);
1238 "No thumbnail but entries on thumbnail. These entries have been "
    [all...]
  /frameworks/av/include/camera/
CameraParameters.h 166 // The width (in pixels) of EXIF thumbnail in Jpeg picture.
169 // The height (in pixels) of EXIF thumbnail in Jpeg picture.
172 // Supported EXIF thumbnail sizes (width x height). 0x0 means not thumbnail
176 // The quality of the EXIF thumbnail in Jpeg picture. The range is 1 to 100,
187 // picture. Or the driver may rotate the picture and the EXIF thumbnail. If
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 31 * Include a padding allowance for a thumbnail image. If no <tt>xmp:Thumbnails</tt> property
32 * is present, the typical space for a JPEG thumbnail is used.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 77 Log.v(TAG, "Thumbnail processing starts");
109 Log.v(TAG, "Average processing time per thumbnail: " + (endedAt - startedAt)/MediaNames.THUMBNAIL_METADATA_TEST_FILES.length + " ms");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 55 public static float ALPHA_FADE_START = 0.15f; // fraction of thumbnail width
57 static final float ALPHA_FADE_END = 0.65f; // fraction of thumbnail width
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 139 * Called when a thumbnail image is provided before the final image is
180 * Called when compressed data for Thumbnail on a remote device (such as

Completed in 1574 milliseconds

<<11121314151617181920>>