Lines Matching defs:support
139 av_log(avctx, AV_LOG_ERROR, "Device does not support selected %s input.\n", type_name);
266 DECKLINK_BOOL support;
268 BMDDisplayModeSupport support;
335 &actualMode, &support) != S_OK || !support || ctx->bmd_mode != actualMode)
341 &actualMode, &support) != S_OK || !support || ctx->bmd_mode != actualMode)
349 &support) != S_OK)
355 &actualMode, &support) != S_OK || !support || ctx->bmd_mode != actualMode) {
360 if (support)
366 &support, NULL) != S_OK)
371 &support, NULL) != S_OK || support != bmdDisplayModeSupported) {
375 &support, NULL) != S_OK) {
382 if (support == bmdDisplayModeSupported)