Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-image-stitching.cpp197 bool fm_ocl = false; in main() local
303 fm_ocl = (strcasecmp (optarg, "true") == 0 ? true : false); in main()
394 printf ("feature match ocl:\t%s\n", fm_ocl ? "true" : "false"); in main()
411 image_360->set_feature_match_ocl (fm_ocl); in main()
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp515 bool lsc, bool fm_ocl, uint32_t stitch_width, uint32_t stitch_height, uint32_t res_mode) in set_image_stitch() argument
533 _stitch_fm_ocl = fm_ocl; in set_image_stitch()
535 XCAM_UNUSED (fm_ocl); in set_image_stitch()
Dcl_post_image_processor.h98 bool lsc, bool fm_ocl, uint32_t stitch_width, uint32_t stitch_height, uint32_t res_mode);
Dcl_image_360_stitch.cpp374 CLImage360Stitch::set_feature_match_ocl (bool fm_ocl) in set_feature_match_ocl() argument
378 _feature_match[i]->set_ocl (fm_ocl); in set_feature_match_ocl()
381 XCAM_UNUSED (fm_ocl); in set_feature_match_ocl()