Searched defs:jpegLength (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DStorage.java91 long date, Location location, int orientation, int jpegLength,
102 values.put(ImageColumns.SIZE, jpegLength);
90 addImage(ContentResolver resolver, String title, long date, Location location, int orientation, int jpegLength, String path, int width, int height) argument
/packages/apps/Gallery2/src/com/android/camera/
H A DStorage.java100 long date, Location location, int orientation, int jpegLength,
111 values.put(ImageColumns.SIZE, jpegLength);
99 addImage(ContentResolver resolver, String title, long date, Location location, int orientation, int jpegLength, String path, int width, int height) argument

Completed in 80 milliseconds