Lines Matching defs:attr
105 IDeckLinkProfileAttributes *attr;
107 if (dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&attr) != S_OK)
109 hr = attr->GetString(cfg_id, &tmp);
110 attr->Release();
133 res = ctx->attr->GetInt(attr_id, &supported_connections);
178 if (ctx->attr->GetFlag(BMDDeckLinkSupportsDuplexModeConfiguration, &duplex_supported) != S_OK)
240 if (ctx->attr->GetFlag(BMDDeckLinkSupportsSMPTELevelAOutput, &level_a_supported) != S_OK)
547 if (ctx->attr)
548 ctx->attr->Release();
589 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&ctx->attr) != S_OK) {