Lines Matching defs:line
365 av_log(avctx, AV_LOG_ERROR, "VANC line insertion failed\n");
392 struct klvanc_line_s *line = vanc_lines.lines[i];
396 if (!line)
400 line numbers for pSF frames */
401 real_line = line->line_number;
405 av_log(avctx, AV_LOG_ERROR, "Failed to get VANC line %d: %d", real_line, result);
409 /* Generate the full line taking into account all VANC packets on that line */
410 result = klvanc_generate_vanc_line_v210(ctx->vanc_ctx, line, (uint8_t *) buf,
413 av_log(avctx, AV_LOG_ERROR, "Failed to generate VANC line\n");