HomeSort by relevance Sort by last modified time
    Searched defs:CameraHal (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 18 * @file CameraHal.cpp
24 #define LOG_TAG "CameraHAL"
26 #include "CameraHal.h"
45 const int CameraHal::NO_BUFFERS_PREVIEW = MAX_CAMERA_BUFFERS;
46 const int CameraHal::NO_BUFFERS_IMAGE_CAPTURE = 2;
55 struct timeval CameraHal::mStartPreview;
56 struct timeval CameraHal::mStartFocus;
57 struct timeval CameraHal::mStartCapture;
62 CameraHal *camera = NULL;
65 camera = (CameraHal*) cookie
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 124 class CameraHal;
402 //signals CameraHAL to relase image buffers
567 void setCallbacks(CameraHal *cameraHal,
577 //Notifications from CameraHal for video recording case
630 CameraHal* mCameraHal;
822 //Registers callback for returning image buffers back to CameraHAL
839 // Receive orientation events from CameraHal
907 class CameraHal
1059 /** Constructor of CameraHal */
    [all...]

Completed in 341 milliseconds