/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
QCameraUsbParm.h | 82 /* Default thumbnail width in pixels */ 85 /* Default thumbnail height in pixels */ 88 /* Default thumbnail JPEG quality 0-100 */
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 314 omx_jpeg_thumbnail thumbnail; local 318 /*No thumbnail is required*/ 351 memset(&thumbnail, 0, sizeof(thumbnail)); 353 /* thumbnail crop info */ 354 thumbnail.cropWidth = CEILING2(src_buf->crop.width); 355 thumbnail.cropHeight = CEILING2(src_buf->crop.height); 356 thumbnail.left = src_buf->crop.offset_x; 357 thumbnail.top = src_buf->crop.offset_y; 359 /* thumbnail output dimention * [all...] |
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 211 Log.e(TAG, "couldn't save mini thumbnail data for " 216 Log.e(TAG, "couldn't save mini thumbnail data for " 229 * Gallery app can use this method to retrieve mini-thumbnail. Full size 233 * @param data the buffer to store mini-thumbnail. 258 Log.w(TAG, "got exception when reading thumbnail id=" + id + ", exception: " + ex); 261 Log.e(TAG, "Got exception when reading thumbnail, id = " + id +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
FileProviderExample.java | 47 // Save a thumbnail to file 62 * Save thumbnail of given {@link View} to {@link File}.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DataProviderContract.java | 59 * Picture table thumbnail URL column name 64 * Picture table thumbnail filename column name
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
ThumbnailRequestCoordinator.java | 4 * A coordinator that coordinates two individual {@link Request}s that load a small thumbnail version of an image and 42 * Returns true if the request is the request loading the fullsize image and if neither the full nor the thumbnail
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
Constants.java | 36 // Enables debug drawing for the transition thumbnail 46 // Enables the thumbnail alpha on the front-most task
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
IImage.java | 71 // Get the bitmap of the medium thumbnail 74 // Get the bitmap of the mini thumbnail.
|
/device/asus/flo/camera/mm-image-codec/qexif/ |
qexif.h | 252 // TIFF IFD (Thumbnail) [all...] |
/device/lge/hammerhead/camera/mm-image-codec/qexif/ |
qexif.h | 252 // TIFF IFD (Thumbnail) [all...] |
/device/moto/shamu/camera/mm-image-codec/qexif/ |
qexif.h | 252 // TIFF IFD (Thumbnail) [all...] |
/hardware/qcom/camera/mm-image-codec/qexif/ |
qexif.h | 252 // TIFF IFD (Thumbnail) [all...] |
/frameworks/base/docs/html/training/animation/ |
zoom.jd | 36 galleries to animate a view from a thumbnail to a full-size image that fills the screen. 39 expands an image thumbnail to fill the screen: 77 to zoom. The following example creates an {@link android.widget.ImageButton} for clickable image thumbnail 105 from the bounds of the thumbnail button above, to its final laid-out 143 // Hook up clicks on the thumbnail views. 167 zooms from an image thumbnail to an enlarged view by doing the following things: 188 {@link android.widget.ImageView} minimizes back down to the size of the image thumbnail and 211 // The start bounds are the global visible rectangle of the thumbnail, 244 // Hide the thumbnail and show the zoomed-in view. When the animation 246 // thumbnail [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/ |
GenericRequestBuilder.java | 112 * Loads and displays the resource retrieved by the given thumbnail request if it finishes before this request. 113 * Best used for loading thumbnail resources that are smaller and will be loaded more quickly than the full size 117 * @see #thumbnail(float) 120 * Recursive calls to thumbnail are supported. 123 * @param thumbnailRequest The request to use to load the thumbnail. 126 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail( method in class:GenericRequestBuilder 135 * by the given size multiplier. If the thumbnail load completes before the fullsize load, the thumbnail will 136 * be shown. If the thumbnail load completes afer the fullsize load, the thumbnail will not be shown 158 public GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType> thumbnail( method in class:GenericRequestBuilder [all...] |
/development/samples/XmlAdapters/res/xml/ |
photos.xml | 23 <bind app:from="/media:group/media:thumbnail\@url" app:to="@id/photo"
|
/development/samples/training/threadsample/res/layout/ |
galleryitem.xml | 19 <!-- Defines a single thumbnail view -->
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/ |
MediaStoreStreamLoader.java | 16 * thumbnail size. If the given uri is not a media store uri or if the desired dimensions are too large,
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
VideoBitmapDecoder.java | 13 * An {@link com.bumptech.glide.load.resource.bitmap.BitmapDecoder} that can decode a thumbnail frame
|
/frameworks/base/docs/downloads/devbytes/ |
WindowAnimations.zip | |
/frameworks/base/media/tests/CameraBrowser/res/layout/ |
object_list.xml | 22 <ImageView android:id="@+id/thumbnail"
|
/frameworks/base/tests/WallpaperTest/res/xml/ |
test_wallpaper.xml | 26 android:thumbnail="@drawable/test_wallpaper_thumb" />
|
/hardware/qcom/camera/QCamera2/stack/common/ |
mm_jpeg_interface.h | 126 /* should create thumbnail from main image or not */ 141 /* thumbnail color format */ 147 /* jpeg thumbnail quality: range 0~100 */ 160 /* thumbnail dimension */
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_CustomCmd.h | 85 OMX_U32 nThumbnailWidth; /* This variable holds the thumbnail's width value (0 = No thumbnail) */ 86 OMX_U32 nThumbnailHeight; /* This variable holds the thumbnail's height value (0 = No thumbnail) */
|
/packages/apps/Gallery/res/layout/ |
gallery_picker_item.xml | 23 <com.android.camera.GalleryPickerItem android:id="@+id/thumbnail"
|
/packages/apps/Launcher2/res/values/ |
wallpapers.xml | 26 to include a foo_small.jpg to be used as a thumbnail in the
|