OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highTimeLapseProfile
(Results
1 - 3
of
3
) 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
...]
/frameworks/av/include/media/
MediaProfiles.h
442
MediaProfiles::CamcorderProfile **
highTimeLapseProfile
,
Completed in 48 milliseconds