summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix CameraService error flag when running HAL1 with API2.Ruben Brunk2013-09-041-2/+2
|/ /
* | Camera2/3: Increase precapture start timeoutEino-Ville Talvala2013-09-031-1/+1
* | Merge "camera: Fix deadlock when sending callbacks during disconnect" into kl...Igor Murashkin2013-08-301-6/+4
|\ \
| * | camera: Fix deadlock when sending callbacks during disconnectIgor Murashkin2013-08-291-6/+4
* | | Camera3: Be busy as soon as work arrives.Eino-Ville Talvala2013-08-292-1/+19
|/ /
* | Camera2: Add flush supportEino-Ville Talvala2013-08-237-3/+80
* | Camera1: Set preview to be asynchronous, and remove dead codeEino-Ville Talvala2013-08-215-39/+15
* | Refactor CameraService to handle errors properly.Ruben Brunk2013-08-162-64/+81
* | separte producer and consumer interfacesMathias Agopian2013-08-069-34/+18
* | Merge "Camera3: Provide consumer usage flags to HAL for each stream"Eino-Ville Talvala2013-08-057-4/+42
|\ \
| * | Camera3: Provide consumer usage flags to HAL for each streamEino-Ville Talvala2013-08-057-4/+42
* | | Camera: fix the metadate parcel write issueZhijun He2013-07-311-4/+4
|/ /
* | Camera: Rename new API to camera2, rearrange camera serviceEino-Ville Talvala2013-07-3059-165/+187
* | Merge "camera2 api: Override default RGBx formats to IMPLEMENTATION_DEFINED"Igor Murashkin2013-07-291-2/+2
|\ \
| * | camera2 api: Override default RGBx formats to IMPLEMENTATION_DEFINEDIgor Murashkin2013-07-291-2/+2
* | | camera2: Implement ICameraDeviceUser::waitUntilIdleZhijun He2013-07-233-1/+27
|/ /
* | Camera: ProCamera connect need support HAL3 deviceZhijun He2013-07-221-0/+1
* | Merge "camera2: Fix request ID bug"Zhijun He2013-07-201-1/+1
|\ \
| * | camera2: Fix request ID bugZhijun He2013-07-191-1/+1
* | | Merge "update to new Consumer APIs"Mathias Agopian2013-07-205-10/+5
|\ \ \
| * | | update to new Consumer APIsMathias Agopian2013-07-165-10/+5
| |/ /
* | | am b0177ff2: am 46910bdc: Camera2/3: Fix deadlock when starting recording bef...Eino-Ville Talvala2013-07-197-89/+140
|\ \ \ | |/ / |/| |
| * | Camera2/3: Fix deadlock when starting recording before preview.Eino-Ville Talvala2013-07-187-89/+140
| |/
* | Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-165-5/+10
|\ \
| * | always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-125-5/+10
* | | camera2: Implement ICameraDeviceUser::getCameraInfoIgor Murashkin2013-07-152-13/+6
|/ /
* | Merge "Pass additional arg to acquireBuffer calls."Andy McFadden2013-07-113-4/+4
|\ \
| * | Pass additional arg to acquireBuffer calls.Andy McFadden2013-07-083-4/+4
* | | am adaa78c9: am a2520db0: camera2/3: set preview callback oneshot flag during...Zhijun He2013-07-111-0/+1
|\ \ \ | | |/ | |/|
| * | camera2/3: set preview callback oneshot flag during still captureZhijun He2013-07-081-0/+1
* | | am 06a4604e: am 4a5c009b: Camera2/3: As a fallback, unilaterally free old rec...Eino-Ville Talvala2013-07-082-14/+119
|\ \ \ | |/ / | | / | |/ |/|
| * Camera2/3: As a fallback, unilaterally free old recording buffersEino-Ville Talvala2013-07-082-14/+119
* | Merge "Camera2Api: Creating a JPEG stream needs to use the right size"Eino-Ville Talvala2013-07-011-2/+17
|\ \
| * | Camera2Api: Creating a JPEG stream needs to use the right sizeEino-Ville Talvala2013-07-011-2/+17
* | | resolved conflicts for merge of 364a2677 to masterEino-Ville Talvala2013-06-282-32/+84
|\ \ \ | |/ / |/| / | |/
| * Camera2/3: Don't allow recording and callbacks to coexist.Eino-Ville Talvala2013-06-272-29/+85
* | Merge changes I5b2eeab2,I71568560Igor Murashkin2013-06-2510-45/+926
|\ \
| * | Make android.hardware.photography.Camera work on HAL3+ devicesIgor Murashkin2013-06-207-19/+129
| * | Initial implementation of android.hardware.photography.CameraDevice (service)Igor Murashkin2013-06-207-26/+797
* | | camera2/3: Warn on missing active array size parametersAlex Ray2013-06-201-0/+2
|/ /
* | am 9c8714da: am e6478de7: Camera2/3: Avoid shutdown race in callback processor.Eino-Ville Talvala2013-06-191-1/+4
|\ \ | |/
| * Camera2/3: Avoid shutdown race in callback processor.Eino-Ville Talvala2013-06-191-1/+4
* | am bda5d1f2: am 241b5279: Camera3: Power: Properly shut down unused thread.Eino-Ville Talvala2013-06-171-2/+3
|\ \ | |/
| * Camera3: Power: Properly shut down unused thread.Eino-Ville Talvala2013-06-171-2/+3
* | am 0cc75491: am 26bc908b: Camera2/3: Make sure to wait for idle after still c...Eino-Ville Talvala2013-06-141-0/+6
|\ \ | |/
| * Camera2/3: Make sure to wait for idle after still capture.Eino-Ville Talvala2013-06-131-0/+6
* | am e4a453d4: am 214a17fd: Camera3: Always close HAL device even in face of er...Eino-Ville Talvala2013-06-141-10/+20
|\ \ | |/
| * Camera3: Always close HAL device even in face of errors.Eino-Ville Talvala2013-06-131-10/+20
* | Merge "camera2: accept 4-value active array size"Alex Ray2013-06-131-3/+10
|\ \
| * | camera2: accept 4-value active array sizeAlex Ray2013-06-131-3/+10