HomeSort by relevance Sort by last modified time
    Searched defs:mOutputFormat (Results 26 - 28 of 28) sorted by null

12

  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 63 private Bitmap.CompressFormat mOutputFormat =
115 mOutputFormat = Bitmap.CompressFormat.valueOf(
328 croppedImage.compress(mOutputFormat, 75, outputStream);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 360 String mOutputFormat = null;
387 mOutputFormat = outputFormat;
544 convertExtensionToCompressFormat(getFileExtension(mOutputFormat));
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 215 private FrameFormat mOutputFormat;
    [all...]

Completed in 160 milliseconds

12