From b2b8c4dc941b979ddf5e9013530e76c67e6a12fe Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Fri, 16 Oct 2020 11:07:54 +0530 Subject: android: jpeg: Port to PostProcessor interface Port the CameraStream's JPEG-encoding bits to PostProcessorJpeg. This encapsulates the encoder and EXIF generation code into the PostProcessorJpeg layer and removes these specifics related to JPEG, from the CameraStream itself. Signed-off-by: Umang Jain Tested-by: Kieran Bingham Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham Change-Id: Id9e6e9b2bec83493a90e5e126298a2bb2ed2232a --- src/android/camera_device.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/android/camera_device.cpp') diff --git a/src/android/camera_device.cpp b/src/android/camera_device.cpp index 09832329..d706cf4a 100644 --- a/src/android/camera_device.cpp +++ b/src/android/camera_device.cpp @@ -7,6 +7,7 @@ #include "camera_device.h" #include "camera_ops.h" +#include "post_processor.h" #include #include -- cgit v1.2.1