Searched refs:av_image_fill_max_pixsteps (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.h | 52 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
|
H A 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/ |
H A D | vf_hflip.c | 73 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_props()
|
H A D | vf_untile.c | 99 av_image_fill_max_pixsteps(s->max_step, NULL, s->desc); in config_output()
|
H A D | vf_cropdetect.c | 137 av_image_fill_max_pixsteps(s->max_pixsteps, NULL, desc); in config_input()
|
H A D | vf_siti.c | 116 av_image_fill_max_pixsteps(max_pixsteps, NULL, desc); in config_input()
|
H A D | vf_swaprect.c | 202 av_image_fill_max_pixsteps(s->pixsteps, NULL, s->desc); in config_input()
|
H A D | vf_crop.c | 150 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_input()
|
H A D | vf_transpose.c | 209 av_image_fill_max_pixsteps(s->pixsteps, NULL, desc_out); in config_props_output()
|
H A D | vf_feedback.c | 84 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_input()
|
H A D | vf_overlay.c | 279 av_image_fill_max_pixsteps(s->overlay_pix_step, NULL, pix_desc); in config_input_overlay() 875 av_image_fill_max_pixsteps(s->main_pix_step, NULL, pix_desc); in config_input_main()
|
H A D | vf_stereo3d.c | 587 av_image_fill_max_pixsteps(s->pixstep, NULL, desc); in config_output()
|
Completed in 11 milliseconds