OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxVideoDurationInMs
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/camera/
VideoModule.java
161
private int
mMaxVideoDurationInMs
;
662
mMaxVideoDurationInMs
= 1000 * seconds;
664
mMaxVideoDurationInMs
= CameraSettings.getMaxVideoDuration(mActivity);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
VideoModule.java
191
private int
mMaxVideoDurationInMs
;
717
mMaxVideoDurationInMs
= 1000 * seconds;
719
mMaxVideoDurationInMs
= CameraSettings.getMaxVideoDuration(mActivity);
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
217
private int
mMaxVideoDurationInMs
;
742
mMaxVideoDurationInMs
= 1000 * seconds;
744
mMaxVideoDurationInMs
= CameraSettings.DEFAULT_VIDEO_DURATION;
[
all
...]
Completed in 49 milliseconds