Home | History | Annotate | Download | only in camera

Lines Matching refs:image

332             // Update last image thumbnail.
367 // Update last image if URI is invalid and the storage is ready.
595 // If postview callback has arrived, the captured image is displayed
596 // in postview callback. If not, the captured image is displayed in
737 Log.e(TAG, "Exception while compressing image.", ex);
758 * Initiate the capture of an image.
1160 // Save the image to a temp file and invoke the cropper
1367 // If we are in an image capture intent and has taken
1622 IImage image = list.getImageAt(count - 1);
1623 Uri uri = image.fullSizeImageUri();
1624 mThumbController.setData(uri, image.miniThumbBitmap());
1958 Log.e(TAG, "review image fail", e);
1962 Log.e(TAG, "Can't view last image.");