Home | History | Annotate | Download | only in camera

Lines Matching refs:ORIENTATION

72      * @param orientation The orientation of the media file.
75 * @param width The width of the media file after the orientation is
77 * @param height The height of the media file after the orientation is
81 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width,
84 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
99 * @param orientation The orientation of the media file.
101 * @param width The width of the media file after the orientation is
103 * @param height The height of the media file after the orientation is
110 Location location, int orientation, ExifInterface exif, byte[] data, int width,
116 return addImageToMediaStore(resolver, title, date, location, orientation, fileLength,
129 * @param orientation The orientation of the media file.
130 * @param width The width of the media file after the orientation is
132 * @param height The height of the media file after the orientation is
139 Location location, int orientation, long jpegLength, String path, int width, int height,
143 getContentValuesForData(title, date, location, orientation, jpegLength, path, width,
162 long date, Location location, int orientation, long jpegLength,
175 values.put(ImageColumns.ORIENTATION, orientation);
230 * @param orientation of the image
239 Location location, int orientation, ExifInterface exif,
243 return updateImage(imageUri, resolver, title, date, location, orientation, jpeg.length, path,
309 long date, Location location, int orientation, int jpegLength,
313 getContentValuesForData(title, date, location, orientation, jpegLength, path,
320 resultUri = addImageToMediaStore(resolver, title, date, location, orientation,