Searched refs:list_formats (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 47 int list_formats; member
|
H A D | decklink_enc.cpp | 198 " Check available formats with -list_formats 1.\n"); in decklink_setup_video() 559 ctx->list_formats = cctx->list_formats; in ff_decklink_write_header() 592 if (ctx->list_formats) { in ff_decklink_write_header()
|
H A D | decklink_enc_c.c | 32 { "list_formats", "list supported formats" , OFFSET(list_formats), AV_OPT_TYPE_INT , { .i64 = 0 }, 0, 1, ENC },
|
H A D | decklink_common.h | 132 int list_formats; member
|
H A D | decklink_dec_c.c | 34 { "list_formats", "list supported formats" , OFFSET(list_formats), AV_OPT_TYPE_INT , { .i64 = 0 }, 0, 1, DEC },
|
H A D | v4l2.c | 286 static void list_formats(AVFormatContext *ctx, int type) in list_formats() function 891 list_formats(ctx, s->list_format); in v4l2_read_header() 1110 { "list_formats", "list available formats and exit", OFFSET(list_format), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, DEC, "list_formats" }, 1111 { "all", "show all available formats", OFFSET(list_format), AV_OPT_TYPE_CONST, {.i64 = V4L_ALLFORMATS }, 0, INT_MAX, DEC, "list_formats" }, 1112 { "raw", "show only non-compressed formats", OFFSET(list_format), AV_OPT_TYPE_CONST, {.i64 = V4L_RAWFORMATS }, 0, INT_MAX, DEC, "list_formats" }, 1113 { "compressed", "show only compressed formats", OFFSET(list_format), AV_OPT_TYPE_CONST, {.i64 = V4L_COMPFORMATS }, 0, INT_MAX, DEC, "list_formats" },
|
H A D | decklink_dec.cpp | 1177 ctx->list_formats = cctx->list_formats; in ff_decklink_read_header() 1242 if (ctx->list_formats) { in ff_decklink_read_header()
|
Completed in 7 milliseconds