HomeSort by relevance Sort by last modified time
    Searched refs:mCaptureTimeLapse (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 178 private boolean mCaptureTimeLapse = false;
239 mCaptureTimeLapse = mTimeBetweenTimeLapseFrameCaptureUs > 0;
242 if (!mCaptureTimeLapse && (mAudioSource != NO_AUDIO_SOURCE)) {
402 if (mCaptureTimeLapse) {
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 74 mCaptureTimeLapse(false) {
536 mCaptureTimeLapse = false;
538 mCaptureTimeLapse = true;
    [all...]
StagefrightRecorder.h 110 bool mCaptureTimeLapse;
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java 164 private boolean mCaptureTimeLapse = false;
421 mUI.showTimeLapseUI(mCaptureTimeLapse);
685 mCaptureTimeLapse = (mTimeBetweenTimeLapseFrameCaptureMs != 0);
688 if (mCaptureTimeLapse) quality += 1000;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 220 private boolean mCaptureTimeLapse = false;
477 showTimeLapseUI(mCaptureTimeLapse);
777 mCaptureTimeLapse = (mTimeBetweenTimeLapseFrameCaptureMs != 0);
779 if (mCaptureTimeLapse) quality += 1000;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 194 private boolean mCaptureTimeLapse = false;
484 showTimeLapseUI(mCaptureTimeLapse);
740 mCaptureTimeLapse = (mTimeBetweenTimeLapseFrameCaptureMs != 0);
743 if (mCaptureTimeLapse) quality += 1000;
    [all...]

Completed in 139 milliseconds