OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeExif
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
ImagePersistTask.java
127
exifInterface.
writeExif
(clippedBitmap, outputStream);
/packages/apps/Camera2/src/com/android/camera/
Storage.java
309
exif.
writeExif
(jpeg, path);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java
379
exif.
writeExif
(jpeg, jpegOut);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java
798
public void
writeExif
(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816
public void
writeExif
(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834
public void
writeExif
(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java
798
public void
writeExif
(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816
public void
writeExif
(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834
public void
writeExif
(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java
798
public void
writeExif
(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816
public void
writeExif
(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834
public void
writeExif
(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java
798
public void
writeExif
(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816
public void
writeExif
(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834
public void
writeExif
(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java
798
public void
writeExif
(byte[] jpeg, OutputStream exifOutStream) throws IOException {
816
public void
writeExif
(Bitmap bmap, OutputStream exifOutStream) throws IOException {
834
public void
writeExif
(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
[
all
...]
Completed in 233 milliseconds