OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowSpecificProfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
MediaProfiles.cpp
753
MediaProfiles::CamcorderProfile **
lowSpecificProfile
) {
755
*
lowSpecificProfile
= createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_QCIF);
770
MediaProfiles::CamcorderProfile *lowProfile, *
lowSpecificProfile
;
771
createDefaultCamcorderLowProfiles(&lowProfile, &
lowSpecificProfile
);
773
profiles->mCamcorderProfiles.add(
lowSpecificProfile
);
[
all
...]
/frameworks/av/include/media/
MediaProfiles.h
431
MediaProfiles::CamcorderProfile **
lowSpecificProfile
);
Completed in 28 milliseconds