Searched defs:camera (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp46 #include <system/camera.h>
47 #include <camera/Camera.h>
48 #include <camera/ICamera.h>
49 #include <camera/CameraParameters.h>
260 mParams.get("camera-indexes")? mParams.get("camera-indexes") : "NULL");
413 * DESCRIPTION: camera context destructor
428 * DESCRIPTION: connects to and initializes camera
466 * DESCRIPTION: returns the number of supported camera by the system
470 * RETURN : supported camera coun
949 sp<CameraContext> camera; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp479 * assume camera service will keep singleton of each camera
480 * so this function will always only be called once per camera instance
491 android::CameraHal* camera = NULL; local
504 ALOGE("camera service provided cameraid out of bounds, "
575 ALOGE("Couldn't get camera properties");
580 camera = new android::CameraHal(cameraid);
582 if(!camera)
589 if(properties && (camera->initialize(properties) != android::NO_ERROR))
591 ALOGE("Couldn't initialize camera instanc
[all...]
H A DCameraHal.cpp42 ////@todo Have a CameraProperties class to store these parameters as constants for every camera
62 CameraHal *camera = NULL; local
65 camera = (CameraHal*) cookie;
66 camera->onOrientationEvent(orientation, tilt);
132 // ignoring enable focus message from camera service
211 @brief Set the camera parameters.
213 @param[in] params Camera parameters to configure the camera
234 @brief Set the camera parameters.
236 @param[in] params Camera parameters to configure the camera
954 // enabled or doesSetParameterNeedUpdate says so. Initial setParameters to camera adapte
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp13 #include <camera/Camera.h>
14 #include <camera/ICamera.h>
21 #include <camera/CameraParameters.h>
23 #include <system/camera.h>
36 sp<Camera> camera; variable
464 camera->startPreview();
594 camera->startPreview();
732 camera->releaseRecordingFrame(dataPtr);
777 printf("\n\r\tSupported Cameras: %s", params.get("camera-indexes"));
866 if ( ( NULL == recorder.get() ) || ( NULL == camera
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp940 ExynosCameraHWInterface2::ExynosCameraHWInterface2(int cameraId, camera2_device_t *dev, ExynosCamera2 * camera, int *openInvalid): argument
991 m_camera2 = camera;
6414 ALOGE("ERR(%s): Can't open, other camera is in use", __FUNCTION__);
6420 ALOGE("ERR(%s):Invalid camera ID %s", __FUNCTION__, id);
6427 ALOGD("DEBUG(%s):returning existing camera ID %s", __FUNCTION__, id);

Completed in 252 milliseconds