Home
last modified time | relevance | path

Searched refs:av_image_fill_max_pixsteps (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimgconvert.c122 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/
Dimgutils.h50 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
Dimgutils.c35 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/
Dvf_untile.c104 av_image_fill_max_pixsteps(s->max_step, NULL, s->desc); in config_output()
Dvf_hflip.c136 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_props()
Dvf_cropdetect.c145 av_image_fill_max_pixsteps(s->max_pixsteps, NULL, desc); in config_input()
Dvf_swaprect.c211 av_image_fill_max_pixsteps(s->pixsteps, NULL, s->desc); in config_input()
Dvf_crop.c154 av_image_fill_max_pixsteps(s->max_step, NULL, pix_desc); in config_input()
Dvf_transpose.c209 av_image_fill_max_pixsteps(s->pixsteps, NULL, desc_out); in config_props_output()
Dvf_overlay.c279 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()
Dvf_stereo3d.c591 av_image_fill_max_pixsteps(s->pixstep, NULL, desc); in config_output()