Home
last modified time | relevance | path

Searched refs:hasCamcorderProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DMediaProfiles.h111 bool hasCamcorderProfile(int cameraId, camcorder_quality quality) const;
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp230 return sProfiles->hasCamcorderProfile(id, q); in android_media_MediaProfiles_native_has_camcorder_profile()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp1129 bool MediaProfiles::hasCamcorderProfile(int cameraId, camcorder_quality quality) const in hasCamcorderProfile() function in android::MediaProfiles