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

  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 203 CamcorderProfile highTimeLapseProfile =
206 checkProfile(highTimeLapseProfile, null);
224 checkSpecificProfiles(cameraId, lowTimeLapseProfile, highTimeLapseProfile,
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 708 MediaProfiles::CamcorderProfile **highTimeLapseProfile,
710 *highTimeLapseProfile = createDefaultCamcorderTimeLapse480pProfile(CAMCORDER_QUALITY_TIME_LAPSE_HIGH);
788 MediaProfiles::CamcorderProfile *highTimeLapseProfile, *highSpecificTimeLapseProfile;
789 createDefaultCamcorderTimeLapseHighProfiles(&highTimeLapseProfile, &highSpecificTimeLapseProfile);
790 profiles->mCamcorderProfiles.add(highTimeLapseProfile);
    [all...]

Completed in 197 milliseconds