Searched refs:level_a (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 56 int level_a; member
|
H A D | decklink_enc_c.c | 57 { "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 D | decklink_common.cpp | 237 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