Searched refs:savePanorama (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java859 Uri uri = savePanorama(jpeg.data, jpeg.width, jpeg.height, orientation);
947 private Uri savePanorama(byte[] jpegData, int width, int height, int orientation) { method in class:PanoramaActivity
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java816 Uri uri = savePanorama(jpeg.data, jpeg.width, jpeg.height, orientation);
908 private Uri savePanorama(byte[] jpegData, int width, int height, int orientation) { method in class:PanoramaModule

Completed in 38 milliseconds