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.cpp
|
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.cpp
|
070c759652e89dbfb5e455c4f1ba18d62cbb2840 |
|
13-Apr-2017 |
Yinhang Liu <yinhangx.liu@intel.com> |
ocl-profiling: fix profiling variables uninitialized * add macro for default duration of frame number: XCAM_OBJ_DUR_FRAME_NUM Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.cpp
|
024a2343d0f365e73fbfbea44ac0a5c2bc8cef40 |
|
27-Feb-2017 |
Yinhang Liu <yinhangx.liu@intel.com> |
log: fix spelling errors/typos Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/modules/ocl/cl_bayer_basic_handler.cpp
|
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.cpp
|