summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice
Commit message (Expand)AuthorAgeFilesLines
* Merge "camera3: Manage fences properly when buffers are returned with an erro...Igor Murashkin2013-05-092-24/+75
|\
| * camera3: Manage fences properly when buffers are returned with an errorIgor Murashkin2013-05-082-24/+75
* | Merge "camera2: Add height to the crop region metadata property" into jb-mr2-devIgor Murashkin2013-05-091-3/+4
|\ \
| * | camera2: Add height to the crop region metadata propertyIgor Murashkin2013-05-071-3/+4
* | | Merge "Camera3: Support flexible YUV for preview callbacks" into jb-mr2-devEino-Ville Talvala2013-05-094-21/+181
|\ \ \ | |_|/ |/| |
| * | Camera3: Support flexible YUV for preview callbacksEino-Ville Talvala2013-05-074-21/+181
| |/
* | Merge "Camera: Hotplug - conditionally transition to PRESENT when clients dis...Igor Murashkin2013-05-072-12/+33
|\ \ | |/ |/|
| * Camera: Hotplug - conditionally transition to PRESENT when clients disconnectIgor Murashkin2013-05-022-12/+33
* | Merge "camera3: Don't eagerly finish configuring bidi streams more than once"...Igor Murashkin2013-05-061-6/+10
|\ \ | |/ |/|
| * camera3: Don't eagerly finish configuring bidi streams more than onceIgor Murashkin2013-05-021-6/+10
* | Merge "camera3: Don't crash when taking a still capture with ZSL disabled" in...Igor Murashkin2013-05-021-1/+4
|\ \ | |/
| * camera3: Don't crash when taking a still capture with ZSL disabledIgor Murashkin2013-05-021-1/+4
* | Merge "Camera2/3: Fix still image FOV reporting." into jb-mr2-devEino-Ville Talvala2013-05-022-10/+125
|\ \ | |/ |/|
| * Camera2/3: Fix still image FOV reporting.Eino-Ville Talvala2013-05-012-10/+125
* | Merge "Camera3: Add missing buffer listener include (for ZSL)" into jb-mr2-devIgor Murashkin2013-05-011-0/+48
|\ \
| * | Camera3: Add missing buffer listener include (for ZSL)Igor Murashkin2013-05-011-0/+48
* | | Merge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-devIgor Murashkin2013-05-0124-93/+2759
|\ \ \ | |/ /
| * | Camera3: Add ZSL stream supportIgor Murashkin2013-04-2919-66/+1751
| * | camera: Add new RingBufferConsumer to keep a ring buffer of acquired framesIgor Murashkin2013-04-293-1/+537
| * | Camera3: Add input stream supportIgor Murashkin2013-04-267-28/+473
* | | Camera: Don't complain repeatedly about missing android.led.availableLedsIgor Murashkin2013-04-302-4/+6
| |/ |/|
* | Merge "ProCamera: Add security permission checks for disabling transmit LED" ...Igor Murashkin2013-04-273-0/+82
|\ \
| * | ProCamera: Add security permission checks for disabling transmit LEDIgor Murashkin2013-04-253-0/+82
* | | Merge "Camera2: Fix deadlock on shutdown due to client getting killed." into ...Eino-Ville Talvala2013-04-2711-149/+263
|\ \ \ | |/ / |/| / | |/
| * Camera2: Fix deadlock on shutdown due to client getting killed.Eino-Ville Talvala2013-04-2611-149/+263
* | Camera3: Register all stream buffers at stream configuration time.Eino-Ville Talvala2013-04-191-0/+22
* | Camera3: Allow multiple process_capture_result calls per requestEino-Ville Talvala2013-04-152-43/+236
* | Merge "Camera3: Improve error logging" into jb-mr2-devEino-Ville Talvala2013-04-112-131/+183
|\ \
| * | Camera3: Improve error loggingEino-Ville Talvala2013-04-092-131/+183
| |/
* | Add liblogYing Wang2013-04-091-0/+1
|/
* Camera: implement takePicture for HAL3-using clientsIgor Murashkin2013-04-054-21/+414
* Camera3: Fix output stream creation for JPEG streamsIgor Murashkin2013-04-021-1/+8
* Camera3: Fix metadata result not being rewritten after captureIgor Murashkin2013-04-021-3/+11
* Camera: Add output side to camera3 HAL deviceEino-Ville Talvala2013-03-273-16/+219
* Camera: Add input side to camera3 HAL deviceEino-Ville Talvala2013-03-272-49/+934
* Camera: Add streams to camera3 HAL deviceEino-Ville Talvala2013-03-279-0/+1363
* Camera: Add hotplug support (for fixed # of cameras)Igor Murashkin2013-03-262-5/+143
* Camera2: getSceneMode should return NULL when there are no supported scene modesIgor Murashkin2013-03-211-0/+2
* commandStartFaceDetectionL returned the wrong value when face detection is no...Ziv Hendel2013-03-211-1/+1
* Camera: fix waitUntilDrained log messageAlex Ray2013-03-171-1/+1
* ProCamera: Fix rare deadlock when client destructs inside the connect callIgor Murashkin2013-03-131-77/+87
* Camera: Make ProCamera connect take the same paths as Camera connectIgor Murashkin2013-03-114-164/+130
* (Camera)ProCamera: Remove unused functions from binder interfaceIgor Murashkin2013-03-112-10/+2
* (Camera)FrameProcessor: Refactor to share code with ProFrameProcessorIgor Murashkin2013-03-1111-203/+106
* CameraService: Refactor Camera2Client to share a base with ProCameraClientIgor Murashkin2013-03-1115-470/+583
* Camera: Log warning on out-of-range face detect scoresAlex Ray2013-03-061-0/+4
* Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-284-4/+225
* Camera: Start of support for version 3.0 of camera device HALEino-Ville Talvala2013-02-2718-247/+881
* camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-262-2/+11
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-258-45/+228