Home | History | Annotate | Download | only in camera

Lines Matching defs:bitmap

40 import android.graphics.Bitmap;
163 // The bitmap of the last captured video thumbnail and the URI of the
1636 Bitmap videoFrame = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1648 Bitmap bitmap = null;
1650 bitmap = Thumbnail.createVideoThumbnail(mVideoFileDescriptor.getFileDescriptor(),
1653 bitmap = Thumbnail.createVideoThumbnail(mCurrentVideoFilename,
1656 if (bitmap != null) {
1661 bitmap = Util.rotateAndMirror(bitmap, -mOrientationCompensationAtRecordStart,
1663 mReviewImage.setImageBitmap(bitmap);