| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Replace RAW_SENSOR with RAW16
- Remove sRGB formats
Change-Id: Ic5c44878c638c3d3559495ea5685e10fcc2c39e1
|
|
|
|
|
|
|
| |
Wrap camera_module_t by CameraModule to follow
framework interface change.
Change-Id: Ief423a1571cf06c7ef80b98b403a33969baf95f6
|
|\
| |
| |
| |
| | |
* 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>
|
|\ \
| |/
| |
| |
| | |
* commit '58afe329533dc60618186f414d945829706ed772':
Use an older C++ standard.
|
| |
| |
| |
| | |
Bug: 18466763
Change-Id: Ibea0eb2617f13bacca0a662fe4ca88fc8a168cd7
|
| |\
| | |
| | |
| | |
| | | |
* commit '9f4978701783942e836aeab526727458e9cb1492':
Don't manually link stlport.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
lmp-mr1-dev
* commit 'e0e834e3fe5561bf87aac7f88faaed39f0937a64':
Add a BufferItem parameter to onFrameAvailable
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Passes the BufferItem for the queued buffer to the onFrameAvailable
callback so the consumer can track the BufferQueue's contents.
Bug: 18111837
Change-Id: If9d07229c9b586c668e5f99074e9b63b0468feb0
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
lmp-mr1-dev
* commit '8d3acf6e6e58c392fcdc4913e49c6b1ded8117c8':
Camera2/3 HAL test: cleanup deprecated keys
|
| |/ /
| | |
| | |
| | |
| | | |
Bug:16877860
Change-Id: I1eddec02cefa39692f63cc54cc40b75f449516a7
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* commit '9f4978701783942e836aeab526727458e9cb1492':
Don't manually link stlport.
|
| |
| |
| |
| | |
Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
|
| |
| |
| |
| |
| | |
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: I6efd201a52bb546efa59ff0a5178a25a040654b4
|
| |
| |
| |
| |
| | |
Change-Id: Idb761d2bfd8f07838a194f986f7c0a06429f4049
Signed-off-by: Sasha Levitskiy <sanek@google.com>
|
| |
| |
| |
| | |
Change-Id: If8785df9209c83ccd1454b89b46d5e885f897cae
|
| |
| |
| |
| |
| | |
Bug: 13415624
Change-Id: Ia2ed4b5bc7289f8d8ab6e6a431746b43c81842bc
|
|\ \
| |/
| |
| |
| |
| |
| | |
exposure time"
* commit 'ab14046292922d1ad0df84f3231f1e8b6233b737':
Camera2 Test: fix test criteria for exposure time
|
| |
| |
| |
| |
| |
| | |
Add some tolerance while testing requested exposure times against capture times.
Change-Id: I609e7819cde8ee466e152775781a6542e6686ded
|
|/
|
|
|
| |
Bug: 12134423
Change-Id: I7acdf76d4c0674bdb1cc939592d4620687c785c3
|
|
|
|
|
| |
Bug: 10971907
Change-Id: Ia3aa0e370d7eb5de6bb1fb7ff48a71ea5605fa17
|
|
|
|
|
| |
Bug: 10388724
Change-Id: Ifd13f72f1b7ff78cf50dc1c238f17c4b4e90d9b0
|
|
|
|
|
| |
Bug: 10388724
Change-Id: Idc404cf8a7a96c00941aa8f1880734a236cb3737
|
|
|
|
|
|
|
|
| |
Remove the requirement of HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED and make and
fix some minor issues.
Bug: 10388724
Change-Id: I18f0ea60f87902d6c2bbaca53957a91953866c40
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ib47eba8d01e93d0c3ce2b1e8bc2ff638529e32f9
|
|
|
|
| |
Change-Id: Iaa86a6888a5ccf784b13f4c3b2d8dc4813612155
|
|
|
|
| |
Change-Id: Ibf73106f8be63cf433fafe9510c8477f74b7ac41
|
|
|
|
| |
Change-Id: Ic50ea977194073e3768c22a5f21eb15f430fa2f5
|
|
|
|
| |
Change-Id: I1b81f14fe0f093a7d29d0b0facdb1886d521d256
|
|
|
|
|
|
| |
to fix tests build.
Change-Id: Ifec605926324683ac9b12b8ed3cbfb6ac02ec18c
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ie13b251d6bfadd533fa045ec5d3299ee8ae752af
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
By default, this test runs through a range of application-set
exposure, frame duration, and sensitivity values, and verifies
that the duration of capture, and in some cases the brightness,
match what's expected.
Optionally, it can use environment variables to specify the
burst parameters, and to enable dumping the captured YUV images
to flash for later debugging.
Change-Id: I647d360344ef3684e99c86c369e96ac82e62fc96
|
|
|
|
| |
Change-Id: Ie11270cc8cf301ec94795b595f0517ee3bad2817
|
|
|
|
|
| |
Bug: 8654456
Change-Id: Iadd0d3c326d595dce2822a9bd3ff33ce8e8f6a36
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
In order for the automated test to pick up the test.
The output must be in /data/nativetest.
Change-Id: I453805a1d186fec014e34b3d37a1e8bc62b2a5ac
|
|/
|
|
|
| |
Bug: 8580410
Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
|
|
|
|
| |
Change-Id: If9004d2a6d5fc581b8f63814f2f115bcd7fa5a34
|
|
|
|
| |
Change-Id: Ibc2917a18163f07b5e37eb83abb3d1ef919a5766
|
|
|
|
| |
Change-Id: I7e066569edcab84c0d61fe7a4ae5c3e2683f63eb
|