OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDesiredPreviewWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
158
private int
mDesiredPreviewWidth
;
605
mDesiredPreviewWidth
= mProfile.videoFrameWidth;
621
mDesiredPreviewWidth
= optimalSize.width;
624
mUI.setPreviewSize(
mDesiredPreviewWidth
, mDesiredPreviewHeight);
625
Log.v(TAG, "
mDesiredPreviewWidth
=" +
mDesiredPreviewWidth
+
[
all
...]
/packages/apps/Camera/src/com/android/camera/
VideoModule.java
199
private int
mDesiredPreviewWidth
;
760
mDesiredPreviewWidth
= mProfile.videoFrameWidth;
776
mDesiredPreviewWidth
= optimalSize.width;
780
mDesiredPreviewWidth
= mProfile.videoFrameWidth;
783
Log.v(TAG, "
mDesiredPreviewWidth
=" +
mDesiredPreviewWidth
+
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
225
private int
mDesiredPreviewWidth
;
794
mDesiredPreviewWidth
= mProfile.videoFrameWidth;
810
mDesiredPreviewWidth
= optimalSize.width;
813
Log.v(TAG, "
mDesiredPreviewWidth
=" +
mDesiredPreviewWidth
+
[
all
...]
Completed in 27 milliseconds