Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp672 index = getCamcorderProfileIndex(cameraId, refQuality); in checkAndAddRequiredProfilesIfNecessary()
715 int index = getCamcorderProfileIndex(cameraId, profile->mQuality); in checkAndAddRequiredProfilesIfNecessary()
1145 int MediaProfiles::getCamcorderProfileIndex(int cameraId, camcorder_quality quality) const in getCamcorderProfileIndex() function in android::MediaProfiles
1160 int index = getCamcorderProfileIndex(cameraId, quality); in getCamcorderProfile()
1195 int index = getCamcorderProfileIndex(cameraId, quality); in getCamcorderProfileParamByName()
1220 return (getCamcorderProfileIndex(cameraId, quality) != -1); in hasCamcorderProfile()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DMediaProfiles.h459 int getCamcorderProfileIndex(int cameraId, camcorder_quality quality) const;