Searched refs:camera (Results 1 - 25 of 86) sorted by path

1234

/frameworks/av/camera/
H A DAndroid.mk37 system/media/camera/include \
H A DCamera.cpp27 #include <camera/Camera.h>
28 #include <camera/ICameraRecordingProxyListener.h>
29 #include <camera/ICameraService.h>
30 #include <camera/ICamera.h>
45 // construct a camera client from an existing camera remote
46 sp<Camera> Camera::create(const sp<ICamera>& camera) argument
49 if (camera == 0) {
50 ALOGE("camera remote is a NULL pointer");
55 if (camera
344 RecordingProxy(const sp<Camera>& camera) argument
[all...]
H A DCameraBase.cpp28 #include <camera/CameraBase.h>
29 #include <camera/ICameraService.h>
32 #include <camera/ProCamera.h>
33 #include <camera/Camera.h>
42 const char* kCameraServiceName = "media.camera";
67 // establish binder interface to camera service
113 ALOGW("An error occurred while connecting to camera: %d", cameraId);
168 // callback from camera service
H A DCameraMetadata.cpp23 #include <camera/CameraMetadata.h>
477 ALOGV("%s: Freed camera metadata at %p", __FUNCTION__, metadata);
H A DCameraParameters.cpp23 #include <camera/CameraParameters.h>
26 // Parameter keys to communicate between camera application and driver.
H A DCameraParameters2.cpp24 #include <camera/CameraParameters2.h>
H A DICamera.cpp24 #include <camera/ICamera.h>
62 // disconnect from camera service
72 // pass the buffered IGraphicBufferProducer to the camera service
H A DICameraClient.cpp23 #include <camera/ICameraClient.h>
41 // generic callback from camera service to app
53 // generic data callback from camera service to app with image data
69 // generic data callback from camera service to app with image data
H A DICameraRecordingProxy.cpp19 #include <camera/ICameraRecordingProxy.h>
20 #include <camera/ICameraRecordingProxyListener.h>
H A DICameraRecordingProxyListener.cpp19 #include <camera/ICameraRecordingProxyListener.h>
H A DICameraService.cpp28 #include <camera/ICameraService.h>
29 #include <camera/ICameraServiceListener.h>
30 #include <camera/IProCameraUser.h>
31 #include <camera/IProCameraCallbacks.h>
32 #include <camera/ICamera.h>
33 #include <camera/ICameraClient.h>
34 #include <camera/camera2/ICameraDeviceUser.h>
35 #include <camera/camera2/ICameraDeviceCallbacks.h>
36 #include <camera/CameraMetadata.h>
106 // get information about a camera
285 sp<ICamera> camera; local
305 sp<IProCameraUser> camera; local
325 sp<ICameraDeviceUser> camera; local
[all...]
H A DICameraServiceListener.cpp25 #include <camera/ICameraServiceListener.h>
H A DIProCameraCallbacks.cpp29 #include <camera/IProCameraCallbacks.h>
31 #include "camera/CameraMetadata.h"
49 // generic callback from camera service to app
H A DIProCameraUser.cpp24 #include <camera/IProCameraUser.h>
27 #include "camera/CameraMetadata.h"
54 // disconnect from camera service
H A DProCamera.cpp28 #include <camera/ProCamera.h>
29 #include <camera/IProCameraUser.h>
30 #include <camera/IProCameraCallbacks.h>
59 // callback from camera service
295 ALOGE("%s: Failed to get camera info, error = %d", __FUNCTION__, status);
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp22 #include <camera/camera2/CaptureRequest.h>
H A DICameraDeviceCallbacks.cpp29 #include <camera/camera2/ICameraDeviceCallbacks.h>
30 #include "camera/CameraMetadata.h"
H A DICameraDeviceUser.cpp24 #include <camera/camera2/ICameraDeviceUser.h>
27 #include <camera/CameraMetadata.h>
28 #include <camera/camera2/CaptureRequest.h>
68 // disconnect from camera service
/frameworks/av/camera/tests/
H A DAndroid.mk28 system/media/camera/include \
29 frameworks/av/services/camera/libcameraservice \
30 frameworks/av/include/camera \
H A DProCameraTests.cpp34 #include <camera/CameraMetadata.h>
36 #include <camera/ICameraServiceListener.h>
644 dout << "Reconnecting to camera" << std::endl;
647 dout << "Disconnecting from camera" << std::endl;
695 // it would probably be better to use CameraMetadata from camera service.
767 // it would probably be better to use CameraMetadata from camera service.
839 // it would probably be better to use CameraMetadata from camera service.
/frameworks/av/include/camera/
H A DCamera.h22 #include <system/camera.h>
23 #include <camera/ICameraClient.h>
24 #include <camera/ICameraRecordingProxy.h>
25 #include <camera/ICameraRecordingProxyListener.h>
26 #include <camera/ICameraService.h>
27 #include <camera/ICamera.h>
28 #include <camera/CameraBase.h>
71 // construct a camera client from an existing remote
72 static sp<Camera> create(const sp<ICamera>& camera);
83 // pass the buffered IGraphicBufferProducer to the camera servic
[all...]
H A DCameraBase.h21 #include <camera/ICameraService.h>
29 * The direction that the camera faces to. It should be CAMERA_FACING_BACK
35 * The orientation of the camera image. The value is the angle that the
36 * camera image needs to be rotated clockwise so it shows correctly on the
40 * back-facing camera sensor is mounted in landscape. You are looking at
41 * the screen. If the top side of the camera sensor is aligned with the
43 * 90. If the top side of a front-facing camera sensor is aligned with the
103 // helper function to obtain camera service handle
H A DICamera.h25 #include <camera/Camera.h>
43 // connect new client with existing camera remote
52 // pass the buffered IGraphicBufferProducer to the camera service
109 // send command to camera driver
112 // tell the camera hal to store meta data or real YUV data in video buffers.
H A DICameraClient.h25 #include <system/camera.h>
H A DIProCameraCallbacks.h25 #include <system/camera.h>

Completed in 570 milliseconds

1234