Home
last modified time | relevance | path

Searched refs:getCamcorderProfileIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DMediaProfiles.cpp525 index = getCamcorderProfileIndex(cameraId, refQuality); in checkAndAddRequiredProfilesIfNecessary()
568 int index = getCamcorderProfileIndex(cameraId, profile->mQuality); in checkAndAddRequiredProfilesIfNecessary()
988 int MediaProfiles::getCamcorderProfileIndex(int cameraId, camcorder_quality quality) const in getCamcorderProfileIndex() function in android::MediaProfiles
1008 int index = getCamcorderProfileIndex(cameraId, quality); in getCamcorderProfileParamByName()
1033 return (getCamcorderProfileIndex(cameraId, quality) != -1); in hasCamcorderProfile()
/frameworks/av/include/media/
DMediaProfiles.h326 int getCamcorderProfileIndex(int cameraId, camcorder_quality quality) const;