android: jpeg: Add JEA implementation
This patch adds JEA implementation to replace libjpeg in CrOS platform, where hardware accelerator is available. Signed-off-by: Harvey Yang <chenghaoyang@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
8702b9dac7
commit
2403f5141f
@@ -8,9 +8,11 @@
|
||||
#include <cros-camera/cros_camera_hal.h>
|
||||
|
||||
#include "../camera_hal_manager.h"
|
||||
#include "../cros_mojo_token.h"
|
||||
|
||||
static void set_up([[maybe_unused]] cros::CameraMojoChannelManagerToken *token)
|
||||
static void set_up(cros::CameraMojoChannelManagerToken *token)
|
||||
{
|
||||
gCrosMojoToken = token;
|
||||
}
|
||||
|
||||
static void tear_down()
|
||||
|
||||
Reference in New Issue
Block a user