Searched refs:DOWN_SAMPLE_FACTOR (Results 1 - 4 of 4) 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);
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateReviewingPicture.java178 CaptureIntentConfig.DOWN_SAMPLE_FACTOR,
H A DStateReadyForCapture.java417 CaptureIntentConfig.DOWN_SAMPLE_FACTOR,

Completed in 157 milliseconds