Searched refs:cv_trans_func (Results 1 – 10 of 10) sorted by relevance
139 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()
101 GstOpencvVideoFilterTransformFunc cv_trans_func; member
97 gstopencvbasefilter_class->cv_trans_func = gst_cv_equalize_hist_transform; in gst_cv_equalize_hist_class_init()
145 gstopencvbasefilter_class->cv_trans_func = gst_edge_detect_transform; in gst_edge_detect_class_init()
142 gstopencvbasefilter_class->cv_trans_func = gst_cv_sobel_transform; in gst_cv_sobel_class_init()
145 gstopencvbasefilter_class->cv_trans_func = gst_cv_laplace_transform; in gst_cv_laplace_class_init()
152 opencvfilter_class->cv_trans_func = gst_camera_undistort_transform_frame; in gst_camera_undistort_class_init()
150 gstopencvbasefilter_class->cv_trans_func = gst_skin_detect_transform; in gst_skin_detect_class_init()
193 cvfilter_class->cv_trans_func = in gst_dewarp_class_init()
85332 No need to get a writable buffer inside cv_trans_func of opencv video