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

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentConfig.java22 public static final int DOWN_SAMPLE_FACTOR = 4; field in class:CaptureIntentConfig
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoUI.java50 private static final int DOWN_SAMPLE_FACTOR = 4; field in class:PhotoUI
173 return PictureDecoder.decode(mData, DOWN_SAMPLE_FACTOR, mOrientation, mMirror);

Completed in 69 milliseconds