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

123456

/frameworks/av/camera/
H A DAndroid.mk22 frameworks/av/camera/aidl \
26 # AIDL files for camera interfaces
36 # Source for camera interface parcelables, and manually-written interfaces
65 system/media/camera/include \
66 system/media/private/camera/include \
68 $(LOCAL_PATH)/include/camera
71 system/media/camera/include \
72 $(LOCAL_PATH)/include/camera
H A DCamera.cpp45 // construct a camera client from an existing camera remote
46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera) argument
49 if (camera == 0) {
50 ALOGE("camera remote is a NULL pointer");
55 if (camera->connect(c) == NO_ERROR) {
57 c->mCamera = camera;
58 IInterface::asBinder(camera)->linkToDeath(c);
83 sp<Camera>& camera)
85 ALOGV("%s: connect legacy camera devic
80 connectLegacy(int cameraId, int halVersion, const String16& clientPackageName, int clientUid, sp<Camera>& camera) argument
496 RecordingProxy(const sp<Camera>& camera) argument
[all...]
H A DCameraBase.cpp31 #include <camera/CameraBase.h>
34 #include <camera/Camera.h>
81 const char* kCameraServiceName = "media.camera";
106 // establish binder interface to camera service
158 ALOGW("An error occurred while connecting to camera %d: %s", cameraId,
214 // callback from camera service
H A DCameraMetadata.cpp24 #include <camera/CameraMetadata.h>
25 #include <camera/VendorTagDescriptor.h>
538 ALOGV("%s: Freed camera metadata at %p", __FUNCTION__, metadata);
550 * Below is the camera metadata parcel layout:
H A DCameraParameters.cpp23 #include <camera/CameraParameters.h>
27 // Parameter keys to communicate between camera application and driver.
H A DCameraParameters2.cpp24 #include <camera/CameraParameters2.h>
H A DCameraUtils.cpp20 #include <camera/CameraUtils.h>
77 // Front camera needs to be horizontally flipped for mirror-like behavior.
110 * By doing this, the camera buffer always ends up aligned
111 * with the physical camera for a "see through" effect.
H A DCaptureResult.cpp20 #include <camera/CaptureResult.h>
H A DICamera.cpp24 #include <camera/CameraUtils.h>
69 // disconnect from camera service
80 // pass the buffered IGraphicBufferProducer to the camera service
171 // Close the native handle because camera received a dup copy.
187 // Close the native handle because camera received a dup copy.
H A DICameraClient.cpp23 #include <camera/CameraUtils.h>
46 // generic callback from camera service to app
58 // generic data callback from camera service to app with image data
74 // generic data callback from camera service to app with image data
H A DICameraRecordingProxy.cpp19 #include <camera/CameraUtils.h>
20 #include <camera/ICameraRecordingProxy.h>
21 #include <camera/ICameraRecordingProxyListener.h>
82 // Close the native handle because camera received a dup copy.
98 // Close the native handle because camera received a dup copy.
H A DICameraRecordingProxyListener.cpp19 #include <camera/CameraUtils.h>
20 #include <camera/ICameraRecordingProxyListener.h>
H A DICameraServiceProxy.cpp23 #include <camera/ICameraServiceProxy.h>
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp22 #include <camera/camera2/CaptureRequest.h>
H A DOutputConfiguration.cpp23 #include <camera/camera2/OutputConfiguration.h>
/frameworks/av/camera/cameraserver/
H A DAndroid.mk30 android.hardware.camera.common@1.0 \
31 android.hardware.camera.provider@2.4 \
32 android.hardware.camera.device@1.0 \
33 android.hardware.camera.device@3.2 \
/frameworks/av/camera/include/camera/
H A DCamera.h25 #include <system/camera.h>
26 #include <camera/ICameraRecordingProxy.h>
27 #include <camera/ICameraRecordingProxyListener.h>
28 #include <camera/android/hardware/ICamera.h>
29 #include <camera/android/hardware/ICameraClient.h>
30 #include <camera/CameraBase.h>
81 // construct a camera client from an existing remote
82 static sp<Camera> create(const sp<::android::hardware::ICamera>& camera);
89 int clientUid, sp<Camera>& camera);
97 // pass the buffered IGraphicBufferProducer to the camera servic
[all...]
H A DCameraUtils.h21 #include <camera/CameraMetadata.h>
31 * camera client, and the camera service.
36 * Calculate the ANativeWindow transform from the static camera
38 * attributes of the camera device.
H A DCaptureResult.h22 #include <camera/CameraMetadata.h>
/frameworks/av/camera/include/camera/android/hardware/
H A DICameraClient.h25 #include <system/camera.h>
/frameworks/av/camera/include/camera/camera2/
H A DCaptureRequest.h23 #include <camera/CameraMetadata.h>
/frameworks/av/camera/ndk/
H A DAndroid.mk37 frameworks/av/include/camera/ndk \
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h35 #include <camera/CaptureResult.h>
36 #include <camera/camera2/OutputConfiguration.h>
37 #include <camera/camera2/CaptureRequest.h>
65 // Callbacks from camera service
98 void disconnectLocked(); // disconnect from camera service
153 // stream id -> pair of (ANW* from application, OutputConfiguration used for camera service)
H A DACameraManager.cpp27 #include <camera/VendorTagDescriptor.h>
108 ALOGE("%s: Unable to start camera service listener looper: %s (%d)",
148 // No camera module available, not an error on devices with no cameras
275 ALOGE("%s: Cannot find camera callback fp!", __FUNCTION__);
285 ALOGE("%s: Cannot find camera ID!", __FUNCTION__);
303 ALOGE("Cannot deliver status change. Global camera manager died");
407 ALOGE("%s: Cannot reach camera service!", __FUNCTION__);
421 ALOGE("Get camera characteristics from camera service failed: %s",
441 ALOGE("%s: cannot get camera characteristic
[all...]
H A DACameraManager.h24 #include <camera/CameraMetadata.h>
56 * Return camera IDs that support camera2
63 const char* kCameraServiceName = "media.camera";

Completed in 1612 milliseconds

123456