Lines Matching refs:result
142 virtual HRESULT STDMETHODCALLTYPE ScheduledFrameCompleted(IDeckLinkVideoFrame *_frame, BMDOutputFrameCompletionResult result)
382 int result = ctx->dlo->CreateAncillaryData(bmdFormat10BitYUV, &vanc);
383 if (result != S_OK) {
403 result = vanc->GetBufferForVerticalBlankingLine(real_line, &buf);
404 if (result != S_OK) {
405 av_log(avctx, AV_LOG_ERROR, "Failed to get VANC line %d: %d", real_line, result);
410 result = klvanc_generate_vanc_line_v210(ctx->vanc_ctx, line, (uint8_t *) buf,
412 if (result) {
418 result = frame->SetAncillaryData(vanc);
420 if (result != S_OK) {
421 av_log(avctx, AV_LOG_ERROR, "Failed to set vanc: %d", result);