Home
last modified time | relevance | path

Searched refs:ff_parse_pixel_format (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_format.c87 if ((ret = ff_parse_pixel_format(&s->formats[i], cur, ctx)) < 0) in init()
Dinternal.h161 int ff_parse_pixel_format(enum AVPixelFormat *ret, const char *arg, void *log_ctx);
Dformats.c618 int ff_parse_pixel_format(enum AVPixelFormat *ret, const char *arg, void *log_ctx) in ff_parse_pixel_format() function