History log of /external/libxcam/modules/ocl/cl_bayer_basic_handler.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9fbfce6bd98f1d790f75215932de854892a58154 24-Nov-2017 Wind Yuan <feng.yuan@intel.com> headers: add xcam_std.h as xcam cplusplus first header

* new xcam_std.h as first header instead of xcam_utils.h
* all export headers with #include <> instead of #include ""

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h
6b5f71042b969ae41362e07660181a676685702b 15-Sep-2017 Yinhang Liu <yinhangx.liu@intel.com> standard-OCL: remove DrmBoBuffer dependency

* use VideoBuffer instead of DrmBoBuffer
* encapsulate the CLImage/CLBuffer creation function
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h
7110f89ce125e8d4dedcd585fea7b44636403400 30-Jun-2017 Yinhang Liu <yinhangx.liu@intel.com> file-path: standardize the path of header files

* add module names (e.g. ocl/isp) for headers
* correct cflags to "-I${prefix}/include/xcam -I${prefix}/include"

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h
be505049e0d0cd218324c728b840652ac54bd19f 01-Jun-2017 Wind Yuan <feng.yuan@intel.com> cl-framework: refine cl kernel handler arguments

* add cl argument class, template and array for different types
for example.
CLArgList args;
args.push_back (new CLMemArgument (cl_image));
args.push_back (new CLArgumentT<int> (1920));
* cl kernel support async mode (disable block), cl arguments
would be released by event hook.
* CLImageKernel arguments can be set by deriving <prepare_arguments> or
directly <set_arguments>. only one can work.
* CLImageHandler, all parameters should be ready in <prepare_parameters>
and released in <execute_done>
* Image input/output buffer can be found via CLImageHandler
get_input_buf ()
get_output_buf ()

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h
9d5e6a3d98eabe4727b9d8a4333ff90ef2540269 26-Jan-2017 Wind Yuan <feng.yuan@intel.com> cl-modules: obsolete unused handlers

* delete handlers never used.
cl_blc_handler
cl_wb_handler
cl_bnr_handler
cl_macc_handler
cl_snr_handler
cl_hdr_handler
* mark arguable unused handlers into obsolete without build,
may remove them anytime without notice.
cl_gamma_handler
cl_3a_stats_calculator
cl_dpc_handler
cl_ee_handler
cl_demosaic_handler
* merge cl_denoise_handler and cl_biyuv_handler into
cl_bilateral_handler

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h
f1a32a2ea07fe016eebaa47a6c1965ac367c5425 12-Jun-2016 Yinhang Liu <yinhangx.liu@intel.com> framework: adjust the code skeletons

* move 3alib to plugins/3a
* move smartlib to plugins/smart
* separate modules/isp and modules/ocl from xcore

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.h