Home | History | Annotate | Download | only in camera

Lines Matching refs:Bitmap

40 import android.graphics.Bitmap;
163 // The bitmap of the last captured video thumbnail and the URI of the
1637 Bitmap videoFrame = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1649 Bitmap bitmap = null;
1651 bitmap = Thumbnail.createVideoThumbnail(mVideoFileDescriptor.getFileDescriptor(),
1654 bitmap = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1657 if (bitmap != null) {
1662 bitmap = Util.rotateAndMirror(bitmap, -mOrientationCompensationAtRecordStart,
1664 mReviewImage.setImageBitmap(bitmap);