8ef0144a52df7edfb754efce597e078bc185c57d |
|
14-Aug-2013 |
Zhijun He <zhijunhe@google.com> |
Camera2 Tests: Add multiple stream tests Add a test to test multiple stream configuration: one preview stream, one small size YUV burst capture stream, and one large size YUV burst capture stream. Also cleanup the code. Bug 10325342 Change-Id: I676484cc0034055caa8f2a8788100ed34b4cefbb
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
cc50111825fe5c8fd2a657b4a302a45fdca627e1 |
|
15-Feb-2013 |
Mathias Agopian <mathias@google.com> |
Refactoring: Rename SurfaceTextureClient to Surface Change-Id: Iff197c557c06673a1ad85a9bbd36caa38efb88b7
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
eda79df3c7e683cb4b73a742d3716b81bb7e899a |
|
18-Dec-2012 |
Andy McFadden <fadden@android.com> |
Rename ISurfaceTexture and SurfaceTexture The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I7fc8474c1d0d95658609b69cdb0af412d69a42c4
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
e302ee3dd3abacebeb32263654186ab433efc14c |
|
05-Nov-2012 |
Igor Murashkin <iam@google.com> |
Camera2: Automated tests for testing HAL2.0 interface Change-Id: I1f1afd5afc346d5493d5019af35c3026efcf19b5
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
2388a2dc91979364d96e49456b189f904f0267f3 |
|
28-Aug-2012 |
Eino-Ville Talvala <etalvala@google.com> |
Camera2: Use HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED Align camera2's management of platform-opaque formats with rest of framework. Instead of using CAMERA2_PIXEL_FORMAT_OPAQUE, use HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED as the format for both the camera HAL and for gralloc, and depend on the gralloc usage flags to let the gralloc module select the appropriate real format for specific stream endpoints. Add a new gralloc usage for ZSL mode, where the camera service will hold a streaming circular buffer of opaque full-resolution images during camera preview. Since this is an opaque format that needs to be optimized for 30fps operation, need gralloc to be aware of this use case. Bug: 6243944 Change-Id: If7f2516649381ce9bcffe4e319b63cbc068f643f
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
bd85f47ae7b6b2af30cf9d51d7039fbba5a271ed |
|
14-Jun-2012 |
Jamie Gennis <jgennis@google.com> |
Update ANativeWindow clients for sync This change updates uses of ANativeWindow to use the new ANW functions that accept and return Sync HAL fence file descriptors. Change-Id: I8ea699ba0a9b5c4b4316f9428cbd565976899991
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
08a6e5e374c57361275173e18eea120587627adf |
|
18-May-2012 |
Eino-Ville Talvala <etalvala@google.com> |
I am a HAL of constant structure. Bug: 6243944 Change-Id: I126313f75f5f7165d3ca96f52054866c4fb6bee0
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|
567b4a24fa9fedf0086af5e0bb8e45bd3294bc9d |
|
23-Apr-2012 |
Eino-Ville Talvala <etalvala@google.com> |
Substantial cleanup of camera2 HAL, and some initial unit tests - Clean up const/struct usage in HAL - Add user pointer to notify callback - Revamp allocate_stream, now it picks its own ID. - Much simpler stream interface - Merged request/reprocess input queues - Frame queue interface no longer a mirror of request queue - Added triggers/notifications - Added default request creation - Lots of comments Unit tests added: - Lots of utility code to speed up test writing - Basic open/close - Capturing 1 raw buffer (request input, frame output, buffer output) - Capturing a burst of 10 raw buffers Bug: 6243944 Change-Id: I490bd5df81079a44c43d87b02c9a7f7ca251f531
/hardware/libhardware/tests/camera2/camera2_utils.cpp
|