/third_party/ffmpeg/libavfilter/ |
H A D | src_avsynctest.c | 288 ff_fill_rectangle(&s->draw, &s->bg, out->data, out->linesize, 0, 0, w, h); in video_frame() 319 ff_fill_rectangle(&s->draw, &s->fg, out->data, out->linesize, in video_frame() 335 ff_fill_rectangle(&s->draw, &s->fg, out->data, out->linesize, in video_frame() 345 ff_fill_rectangle(&s->draw, &s->fg, out->data, out->linesize, in video_frame()
|
H A D | vf_tpad.c | 98 ff_fill_rectangle(&s->draw, &s->color, in activate() 150 ff_fill_rectangle(&s->draw, &s->color, in activate()
|
H A D | vf_pad.c | 381 ff_fill_rectangle(&s->draw, &s->color, in filter_frame() 388 ff_fill_rectangle(&s->draw, &s->color, in filter_frame() 394 ff_fill_rectangle(&s->draw, &s->color, out->data, out->linesize, in filter_frame() 404 ff_fill_rectangle(&s->draw, &s->color, out->data, out->linesize, in filter_frame()
|
H A D | drawutils.h | 112 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color,
|
H A D | vf_tile.c | 166 ff_fill_rectangle(&tile->draw, &tile->blank, in draw_blank_frame() 214 ff_fill_rectangle(&tile->draw, &tile->blank, in filter_frame()
|
H A D | vf_datascope.c | 205 ff_fill_rectangle(&s->draw, &color, out->data, out->linesize, in filter_color2() 327 ff_fill_rectangle(&s->draw, &s->black, out->data, out->linesize, in filter_frame() 356 ff_fill_rectangle(&s->draw, &s->gray, out->data, out->linesize, in filter_frame() 365 ff_fill_rectangle(&s->draw, &s->gray, out->data, out->linesize, in filter_frame() 627 ff_fill_rectangle(&s->draw, &color, out->data, out->linesize, in pixscope_filter_frame() 1063 ff_fill_rectangle(&s->draw, &s->gray, frame->data, frame->linesize, in oscilloscope_filter_frame() 1067 ff_fill_rectangle(&s->draw, &s->gray, frame->data, frame->linesize, in oscilloscope_filter_frame() 1072 ff_fill_rectangle(&s->draw, &s->gray, frame->data, frame->linesize, in oscilloscope_filter_frame() 1076 ff_fill_rectangle(&s->draw, &s->gray, frame->data, frame->linesize, in oscilloscope_filter_frame()
|
H A D | vsrc_testsrc.c | 213 ff_fill_rectangle(&test->draw, &test->color, in color_fill_picture() 762 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 784 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 816 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 846 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 849 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 852 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 895 ff_fill_rectangle(&s->draw, &color, frame->data, frame->linesize, in test2_fill_picture() 1999 ff_fill_rectangle(&test->draw, &color, frame->data, frame->linesize, in colorchart_fill_picture()
|
H A D | vf_shear.c | 237 ff_fill_rectangle(&s->draw, &s->color, out->data, out->linesize, in filter_frame()
|
H A D | vf_stack.c | 185 ff_fill_rectangle(&s->draw, &s->color, out->data, out->linesize, in process_frame()
|
H A D | drawutils.c | 234 void ff_fill_rectangle(FFDrawContext *draw, FFDrawColor *color, in ff_fill_rectangle() function
|
H A D | vf_tinterlace.c | 235 ff_fill_rectangle(&tinterlace->draw, &tinterlace->color, tinterlace->black_data, in config_out_props()
|
H A D | vf_rotate.c | 531 ff_fill_rectangle(&rot->draw, &rot->color, out->data, out->linesize, in filter_frame()
|