Lines Matching refs:camera

28 #include <camera/Camera.h>
29 #include <camera/CameraParameters.h>
129 sp<ICamera> camera;
130 return new CameraSource(camera, NULL, 0, clientName, -1,
136 const sp<ICamera>& camera,
146 CameraSource *source = new CameraSource(camera, proxy, cameraId,
153 const sp<ICamera>& camera,
180 mInitCheck = init(camera, proxy, cameraId,
192 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
195 if (camera == 0) {
204 mCamera = Camera::create(camera);
251 * Query the camera to retrieve the supported video frame sizes
258 * supported video frame sizes advertised by the camera.
275 * Check whether the camera has the supported color format
290 * Configure the camera to use the requested video size
295 * use the current camera setting without the need to
331 // Do not configure the camera.
332 // Use the current width and height value setting from the camera.
349 // The frame rate is supported, set the camera to the requested value.
353 // Do not configure the camera.
354 // Use the current frame rate value setting from the camera
362 " Someone else is using camera %p?", mCamera.get());
386 // if the camera hal does not support separate video and
459 * @param camera the camera object used for the video source
460 * @param cameraId if camera == 0, use camera with this id
464 * width and heigth settings by the camera
466 * if it is -1, use the current camera frame rate setting.
475 const sp<ICamera>& camera,
487 err = initWithCameraAccess(camera, proxy, cameraId, clientName, clientUid,
495 const sp<ICamera>& camera,
506 if ((err = isCameraAvailable(camera, proxy, cameraId,
516 // Set the camera to use the requested video frame size
535 // applications may already set a surface to the camera.
556 // XXX: query camera for the stride and slice height
583 // camera and recording is started by the applications. The applications
584 // will connect to the camera in ICameraRecordingProxy::startRecording.
789 ALOGW("camera recording proxy is gone");
792 ALOGW("Timed out waiting for incoming camera video frames: %lld us",