HomeSort by relevance Sort by last modified time
    Searched defs:lowTimeLapseProfile (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 243 CamcorderProfile lowTimeLapseProfile =
247 checkProfile(lowTimeLapseProfile, null);
295 checkSpecificProfiles(cameraId, lowTimeLapseProfile, highTimeLapseProfile,
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 723 MediaProfiles::CamcorderProfile **lowTimeLapseProfile,
725 *lowTimeLapseProfile = createDefaultCamcorderTimeLapseQcifProfile(CAMCORDER_QUALITY_TIME_LAPSE_LOW);
805 MediaProfiles::CamcorderProfile *lowTimeLapseProfile, *lowSpecificTimeLapseProfile;
806 createDefaultCamcorderTimeLapseLowProfiles(&lowTimeLapseProfile, &lowSpecificTimeLapseProfile);
807 profiles->mCamcorderProfiles.add(lowTimeLapseProfile);
    [all...]

Completed in 2530 milliseconds