Home
last modified time | relevance | path

Searched refs:cv_trans_func (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvvideofilter.cpp139 g_return_val_if_fail (fclass->cv_trans_func != NULL, GST_FLOW_ERROR); in gst_opencv_video_filter_transform_frame()
145 ret = fclass->cv_trans_func (transform, inframe->buffer, transform->cvImage, in gst_opencv_video_filter_transform_frame()
Dgstopencvvideofilter.h101 GstOpencvVideoFilterTransformFunc cv_trans_func; member
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvequalizehist.cpp97 gstopencvbasefilter_class->cv_trans_func = gst_cv_equalize_hist_transform; in gst_cv_equalize_hist_class_init()
Dgstedgedetect.cpp145 gstopencvbasefilter_class->cv_trans_func = gst_edge_detect_transform; in gst_edge_detect_class_init()
Dgstcvsobel.cpp142 gstopencvbasefilter_class->cv_trans_func = gst_cv_sobel_transform; in gst_cv_sobel_class_init()
Dgstcvlaplace.cpp145 gstopencvbasefilter_class->cv_trans_func = gst_cv_laplace_transform; in gst_cv_laplace_class_init()
Dgstcameraundistort.cpp152 opencvfilter_class->cv_trans_func = gst_camera_undistort_transform_frame; in gst_camera_undistort_class_init()
Dgstskindetect.cpp150 gstopencvbasefilter_class->cv_trans_func = gst_skin_detect_transform; in gst_skin_detect_class_init()
Dgstdewarp.cpp193 cvfilter_class->cv_trans_func = in gst_dewarp_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog85332 No need to get a writable buffer inside cv_trans_func of opencv video