OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highProfile
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libmedia/
MediaProfiles.cpp
745
MediaProfiles::CamcorderProfile **
highProfile
,
747
*
highProfile
= createDefaultCamcorderCifProfile(CAMCORDER_QUALITY_HIGH);
761
MediaProfiles::CamcorderProfile*
highProfile
, *highSpecificProfile;
762
createDefaultCamcorderHighProfiles(&
highProfile
, &highSpecificProfile);
763
profiles->mCamcorderProfiles.add(
highProfile
);
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java
322
CamcorderProfile
highProfile
=
328
checkSpecificProfiles(cameraId, lowProfile,
highProfile
,
/frameworks/av/media/libmedia/include/media/
MediaProfiles.h
400
MediaProfiles::CamcorderProfile **
highProfile
,
Completed in 112 milliseconds