Searched refs:ff_load_image (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | lavfutils.h | 40 int ff_load_image(uint8_t *data[4], int linesize[4],
|
D | lavfutils.c | 25 int ff_load_image(uint8_t *data[4], int linesize[4], in ff_load_image() function
|
D | vf_cover_rect.c | 219 if ((ret = ff_load_image(cover->cover_frame->data, cover->cover_frame->linesize, in init()
|
D | vf_find_rect.c | 255 if ((ret = ff_load_image(foc->obj_frame->data, foc->obj_frame->linesize, in init()
|
D | vf_removelogo.c | 224 if ((ret = ff_load_image(src_data, src_linesize, w, h, &pix_fmt, filename, log_ctx)) < 0) in load_mask()
|
D | avf_showcqt.c | 410 if ((ret = ff_load_image(tmp_data, tmp_linesize, &tmp_w, &tmp_h, &tmp_format, in init_axis_from_file()
|