/hardware/libhardware/modules/camera/3_0/ |
D | Camera.cpp | 51 Camera* cam = static_cast<Camera*>(cam_dev->priv); in close_device() 56 Camera::Camera(int id) in Camera() function in default_camera_hal::Camera 74 Camera::~Camera() in ~Camera() 81 int Camera::open(const hw_module_t *module, hw_device_t **device) in open() 99 int Camera::getInfo(struct camera_info *info) in getInfo() 113 int Camera::close() in close() 129 int Camera::initialize(const camera3_callback_ops_t *callback_ops) in initialize() 144 int Camera::configureStreams(camera3_stream_configuration_t *stream_config) in configureStreams() 212 void Camera::destroyStreams(Stream **streams, int count) in destroyStreams() 224 Stream *Camera::reuseStream(camera3_stream_t *astream) in reuseStream() [all …]
|
D | Camera.h | 33 class Camera { 37 explicit Camera(int id); 38 virtual ~Camera();
|
D | CameraHAL.h | 50 Camera **mCameras;
|
D | ExampleCamera.h | 28 class ExampleCamera : public Camera {
|
D | Android.bp | 26 "Camera.cpp",
|
/hardware/libhardware/modules/camera/3_4/ |
D | camera.cpp | 46 Camera* cam = static_cast<Camera*>(cam_dev->priv); in close_device() 51 Camera::Camera(int id) in Camera() function in default_camera_hal::Camera 67 Camera::~Camera() in ~Camera() 71 int Camera::openDevice(const hw_module_t *module, hw_device_t **device) in openDevice() 92 int Camera::getInfo(struct camera_info *info) in getInfo() 109 int Camera::loadStaticInfo() { in loadStaticInfo() 138 int Camera::close() in close() 155 int Camera::initialize(const camera3_callback_ops_t *callback_ops) in initialize() 170 int Camera::configureStreams(camera3_stream_configuration_t *stream_config) in configureStreams() 214 int Camera::validateStreamConfiguration( in validateStreamConfiguration() [all …]
|
D | README.md | 1 # V4L2 Camera HALv3 3 The camera.v4l2 library implements a Camera HALv3 using the 12 but it's not maintained by Android Camera team. There is another V4L2 13 camera HAL implementation which is maintained by Android Camera team 32 to load the V4L2 HAL instead of a default Camera HAL. 45 There are three large pieces to the V4L2 Camera HAL: the general HALv3 46 Camera & HAL code, the specific implementation using V4L2, 52 ### Camera & HAL Interface 54 The camera and HAL interfaces are implemented by the Camera and 62 The Camera class implements the general logic for handling the camera - [all …]
|
D | camera.h | 40 class Camera { 44 Camera(int id); 45 virtual ~Camera();
|
D | v4l2_camera_hal.h | 57 std::vector<std::unique_ptr<default_camera_hal::Camera>> mCameras;
|
D | v4l2_camera.h | 40 class V4L2Camera : public default_camera_hal::Camera {
|
/hardware/libhardware/modules/usbcamera/ |
D | Camera.cpp | 49 Camera* cam = static_cast<Camera*>(cam_dev->priv); in close_device() 54 static Camera *camdev_to_camera(const camera3_device_t *dev) { in camdev_to_camera() 55 return reinterpret_cast<Camera*>(dev->priv); in camdev_to_camera() 88 const camera3_device_ops_t Camera::sOps = { 101 Camera::Camera(int id) in Camera() function in usb_camera_hal::Camera 118 Camera::~Camera() { in ~Camera() 132 int Camera::open(const hw_module_t *module, hw_device_t **device) { in open() 148 int Camera::getInfo(struct camera_info *info) { in getInfo() 162 void Camera::updateInfo() { in updateInfo() 167 int Camera::close() { in close() [all …]
|
D | Camera.h | 37 class Camera { 41 explicit Camera(int id); 42 virtual ~Camera();
|
D | CameraHAL.h | 51 android::Vector<Camera*> mCameras;
|
D | UsbCamera.h | 29 class UsbCamera : public Camera {
|
D | Android.bp | 21 "Camera.cpp",
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 82 * Camera metadata type - duplicated from VNDK libcamera_metadata for vendor tag 301 * Ex. 1: Camera Device 0 = Back Camera 302 * Camera Device 1 = Front Camera 308 * Camera Device 0 - resourceCost = 51 310 * Camera Device 1 - resourceCost = 51 327 * Ex. 2: Camera Device 0 = Left Back Camera 328 * Camera Device 1 = Right Back Camera 329 * Camera Device 2 = Combined stereo camera using both right and left 331 * Camera Device 3 = Front Camera 340 * Camera Device 0 - resourceCost = 50 [all …]
|
/hardware/interfaces/camera/provider/2.5/ |
D | types.hal | 34 * Camera device(s) facing backward are covered. 39 * Camera device(s) facing foward are covered.
|
/hardware/interfaces/camera/provider/2.4/vts/ |
D | OWNERS | 1 # Camera team
|
/hardware/interfaces/media/1.0/xml/ |
D | media_profiles.dtd | 7 <!ELEMENT CamcorderProfiles (EncoderProfile|ImageEncoding|ImageDecoding|Camera)+> 28 <!ELEMENT Camera EMPTY> element
|
/hardware/interfaces/camera/metadata/ |
D | README.md | 1 ## Camera Metadata Interface ##
|
/hardware/interfaces/camera/ |
D | README.md | 1 ## Camera HALs ##
|
/hardware/interfaces/camera/common/ |
D | README.md | 1 ## Camera common HAL definitions ##
|
/hardware/interfaces/camera/provider/ |
D | README.md | 1 ## Camera Provider HAL ##
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 25 * Camera device interface 27 * Supports the android.hardware.Camera API, and the android.hardware.camera2
|
/hardware/interfaces/camera/device/3.3/ |
D | ICameraDeviceSession.hal | 24 * Camera device active session interface.
|