Searched refs:camera_ops (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp490 camera_device_ops_t* camera_ops = NULL; local
526 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
527 if(!camera_ops)
529 ALOGE("camera_ops allocation fail");
535 memset(camera_ops, 0, sizeof(*camera_ops));
541 camera_device->base.ops = camera_ops;
543 camera_ops->set_preview_window = camera_set_preview_window;
544 camera_ops
[all...]
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp633 camera_device_ops_t* camera_ops = NULL; local
669 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
670 if(!camera_ops)
672 CAMHAL_LOGE("camera_ops allocation fail");
678 memset(camera_ops, 0, sizeof(*camera_ops));
684 camera_device->base.ops = camera_ops;
686 camera_ops->set_preview_window = camera_set_preview_window;
687 camera_ops
[all...]

Completed in 59 milliseconds