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

  /system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java 178 private boolean mCaptureTimeLapse = false;
239 mCaptureTimeLapse = mTimeBetweenTimeLapseFrameCaptureUs > 0;
242 if (!mCaptureTimeLapse && (mAudioSource != NO_AUDIO_SOURCE)) {
396 if (mCaptureTimeLapse) {
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 211 private boolean mCaptureTimeLapse = false;
448 showTimeLapseUI(mCaptureTimeLapse);
741 mCaptureTimeLapse = (mTimeBetweenTimeLapseFrameCaptureMs != 0);
743 if (mCaptureTimeLapse) quality += 1000;
    [all...]
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 534 mCaptureTimeLapse = false;
536 mCaptureTimeLapse = true;
    [all...]
StagefrightRecorder.h 107 bool mCaptureTimeLapse;

Completed in 130 milliseconds