summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | am ccc366a9: am 1191454a: Merge "Camera3: Skipping no-ops good, not updating ...Eino-Ville Talvala2013-06-131-0/+1
|\ \ \ | | |/ | |/|
| * | Merge "Camera3: Skipping no-ops good, not updating state machine bad." into j...Eino-Ville Talvala2013-06-131-0/+1
| |\ \
| | * | Camera3: Skipping no-ops good, not updating state machine bad.Eino-Ville Talvala2013-06-121-0/+1
* | | | am 4541531a: am c4a8d2dd: Merge "Camera2/3: Create JPEG stream unconditionall...Eino-Ville Talvala2013-06-131-12/+16
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Camera2/3: Create JPEG stream unconditionally." into jb-mr2-devEino-Ville Talvala2013-06-131-12/+16
| |\ \ | | |/ | |/|
| | * Camera2/3: Create JPEG stream unconditionally.Eino-Ville Talvala2013-06-111-12/+16
* | | am 44ade05f: am ea26c777: Camera3: Skip no-op stream configurations.Eino-Ville Talvala2013-06-112-0/+10
|\ \ \ | |/ /
| * | Camera3: Skip no-op stream configurations.Eino-Ville Talvala2013-06-112-0/+10
| |/
* | Merge "Camera3: Add more tracing"Eino-Ville Talvala2013-06-102-3/+23
|\ \
| * | Camera3: Add more tracingEino-Ville Talvala2013-06-072-3/+23
* | | am 574ca4f4: am ba696bbf: Merge "camera2/3: Fix deadlock take picture while p...Zhijun He2013-06-071-87/+88
|\ \ \ | | |/ | |/|