summaryrefslogtreecommitdiffstats
path: root/modules/camera/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* am 8ded7780: am 3da0d0f4: am 662e97ee: am aea8c156: Merge ↵Colin Cross2014-01-281-1/+1
|\ | | | | | | | | | | | | "hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH" * commit '8ded7780c6658d6db011f642206726234098388f': hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
| * hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
| | | | | | | | | | | | | | LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* | modules: camera: add vendor tag functionalityAlex Ray2013-10-211-0/+1
| | | | | | | | | | | | Vendor Tag operations were added in module api v2.2 Change-Id: I352a50759d8bb9389d904bb774659e4be883794b
* | modules: camera: Abstract device-specific cameraAlex Ray2013-10-171-0/+1
| | | | | | | | | | | | | | 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
* | modules: camera: Update trace headers to libutilsAlex Ray2013-10-141-0/+1
|/ | | | | | | Now that libutils is outside of frameworks, use that for c++-style scoped tracing and remove the temporary shim header. Change-Id: I913767aed8ff70abb9299e7a7b318b24a25e23c1
* modules: camera: add get_camera_info supportAlex Ray2013-06-281-0/+1
| | | | | | | Basic static metadata statically constructed from preprocessor passes over an array of camera metadata tags. Change-Id: I16ea9f4d68120d5a0bc010a4a67b0cbcd761329e
* modules: camera: No-op result submission with requestAlex Ray2013-05-291-0/+1
| | | | Change-Id: If4e377ba0ac327cc02ac2b9765ce5d406b8960a8
* modules: camera: Add StreamsAlex Ray2013-05-031-0/+1
| | | | | | | | Adds a Stream object, and configureStreams support in parsing the provided stream_array. Streams are naively setup for sync-less software painting. Change-Id: Ibbd90e3e2c7fa984dd5d2dcbd4da7bf4dad43aa1
* modules: camera: Hide HAL symbolsAlex Ray2013-02-251-1/+1
| | | | | | | Explicitly hide all symbols from being exported from the camera HAL except the symbol required to load the module. Change-Id: I3d499e7c550bc42a9012b0a677f31a76f4cd99a3
* modules: camera: Add tracingAlex Ray2013-01-031-0/+2
| | | | Change-Id: I00ee447e6b57bc57fd09b6e7d8c62cb07cb37cf0
* Reference Camera v2 HAL ImplementationAlex Ray2012-11-281-0/+37
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