android: jpeg: Introduce a simple image thumbnailer
Add a basic image Thumbnailer class for the frames being captured. Currently, the thumbnailer can scale NV12 frames. It shall be used to generate a thumbnail image for EXIF metadata, in the subsequent commit. Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
25202dbb7e
commit
f0421988dc
3 changed files with 149 additions and 0 deletions
|
@ -25,6 +25,7 @@ android_hal_sources = files([
|
|||
'jpeg/encoder_libjpeg.cpp',
|
||||
'jpeg/exif.cpp',
|
||||
'jpeg/post_processor_jpeg.cpp',
|
||||
'jpeg/thumbnailer.cpp',
|
||||
])
|
||||
|
||||
android_camera_metadata_sources = files([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue