Searched refs:ff_parse_pixel_format (Results 1 – 3 of 3) sorted by relevance
87 if ((ret = ff_parse_pixel_format(&s->formats[i], cur, ctx)) < 0) in init()
161 int ff_parse_pixel_format(enum AVPixelFormat *ret, const char *arg, void *log_ctx);
618 int ff_parse_pixel_format(enum AVPixelFormat *ret, const char *arg, void *log_ctx) in ff_parse_pixel_format() function