Home
last modified time | relevance | path

Searched refs:get_cl_context (Results 1 – 7 of 7) sorted by relevance

/external/libxcam/modules/ocl/
Dcv_context.h40 SmartPtr<CLContext> get_cl_context () { in get_cl_context() function
Dcl_csc_image_processor.cpp42 SmartPtr<CLContext> context = get_cl_context (); in create_handlers()
Dcl_image_processor.h65 SmartPtr<CLContext> get_cl_context ();
Dcl_image_processor.cpp128 CLImageProcessor::get_cl_context () in get_cl_context() function in XCam::CLImageProcessor
Dcl_3a_image_processor.cpp285 SmartPtr<CLContext> context = get_cl_context (); in create_handlers()
Dcl_post_image_processor.cpp236 SmartPtr<CLContext> context = get_cl_context (); in create_handlers()
Dcv_feature_match.cpp47 SmartPtr<CLBuffer> cl_buffer = convert_to_clbuffer (_cv_context->get_cl_context (), buffer); in get_crop_image()