Home
last modified time | relevance | path

Searched refs:level_a (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common_c.h56 int level_a; member
H A Ddecklink_enc_c.c57 { "level_a" , "set SMPTE LevelA" , OFFSET(level_a) , AV_OPT_TYPE_INT, { .i64 = -1 }, -1,1, ENC, "level_a"},
58 { "unset" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = -1 }, 0, 0, ENC, "level_a"},
59 { "false" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = 0 }, 0, 0, ENC, "level_a"},
60 { "true" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = 1 }, 0, 0, ENC, "level_a"},
H A Ddecklink_common.cpp237 if (direction == DIRECTION_OUT && cctx->level_a >= 0) { in ff_decklink_set_configs()
244 res = ctx->cfg->SetFlag(bmdDeckLinkConfigSMPTELevelAOutput, cctx->level_a); in ff_decklink_set_configs()

Completed in 2 milliseconds