HomeSort by relevance Sort by last modified time
    Searched refs:libqcamera (Results 1 - 3 of 3) sorted by null

  /hardware/msm7k/libcamera/
Android.mk 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
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...]
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

Completed in 179 milliseconds