Searched refs:list_format (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | v4l2.c | 90 int list_format; /**< Set by a private option. */ member 879 if (s->list_format) { in v4l2_read_header() 880 list_formats(ctx, s->list_format); in v4l2_read_header() 1110 …s", "list available formats and exit", OFFSET(list_format), AV_OPT_TYPE_… 1111 … "show all available formats", OFFSET(list_format), AV_OPT_TYPE_… 1112 … "show only non-compressed formats", OFFSET(list_format), AV_OPT_TYPE_… 1113 …, "show only compressed formats", OFFSET(list_format), AV_OPT_TYPE_…
|