OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowProfile
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java
194
CamcorderProfile
lowProfile
=
198
checkProfile(
lowProfile
, videoSizes);
222
checkSpecificProfiles(cameraId,
lowProfile
, highProfile,
/frameworks/av/media/libmedia/
MediaProfiles.cpp
752
MediaProfiles::CamcorderProfile **
lowProfile
,
754
*
lowProfile
= createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_LOW);
770
MediaProfiles::CamcorderProfile *
lowProfile
, *lowSpecificProfile;
771
createDefaultCamcorderLowProfiles(&
lowProfile
, &lowSpecificProfile);
772
profiles->mCamcorderProfiles.add(
lowProfile
);
[
all
...]
Completed in 1418 milliseconds