Home | History | Annotate | Download | only in camera

Lines Matching refs:resized

846         Bitmap resized = Bitmap.createBitmap(original,xOffset,yOffset,newWidth, newHeight);
852 resized.compress(Bitmap.CompressFormat.JPEG, 90, stream);