Home
last modified time | relevance | path

Searched refs:mOutputFormat (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DCropImage.java63 private Bitmap.CompressFormat mOutputFormat = field in CropImage
115 mOutputFormat = Bitmap.CompressFormat.valueOf( in onCreate()
328 croppedImage.compress(mOutputFormat, 75, outputStream); in saveOutput()
DVideoCamera.java867 mMediaRecorder.setOutputFormat(mProfile.mOutputFormat); in initializeRecorder()
1510 public final int mOutputFormat; field in MediaRecorderProfile
1524 mOutputFormat = getFromTable("ro.media.enc.hprof.file.format", in MediaRecorderProfile()
/packages/apps/Camera/src/com/android/camera/
DCropImage.java61 private Bitmap.CompressFormat mOutputFormat = field in CropImage
113 mOutputFormat = Bitmap.CompressFormat.valueOf( in onCreate()
326 croppedImage.compress(mOutputFormat, 75, outputStream); in saveOutput()
DVideoCamera.java869 mMediaRecorder.setOutputFormat(mProfile.mOutputFormat); in initializeRecorder()
1523 public final int mOutputFormat; field in MediaRecorderProfile
1537 mOutputFormat = getFromTable("ro.media.enc.hprof.file.format", in MediaRecorderProfile()