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

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp731 MediaProfiles::CamcorderProfile **lowSpecificProfile) {
733 *lowSpecificProfile = createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_QCIF);
748 MediaProfiles::CamcorderProfile *lowProfile, *lowSpecificProfile; local
749 createDefaultCamcorderLowProfiles(&lowProfile, &lowSpecificProfile);
751 profiles->mCamcorderProfiles.add(lowSpecificProfile);
729 createDefaultCamcorderLowProfiles( MediaProfiles::CamcorderProfile **lowProfile, MediaProfiles::CamcorderProfile **lowSpecificProfile) argument

Completed in 897 milliseconds