| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 13934977
Change-Id: Ibccb80e69ac9da153de6378f1e3b0f00527ce4c9
|
|
|
|
| |
Change-Id: I2a76361868a2ab3cc1dafb08905d5f5d53052a6d
|
|
|
|
|
|
| |
Bug: 15168075
Change-Id: I035fc833cb122a7caa4cf47a1d5be574d4727345
|
|
|
|
|
|
|
| |
We no longer have a single max jpeg size for all resolution jpeg streams.
Bug: 14288983
Change-Id: I2c96d7c473901d7f419d0da9c2947fec095834a9
|
|
|
|
| |
Change-Id: I27987a75cb80c67f7e9ae71c116a26963b25eccb
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I3065c9f1d905a4e7d0bb6eef2b4556c81a0788fe
|
|/
|
|
| |
Change-Id: Ieefdc5a0f5159a3053e141075e71d268499746ed
|
|
|
|
|
|
|
| |
For HAL3.2 or above, the HAL must return the input buffer in capture result
rather than capture request.
Change-Id: I0108cda1cdf51556d7273b2c3cfbaf0e6ecd1d76
|
|
|
|
|
|
| |
Also add the manual template to the version history.
Change-Id: I0a516ccbbd3600d69217502e19b267e2d3aa60e8
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I4e36dcc4445c2fae71fe4ce22a0f3b9a28abe1c0
|
|/
|
|
| |
Change-Id: I265750ade49c63beedd3d9d0f2b8e7b3d19cc38f
|
|
|
|
| |
Change-Id: I665cf1191a1c7510671b3c171b47c167530c1067
|
|
|
|
| |
Change-Id: I7efabcba9b47846e831ffdf75ba1ea3c7e5ff629
|
|
|
|
| |
Change-Id: I4172fcdda3452eced663e332d509dea2594c1710
|
|
|
|
| |
Change-Id: I2133736b9e00b170200308982e591f311e1f04f7
|
|
|
|
|
|
|
|
|
| |
- Deprecates vendor tag specification in camera3 device.
- Moves vendor tag ops declaration to camera metadata library and
cleans up definitions.
- Updates the example HAL.
Change-Id: Ifb16bb0d4bbc896bc32d33dd150e7e174af57dad
|
|
|
|
|
| |
Bug: 12134077
Change-Id: I0681f881f41dd3ab8acab400f84c2568a97e06bc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Needed to support the real case of continuous focus giving up on a
scene for a while (say, a blank wall), during which we shouldn't claim
the lens is in motion.
Also add new states for INACTIVE to clarify it as the starting state
after mode transitions or enabling AF/AE/AWB.
Bug: 10860639
Bug: 10446772
Change-Id: Ie4c1ac73e5a9eb6d1894d83dbded49a2767a8ffd
|
|
|
|
|
|
|
| |
- Add new definition to camera_common
- Update comment in camera3.h
Change-Id: I9d8c594cfdaff40c543e8f9017091b0c06bbf022
|
|
|
|
|
|
|
|
|
| |
Flush is used to quiesce a camera device as quickly as possible, which
can be used to deal with a pathological client (requests a frame
duration of hours then dying) as well as speed up stream configuration
changes when the outstanding requests data isn't required.
Change-Id: Ie822efae8c705bd64d63c0eab7e9c291ecb570ef
|
|
|
|
|
|
|
|
|
| |
HALs seem to need to know the gralloc usage flags of the opposite
endpoint (producer/consumer) of a stream at configure time.
Instead of adding another call to pass stream information, we just
pass the usage flags in the existing usage field.
Change-Id: I745baf2c4dd9123273d811b9bd52ae68c854b70c
|
|
|
|
|
|
| |
Bug: 9075581
Change-Id: I7688cee904987f404b4ab7ff0e5212182f85a271
|
|
|
|
|
|
|
| |
Redefined somewhat from HAL2, to be simpler for everyone.
Bug: 8756080
Change-Id: I6b7608c74c06cc6a0bfe07997444e3b07c3edb10
|
|
|
|
|
|
|
|
|
|
| |
- Clarify ownership of fence file descriptors, including in case of
errors.
- Make it clear notify SHUTTER must be called before the first
process_capture_result.
Change-Id: I644054a7a055c2e8a6a164c5ab6439ef2a0d1df1
|
|
|
|
|
|
|
|
| |
Allow the HAL to split the capture result across multiple calls to
process_capture_result, so that when the sync framework cannot be
used, some output buffers can still be returned later than others.
Change-Id: Iea7f77a3d28daac3a94045ab4566f677aa53a7f9
|
|
|
|
|
|
|
|
|
| |
- Detailed documentation of the 3A state machines
(autofocus, autoexposure, auto-whitebalance)
- Add error return value for out-of-sequence device calls
- Spelling fixes
Change-Id: Icc4e1980b1ff058425a42bc665d345070944b173
|
|
|
|
|
|
|
|
|
| |
- Add explicit status to buffer, to allow simple reporting
of buffer filling failures.
- Clarify error management wording
- Clarify close() preconditions
Change-Id: I1660103aa1822d194ec0afab44e09554c1ac0782
|
|
|
|
|
|
|
|
|
|
| |
- Array of streams given to configure_streams() must be an array of
pointers to streams, to allow framework to fulfill stream structure
lifetime guarantees.
- buffer_handle_t needs extra level of indirection to match HAL1 & 2.
Change-Id: Iee071da39218a748933c3dfa7bccb66fe92c05f1
|
|
|
|
| |
Change-Id: I8cc538f82cf42972cc4d7cb155539222c41b4e0a
|
|
|
|
| |
Change-Id: I64c61687cbf5850341d9e528c47b7b4dca773546
|
|
- High-level behavior is identical to device HAL 2.0
- Interface is cleaned up and simplified greatly
Change-Id: Ia867bbf9484be2256470f4acfab7fc3d47e408f4
|