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

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactPhotoEditorView.java 231 * and bind a thumbnail to the UI.
257 // exceeded), we still pass a low-res thumbnail. This simplifies
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 39 // This matrix is recomputed when we go from the thumbnail image to
46 // This matrix remains the same when we go from the thumbnail image
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 203 Log.w(TAG, "failed to find file to read thumbnail: " + mLocalFilePath);
205 Log.w(TAG, "failed to get thumbnail from: " + mLocalFilePath);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 257 // If thumbnail is not part of the reprocess channel, then
379 m_bThumbnailNeeded = TRUE; // need encode thumbnail by default
384 // (0,0) means no thumbnail
470 // swap thumbnail dimensions
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 807 // Enable thumbnail port
816 // Disable thumbnail port
855 * @p_thumb_dim: thumbnail dimension
863 * If the main image and thumbnail ascpect ratios are differnt,
864 * re-calculate the thumbnail crop info to prevent distortion
888 CDBG_HIGH("%s %d New thumbnail crop: left %d, top %d, crop width %d, crop height %d",
926 CDBG_ERROR("%s:%d] Error invalid output dim for thumbnail",
932 CDBG_ERROR("%s:%d] Error invalid input dim for thumbnail",
965 /* fill thumbnail info */
986 CDBG_ERROR("%s:%d] Incorrect thumbnail dim %dx%d resetting to %dx%d"
    [all...]
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 31 * subtask. The subtask holds a different thumbnail and all activities in it are finished when the
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 31 * subtask. The subtask holds a different thumbnail and all activities in it are finished when the
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 110 * you return a bitmap, such as a thumbnail, you can simply put the bitmap into the extras
  /development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
DocumentCentricActivity.java 31 * subtask. The subtask holds a different thumbnail and all activities in it are finished when the
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 128 /* jpeg thumbnail quality: range 0~100 */
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 139 ALOGE("%s: Release Snapshot thumbnail Memory",__func__);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/
QCameraUsbPriv.h 173 /* JPEG picture and thumbnail related members */
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
MediaStoreThumbFetcher.java 20 * equal to the media store thumbnail size, preferentially attempts to fetch data for the pre-generated media store
  /frameworks/av/camera/
CameraParameters.cpp 40 const char CameraParameters::KEY_JPEG_THUMBNAIL_WIDTH[] = "jpeg-thumbnail-width";
41 const char CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT[] = "jpeg-thumbnail-height";
42 const char CameraParameters::KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES[] = "jpeg-thumbnail-size-values";
43 const char CameraParameters::KEY_JPEG_THUMBNAIL_QUALITY[] = "jpeg-thumbnail-quality";
  /frameworks/base/docs/html/distribute/stories/
tablets.jd 25 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
108 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
199 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
289 <img alt="" class="screenshot thumbnail" style="-webkit-border-radius: 5px;
  /frameworks/base/media/tests/CameraBrowser/res/layout/
object_info.xml 154 <ImageView android:id="@+id/thumbnail" />
  /frameworks/base/packages/SystemUI/res/values-sw600dp/
dimens.xml 35 <!-- Size of application thumbnail -->
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
MediaStoreSaver.java 83 // Wait until MINI_KIND thumbnail is generated.
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 165 // start thread to encode thumbnail
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 150 // start thread to encode thumbnail
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2ProviderTests.java 53 values.put(Images.THUMBNAIL, os.toByteArray());
  /packages/apps/Camera/src/com/android/camera/
Storage.java 119 // cannot click the thumbnail to review the picture.
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 43 * @param view a thumbnail view that shows a picture captured and gets animated
  /packages/apps/Camera2/src/com/android/camera/data/
VideoItem.java 196 .thumbnail(mGlideManager.loadMediaStoreThumb(mData.getUri(),
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingServiceManager.java 65 // Read and set the round thumbnail diameter value from resources.

Completed in 416 milliseconds

<<11121314151617181920>>