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

/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp776 MediaProfiles::CamcorderProfile **lowSpecificProfile) {
778 *lowSpecificProfile = createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_QCIF);
793 MediaProfiles::CamcorderProfile *lowProfile, *lowSpecificProfile; local
794 createDefaultCamcorderLowProfiles(&lowProfile, &lowSpecificProfile);
796 profiles->mCamcorderProfiles.add(lowSpecificProfile);
774 createDefaultCamcorderLowProfiles( MediaProfiles::CamcorderProfile **lowProfile, MediaProfiles::CamcorderProfile **lowSpecificProfile) argument

Completed in 229 milliseconds