Searched refs:enable_stitch (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/wrapper/gstreamer/ |
D | gstxcamfilter.cpp | 354 xcamfilter->enable_stitch = DEFAULT_PROP_ENABLE_IMAGE_STITCH; in gst_xcam_filter_init() 412 xcamfilter->enable_stitch = g_value_get_boolean (value); in gst_xcam_filter_set_property() 468 g_value_set_boolean (value, xcamfilter->enable_stitch); in gst_xcam_filter_get_property() 635 if (xcamfilter->enable_stitch) { in gst_xcam_filter_transform_caps() 672 if (xcamfilter->enable_stitch) { in gst_xcam_filter_transform_caps() 735 if (xcamfilter->enable_stitch) { in gst_xcam_filter_set_caps() 737 … xcamfilter->enable_stitch, xcamfilter->stitch_enable_seam, xcamfilter->stitch_scale_mode, in gst_xcam_filter_set_caps()
|
D | gstxcamfilter.h | 84 gboolean enable_stitch; member
|
/external/libxcam/modules/ocl/ |
D | cl_post_image_processor.cpp | 514 bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map, in set_image_stitch() argument 519 _enable_stitch = enable_stitch; in set_image_stitch() 520 if (enable_stitch) in set_image_stitch()
|
D | cl_post_image_processor.h | 97 … bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map,
|