Searched refs:av_image_fill_max_pixsteps (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 122 av_image_fill_max_pixsteps(max_step, NULL, desc); in av_picture_crop() 159 av_image_fill_max_pixsteps(max_step, NULL, desc); in av_picture_pad()
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.h | 50 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
|
D | imgutils.c | 35 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], in av_image_fill_max_pixsteps() function 85 av_image_fill_max_pixsteps(max_step, max_step_comp, desc); in av_image_get_linesize() 101 av_image_fill_max_pixsteps(max_step, max_step_comp, desc); in av_image_fill_linesizes()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_untile.c | 104 av_image_fill_max_pixsteps(s->max_step, NULL, s->desc); in config_output()
|
D | vf_hflip.c | 136 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_props()
|
D | vf_cropdetect.c | 145 av_image_fill_max_pixsteps(s->max_pixsteps, NULL, desc); in config_input()
|
D | vf_swaprect.c | 211 av_image_fill_max_pixsteps(s->pixsteps, NULL, s->desc); in config_input()
|
D | vf_crop.c | 154 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_input()
|
D | vf_transpose.c | 209 av_image_fill_max_pixsteps(s->pixsteps, NULL, desc_out); in config_props_output()
|
D | vf_overlay.c | 279 av_image_fill_max_pixsteps(s->overlay_pix_step, NULL, pix_desc); in config_input_overlay() 873 av_image_fill_max_pixsteps(s->main_pix_step, NULL, pix_desc); in config_input_main()
|
D | vf_stereo3d.c | 591 av_image_fill_max_pixsteps(s->pixstep, NULL, desc); in config_output()
|