OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOWN_SAMPLE_FACTOR
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentConfig.java
22
public static final int
DOWN_SAMPLE_FACTOR
= 4;
/packages/apps/Camera2/src/com/android/camera/
PhotoUI.java
50
private static final int
DOWN_SAMPLE_FACTOR
= 4;
173
return PictureDecoder.decode(mData,
DOWN_SAMPLE_FACTOR
, mOrientation, mMirror);
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReviewingPicture.java
178
CaptureIntentConfig.
DOWN_SAMPLE_FACTOR
,
StateReadyForCapture.java
417
CaptureIntentConfig.
DOWN_SAMPLE_FACTOR
,
Completed in 49 milliseconds