| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I9ac788cfe9a001ef33bdc52a9e8ba0bdcf3ded2c
|
|
|
|
|
|
|
|
|
| |
CameraModule does not allow for accessing raw module pointer
anymore. Also cleanup some warnings.
Bug: 19897963
Change-Id: I111cc093f09f5fb3c4b13693d5d0687e1f441058
|
|
|
|
|
|
|
| |
Also clarify rotation field has no meaning and will always be 0
for a input stream.
Change-Id: I0f4343a0bfa7bf09ba887c78a1da1c08daa35333
|
|
|
|
|
|
| |
Account for requirement to pass in dataspace in stream creation.
Change-Id: Ibc5af912ef4a55b787c70843fc82422977a02c0b
|
|\
| |
| |
| |
| | |
* commit '4f1fe2f59889d88ed026596c1841043db7edbc6f':
Fix build in C++11 mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix build in C++11 mode instead of reverting to C++98 mode.
(Fixes some constructs that were mistaken for C++11 literals and
a use of the std::ostream(NULL) constructor).
Building in C++98 mode causes clang to fall over conflicting definitions
of char16_t.
Change-Id: I66230eeb960f4a894d6c98fe7935ec932569c5a4
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
|
|/
|
|
|
| |
Bug:16877860
Change-Id: I1eddec02cefa39692f63cc54cc40b75f449516a7
|
|
|
|
|
| |
Bug: 14327010
Change-Id: I45d2ab4859ee0cc9273e579254f0569108c748f1
|
|
|
|
|
|
|
|
| |
1. Fix the HAL version check
2. Disable some test temporarily as the deprecated tags were used.
Bug: 16855498
Change-Id: I9f9dc285a1085b471d03c5a900cc44dd2a7480c3
|
|
|
|
|
| |
Change-Id: Idb761d2bfd8f07838a194f986f7c0a06429f4049
Signed-off-by: Sasha Levitskiy <sanek@google.com>
|
|
|
|
| |
Change-Id: If8785df9209c83ccd1454b89b46d5e885f897cae
|
|
|
|
|
| |
Bug: 13415624
Change-Id: Ia2ed4b5bc7289f8d8ab6e6a431746b43c81842bc
|
|
|
|
|
|
| |
Add some tolerance while testing requested exposure times against capture times.
Change-Id: I609e7819cde8ee466e152775781a6542e6686ded
|
|
|
|
|
| |
Bug: 10388724
Change-Id: Ifd13f72f1b7ff78cf50dc1c238f17c4b4e90d9b0
|
|
|
|
|
|
|
| |
We need check the right result metadata by looking for the right request id.
Bug: 10710768
Change-Id: I1e946f82e569fa6afc5067552c3f850ffffbf698
|
|
|
|
|
| |
Bug: 10604704
Change-Id: I5edddb1011d6744225c59f44bd6df8ae4234d336
|
|
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
|