summaryrefslogtreecommitdiffstats
path: root/services/camera
Commit message (Expand)AuthorAgeFilesLines
* Merge "Camera3: track request status in inflight queue" into klp-devZhijun He2013-10-032-1/+18
|\
| * Camera3: track request status in inflight queueZhijun He2013-10-032-1/+18
* | Camera API 2, Device 2/3: Implement idle and shutter callbacksEino-Ville Talvala2013-10-0228-301/+950
|/
* Camera: only return static metadata for HAL3 deviceZhijun He2013-10-011-0/+6
* Camera: drop stale callback bufferZhijun He2013-09-301-0/+10
* Camera: Set default thumbnail size with matched aspect ratioZhijun He2013-09-302-3/+41
* Camera2 API: Hack: Always use async mode with GLConsumerEino-Ville Talvala2013-09-261-1/+18
* Merge "Camera: Implement getCameraCharacteristics" into klp-devZhijun He2013-09-252-0/+39
|\
| * Camera: Implement getCameraCharacteristicsZhijun He2013-09-252-0/+39
* | Merge "Camera2/3: Support new PASSIVE_UNFOCUSED AF state" into klp-devEino-Ville Talvala2013-09-251-0/+3
|\ \ | |/ |/|
| * Camera2/3: Support new PASSIVE_UNFOCUSED AF stateEino-Ville Talvala2013-09-201-0/+3
* | Camera2/3: Properly disambiguate FPS range vs. single FPS settingEino-Ville Talvala2013-09-202-5/+19
* | Camera2/3: For still captures, use widest FPS range available.Eino-Ville Talvala2013-09-203-2/+43
|/
* camera2: Tell all streams to ignore global device UI rotationIgor Murashkin2013-09-182-0/+83
* Merge "Camera3: Always set a trigger ID for an active trigger" into klp-devEino-Ville Talvala2013-09-162-0/+51
|\
| * Camera3: Always set a trigger ID for an active triggerEino-Ville Talvala2013-09-162-0/+51
* | Camera: setCallBackWindow only if callback surface is usedZhijun He2013-09-161-1/+1
* | Camera: Don't overwrite the error statusZhijun He2013-09-151-1/+1
|/
* Camera: Limit supported preview sizesZhijun He2013-09-132-20/+61
* Merge "camera3: Dump latest request sent with dumpsys" into klp-devIgor Murashkin2013-09-092-1/+78
|\
| * camera3: Dump latest request sent with dumpsysIgor Murashkin2013-09-062-1/+78
* | Camera: Correct stream id typesZhijun He2013-09-088-21/+21
* | Camera: Send VIDEO_SNAPSHOT intent for video snapshot caseZhijun He2013-09-061-0/+6
|/
* Merge "camera: Fix race condition between setParameters() and stopPreview()."...Ruben Brunk2013-09-061-0/+1
|\
| * camera: Fix race condition between setParameters() and stopPreview().Ruben Brunk2013-09-051-0/+1
* | 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