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

  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 33 static android::CameraProperties gCameraProperties;
500 num_cameras = gCameraProperties.camerasSupported();
573 if(gCameraProperties.getProperties(cameraid, &properties) < 0)
628 if(gCameraProperties.initialize() != android::NO_ERROR)
634 num_cameras = gCameraProperties.camerasSupported();
650 if(gCameraProperties.initialize() != android::NO_ERROR)
657 if(gCameraProperties.getProperties(camera_id, &properties) < 0)
  /hardware/ti/omap4-aah/camera/
CameraHal_Module.cpp 41 static CameraProperties gCameraProperties;
643 num_cameras = gCameraProperties.camerasSupported();
716 if(gCameraProperties.getProperties(cameraid, &properties) < 0)
768 if(gCameraProperties.initialize() != NO_ERROR)
774 num_cameras = gCameraProperties.camerasSupported();
789 if(gCameraProperties.initialize() != NO_ERROR)
797 if(gCameraProperties.getProperties(camera_id, &properties) < 0)

Completed in 2859 milliseconds