Searched refs:outimg (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libopencv.c | 73 void (*end_frame_filter)(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg); 126 static void smooth_end_frame_filter(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg) in smooth_end_frame_filter() argument 130 cvSmooth(inimg, outimg, smooth->type, smooth->param1, smooth->param2, smooth->param3, smooth->param4); in smooth_end_frame_filter() 304 static void dilate_end_frame_filter(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg) in dilate_end_frame_filter() argument 308 cvDilate(inimg, outimg, dilate->kernel, dilate->nb_iterations); in dilate_end_frame_filter() 311 static void erode_end_frame_filter(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg) in erode_end_frame_filter() argument 315 cvErode(inimg, outimg, dilate->kernel, dilate->nb_iterations); in erode_end_frame_filter() 323 void (*end_frame_filter)(AVFilterContext *ctx, IplImage *inimg, IplImage *outimg); 373 IplImage inimg, outimg; in filter_frame() local 383 fill_iplimage_from_frame(&outimg, ou in filter_frame() [all...] |
Completed in 2 milliseconds