Searched refs:sqd (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_common_c.h | 55 int sqd; member
|
H A D | decklink_enc_c.c | 53 { "sqd" , "set Square Division" , OFFSET(sqd) , AV_OPT_TYPE_INT, { .i64 = -1 }, -1,1, ENC, "sqd"}, 54 { "unset" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = -1 }, 0, 0, ENC, "sqd"}, 55 { "false" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = 0 }, 0, 0, ENC, "sqd"}, 56 { "true" , NULL , 0 , AV_OPT_TYPE_CONST , { .i64 = 1 }, 0, 0, ENC, "sqd"},
|
H A D | decklink_common.cpp | 228 if (ctx->link == bmdLinkConfigurationQuadLink && cctx->sqd >= 0) { in ff_decklink_set_configs() 229 res = ctx->cfg->SetFlag(bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit, cctx->sqd); in ff_decklink_set_configs()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 239 V(sqd, SQD, 0xED35) /* type = RXE SQUARE ROOT (long HFP) */ \
|
Completed in 9 milliseconds