/hardware/msm7k/libcamera/ |
Android.mk | 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
|
QualcommCameraHardware.h | 74 /* These constants reflect the number of buffers that libqcamera requires 75 for preview and raw, and need to be updated when libqcamera 181 // CAMERA_FUNC_xxx notifications reported by libqcamera. The differences 182 // are that they reflect not only the response from libqcamera, but also 185 // QualcommCameraHardware::startPreview(), and stay in until libqcamera 257 void *libqcamera; member in class:android::QualcommCameraHardware
|
QualcommCameraHardware.cpp | 78 /* some functions we need from libqcamera */ 378 ALOGV("loading libqcamera"); 379 libqcamera = ::dlopen("liboemcamera.so", RTLD_NOW); 380 if (!libqcamera) { 386 ::dlsym(libqcamera, "camera_assoc_pmem"); 388 ::dlsym(libqcamera, "clear_module_pmem"); 390 ::dlsym(libqcamera, "camera_release_pmem"); 392 ::dlsym(libqcamera, "camera_encode_picture"); 394 ::dlsym(libqcamera, "camera_init"); 396 ::dlsym(libqcamera, "camera_af_init") [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | 207 //void *libqcamera = NULL; [all...] |
/device/lge/mako/camera/ |
QualcommCameraHardware.cpp | [all...] |