Searched defs:lowSpecificProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp753 MediaProfiles::CamcorderProfile **lowSpecificProfile) {
755 *lowSpecificProfile = createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_QCIF);
770 MediaProfiles::CamcorderProfile *lowProfile, *lowSpecificProfile; local
771 createDefaultCamcorderLowProfiles(&lowProfile, &lowSpecificProfile);
773 profiles->mCamcorderProfiles.add(lowSpecificProfile);
751 createDefaultCamcorderLowProfiles( MediaProfiles::CamcorderProfile **lowProfile, MediaProfiles::CamcorderProfile **lowSpecificProfile) argument

Completed in 180 milliseconds