History log of /hardware/libhardware/modules/camera/CameraHAL.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bcdebf37fbf7ab46b3480278f344987c686bbe50 07-Jun-2014 Zhijun He <zhijunhe@google.com> hardware: camera_common: add module open legacy device API

This adds the module API to open a camera device as lower HAL version legacy
device.

Change-Id: I6616aebc5ec0cef28f675e5dddb334dc6b5dfea9
/hardware/libhardware/modules/camera/CameraHAL.cpp
a82f456c387cb6ff6c5aab7c930a7a61c36ed8ba 22-Apr-2014 Sasha Levitskiy <sanek@google.com> Camera: HAL: 64-bit warning fixit.

Change-Id: Iecc3e1846fbf63c51952d115e1f167cf32135b18
Signed-off-by: Sasha Levitskiy <sanek@google.com>
/hardware/libhardware/modules/camera/CameraHAL.cpp
7915e97d637df3ebbdb9fda542a2657236361e14 18-Oct-2013 Alex Ray <aray@google.com> modules: camera: add vendor tag functionality

Vendor Tag operations were added in module api v2.2

Change-Id: I352a50759d8bb9389d904bb774659e4be883794b
/hardware/libhardware/modules/camera/CameraHAL.cpp
61f7a0c1c1aa481d798116e5a218df04630886e6 04-Jul-2013 Alex Ray <aray@google.com> modules: camera: Abstract device-specific camera

ExampleCamera represents a specific (e.g. front or back) camera device,
and contains all the device and logic for that device/sensor.

Change-Id: Iecc1a1d905501a66edb6e3994ff93d8761b82f8b
/hardware/libhardware/modules/camera/CameraHAL.cpp
c6bf2f291ddca5e8807268f89733e9f6637b4303 29-May-2013 Alex Ray <aray@google.com> modules: camera: fix compiler warnings

Change-Id: Id1aa624d377776a7e37b52978664d30c927595be
/hardware/libhardware/modules/camera/CameraHAL.cpp
b0be1039c136f85778dffaf761af3d09907e21aa 29-May-2013 Alex Ray <aray@google.com> modules: camera: add get_camera_info support

Basic static metadata statically constructed from preprocessor passes
over an array of camera metadata tags.

Change-Id: I16ea9f4d68120d5a0bc010a4a67b0cbcd761329e
/hardware/libhardware/modules/camera/CameraHAL.cpp
005c9da54402e28eab5b8d52b729268a94ef4d61 05-Mar-2013 Alex Ray <aray@google.com> modules: camera: remove unused variable

Change-Id: Ic21cd58a750411167ef4b060e8d3abc295edc83d
/hardware/libhardware/modules/camera/CameraHAL.cpp
a0ed4bead4d7a9b9031f7cefe0ef49a951443461 26-Feb-2013 Alex Ray <aray@google.com> modules: camera: Camera v3 Devices

Default camera HAL statically allocates camera devices. Update camera
device to API v3.

Change-Id: Ic53ffcf3b746b9b4011b932e26dbb0f533cba554
/hardware/libhardware/modules/camera/CameraHAL.cpp
819cfd87bad560fbd89747371088ad35aaef8d43 21-Feb-2013 Alex Ray <aray@google.com> modules: camera: Update to v2.1 camera module API

Refactor the camera module into a single CameraHAL object. Adds
set_callbacks, new in the v2.1 module API.

Change-Id: I4da677c28d7425f545f68998844fcfa4caf0feb9
/hardware/libhardware/modules/camera/CameraHAL.cpp
bb13a3231d24bf640e7060fee3a18643f7a9f0db 19-Feb-2013 Alex Ray <aray@google.com> modules: camera: Hide HAL symbols DO NOT MERGE

Explicitly hide all symbols from being exported from the camera HAL
except the symbol required to load the module.

Change-Id: I940b24b8d3895f46e63df3c28e43b8cb012bd637
/hardware/libhardware/modules/camera/CameraHAL.cpp
7ee0b7aac252dd2758e9344c12cf5f72415c5ace 06-Nov-2012 Alex Ray <aray@google.com> Reference Camera v2 HAL Implementation

This is meant to be an example and a reference for device manufacturers
on how to build a new Camera v2 HAL. This first patch has basic
configuration and entry/exit.

Change-Id: Ib4166e2eadb813228af38ec31a1215940c070bbf
/hardware/libhardware/modules/camera/CameraHAL.cpp