Home
last modified time | relevance | path

Searched refs:list_formats (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common_c.h47 int list_formats; member
H A Ddecklink_enc.cpp198 " 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 Ddecklink_enc_c.c32 { "list_formats", "list supported formats" , OFFSET(list_formats), AV_OPT_TYPE_INT , { .i64 = 0 }, 0, 1, ENC },
H A Ddecklink_common.h132 int list_formats; member
H A Ddecklink_dec_c.c34 { "list_formats", "list supported formats" , OFFSET(list_formats), AV_OPT_TYPE_INT , { .i64 = 0 }, 0, 1, DEC },
H A Dv4l2.c286 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 Ddecklink_dec.cpp1177 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