Searched refs:hasCamcorderProfile (Results 1 – 3 of 3) sorted by relevance
104 bool hasCamcorderProfile(int cameraId, camcorder_quality quality) const;
236 return sProfiles->hasCamcorderProfile(id, q) ? JNI_TRUE : JNI_FALSE; in android_media_MediaProfiles_native_has_camcorder_profile()
1032 bool MediaProfiles::hasCamcorderProfile(int cameraId, camcorder_quality quality) const in hasCamcorderProfile() function in android::MediaProfiles