Lines Matching refs:ctx
263 int ff_qsv_find_surface_idx(QSVFramesContext *ctx, QSVFrame *frame)
266 for (i = 0; i < ctx->nb_mids; i++) {
267 QSVMid *mid = &ctx->mids[i];
550 QSVFramesContext *ctx = pthis;
562 AVHWFramesContext *frames_ctx = (AVHWFramesContext*)ctx->hw_frames_ctx->data;
569 av_log(ctx->logctx, AV_LOG_ERROR, "Mismatching surface properties in an "
576 ret = qsv_setup_mids(resp, ctx->hw_frames_ctx, ctx->mids_buf);
578 av_log(ctx->logctx, AV_LOG_ERROR,
584 AVHWFramesContext *ext_frames_ctx = (AVHWFramesContext*)ctx->hw_frames_ctx->data;
608 av_log(ctx->logctx, AV_LOG_ERROR,
625 av_log(ctx->logctx, AV_LOG_ERROR,