Home
last modified time | relevance | path

Searched refs:create_cl_video_stab_handler (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_video_stabilizer.h123 create_cl_video_stab_handler (const SmartPtr<CLContext> &context);
Dcl_video_stabilizer.cpp316 create_cl_video_stab_handler (const SmartPtr<CLContext> &context) in create_cl_video_stab_handler() function
Dcl_post_image_processor.cpp391 image_handler = create_cl_video_stab_handler (context); in create_handlers()
/external/libxcam/tests/
Dtest-video-stabilization.cpp172 video_stab = create_cl_video_stab_handler (context).dynamic_cast_ptr<CLVideoStabilizer> (); in main()