summaryrefslogtreecommitdiffstats
path: root/camera
Commit message (Expand)AuthorAgeFilesLines
* Camera: Update 'ERROR_RESULT' documentationEmilian Peev2019-03-281-0/+8
* Merge "Camera: Add recommended low latency use case id"TreeHugger Robot2019-03-181-2/+3
|\
| * Camera: Add recommended low latency use case idEmilian Peev2019-03-121-2/+3
* | Merge "Camera: cleanup external camera HAL fence FD logic"TreeHugger Robot2019-03-151-5/+5
|\ \
| * | Camera: cleanup external camera HAL fence FD logicYin-Chia Yeh2019-03-141-5/+5
* | | Merge "Y16 format enablement for external provider"TreeHugger Robot2019-03-158-130/+305
|\| |
| * | Y16 format enablement for external providerEmil Jahshan2019-03-148-130/+305
| |/
* | Merge "Remove import comment on camera metadata HAL."Steven Moreland2019-03-141-1/+0
|\ \
| * | Remove import comment on camera metadata HAL.Steven Moreland2019-03-121-1/+0
| |/
* | Merge "Camera: Centralize OWNERS"Eino-Ville Talvala2019-03-149-62/+9
|\ \
| * | Camera: Centralize OWNERSEino-Ville Talvala2019-03-139-62/+9
| |/
* | resolve merge conflicts of 00236ffa719093c63193ec1a3d979817122aa498 to masterYin-Chia Yeh2019-03-121-20/+110
|\ \ | |/ |/|
| * Merge "VTS tests to work with depth Y16" into pie-vts-dev am: 0e802961e2Emil Jahshan2019-03-121-20/+109
| |\
| | * Merge "VTS tests to work with depth Y16" into pie-vts-devEmil Jahshan2019-03-121-20/+109
| | |\
| | | * VTS tests to work with depth Y16Emil Jahshan2019-02-241-20/+109
| | * | The test failed when one of the three cameras was configured with a maximum a...Pierre Lee2019-01-231-0/+2
| | |\|
| | | * The test failed when one of the three cameras was configured with a maximum a...Pierre Lee2019-01-221-0/+2
* | | | Merge "Camera: Make availablePhysicalRequestKeys ndk public"TreeHugger Robot2019-03-081-1/+1
|\ \ \ \
| * | | | Camera: Make availablePhysicalRequestKeys ndk publicShuzhen Wang2019-03-061-1/+1
* | | | | Merge "Camera: fill in num_output_buffers"TreeHugger Robot2019-03-061-16/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Camera: fill in num_output_buffersYin-Chia Yeh2019-03-051-16/+9
* | | | | Merge "Update makefies: no 'types' internal"Steven Moreland2019-03-053-26/+0
|\ \ \ \ \
| * | | | | Update makefies: no 'types' internalSteven Moreland2019-03-043-26/+0
* | | | | | Merge "Update makefies: no 'types'" am: 4ee5ec1469 am: bab622f6a6Steven Moreland2019-03-047-139/+0
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Update makefies: no 'types'Steven Moreland2019-03-047-139/+0
| * | | | Documentation updates to camera HAL interfaces.Jayant Chowdhary2019-02-125-10/+12
* | | | | Camera: Document bufferSize for JPEG_APP_SEGMENTS streamShuzhen Wang2019-02-201-1/+3
| |/ / / |/| | |
* | | | Camera: remove stream_configuration_counter from camera3.hYin-Chia Yeh2019-02-143-5/+25
* | | | Camera: fix per stream error code for HAL buffer managerYin-Chia Yeh2019-02-142-94/+103
* | | | Merge "Camera: Enable session parameter reconfiguration queries"Emilian Peev2019-02-136-5/+155
|\ \ \ \
| * | | | Camera: Enable session parameter reconfiguration queriesEmilian Peev2019-02-126-5/+155
* | | | | Merge "Update makefiles."Steven Moreland2019-02-122-0/+8
|\ \ \ \ \
| * | | | | Update makefiles.Steven Moreland2019-02-112-0/+8
| |/ / / /
* / / / / Camera: Handle binder call failure due to static metadata sizeShuzhen Wang2019-02-123-28/+84
|/ / / /
* | | | Merge changes from topic "camera-provider-2.5"Eino-Ville Talvala2019-02-1130-142/+1261
|\ \ \ \
| * | | | Camera: Add default 2.5 provider for legacy and external webcam HALsEino-Ville Talvala2019-02-0716-0/+706
| * | | | Camera: Restructure default camera.provider 2.4Eino-Ville Talvala2019-02-0711-142/+410
| * | | | camera.provider: Add @2.5 to support notifyDeviceStatusChangeEino-Ville Talvala2019-02-073-0/+145
* | | | | Merge "Camera: Add HAL interface change for HEIC"Shuzhen Wang2019-02-073-1/+153
|\ \ \ \ \
| * | | | | Camera: Add HAL interface change for HEICShuzhen Wang2019-02-043-1/+153
* | | | | | Merge "Add SECURE camera capability."Jayant Chowdhary2019-02-051-0/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add SECURE camera capability.Jayant Chowdhary2019-01-301-0/+8
| |/ / / /
* | | | | Merge "Explicitly include log/log.h or android/log.h instead of cutils/log.h"...Sasha Smundak2019-02-011-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Explicitly include log/log.h or android/log.h instead of cutils/log.hSasha Smundak2019-02-011-1/+1
| * | | | Camera: Document 3.4 metadata selection logic.Socrates Li2019-01-221-1/+63
* | | | | Merge "Camera: support libhardware camera device 3.6"TreeHugger Robot2019-01-308-58/+539
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Camera: support libhardware camera device 3.6Yin-Chia Yeh2019-01-288-58/+539
* | | | | Camera: Add dynamic depth tags and dataspaceEmilian Peev2019-01-272-0/+48
* | | | | Merge "Camera: Enable external camera handling in default provider."TreeHugger Robot2019-01-261-11/+34
|\ \ \ \ \
| * | | | | Camera: Enable external camera handling in default provider.Shik Chen2019-01-261-11/+34