Home | History | Annotate | Download | only in camera

Lines Matching refs:height

70             int height, int orientation, ExifInterface exif, OnMediaSavedListener l) {
71 addImage(data, title, date, loc, width, height, orientation, exif, l,
77 int height, int orientation, ExifInterface exif, OnMediaSavedListener l,
85 width, height, orientation, mimeType, exif, mContentResolver, l);
97 // When dimensions are unknown, pass 0 as width and height,
98 // and decode image for width and height later in a background thread
103 public void addImage(final byte[] data, String title, Location loc, int width, int height,
105 addImage(data, title, System.currentTimeMillis(), loc, width, height, orientation, exif, l,
142 private int width, height;
150 int width, int height, int orientation, String mimeType,
158 this.height = height;
173 if (width == 0 || height == 0) {
179 height = options.outHeight;
183 resolver, title, date, loc, orientation, exif, data, width, height,