Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp354 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()
Dgstxcamfilter.h84 gboolean enable_stitch; member
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp514 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()
Dcl_post_image_processor.h97 … bool enable_stitch, bool enable_seam, CLBlenderScaleMode scale_mode, bool enable_fisheye_map,