Home
last modified time | relevance | path

Searched refs:sqd (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common_c.h55 int sqd; member
H A Ddecklink_enc_c.c53 { "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 Ddecklink_common.cpp228 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 Dconstants-s390.h239 V(sqd, SQD, 0xED35) /* type = RXE SQUARE ROOT (long HFP) */ \

Completed in 6 milliseconds