diff options
author | Umang Jain <email@uajain.com> | 2020-10-16 11:07:53 +0530 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-10-16 10:22:33 +0100 |
commit | 3d946a2e609ced0331563558e120361f153ef442 (patch) | |
tree | aab7a8cb6d9b8ad3e4da595dd560a278fc3ffa8b /include/android/metadata/system | |
parent | 4221ffbc4bfd107fbddb8257de951ecef4aded3f (diff) |
android: post_processor: Introduce a PostProcessor interface
Introduce a PostProcessor interface for the streams that require any
kind of processing (refer to CameraStream::Type) for their consumption
by the HAL layer. The PostProcessor interface can be configured via
configure() and the actual processing can be initiated using process().
The post-processing layer can be extended to have multiple post
processors for various stream configurations. As of now, we only have
one post processor (JPEG), hence the subsequent commit will port its
function to this interface.
Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'include/android/metadata/system')
0 files changed, 0 insertions, 0 deletions