Lines Matching refs:hw_frames_ctx
562 AVHWFramesContext *frames_ctx = (AVHWFramesContext*)ctx->hw_frames_ctx->data;
576 ret = qsv_setup_mids(resp, ctx->hw_frames_ctx, ctx->mids_buf);
584 AVHWFramesContext *ext_frames_ctx = (AVHWFramesContext*)ctx->hw_frames_ctx->data;
647 AVHWFramesContext *hw_frames_ctx = (AVHWFramesContext*)qsv_mid->hw_frames_ref->data;
648 AVQSVFramesContext *hw_frames_hwctx = hw_frames_ctx->hwctx;
658 qsv_mid->locked_frame->format = hw_frames_ctx->sw_format;
673 qsv_mid->hw_frame->width = hw_frames_ctx->width;
674 qsv_mid->hw_frame->height = hw_frames_ctx->height;
676 qsv_mid->hw_frame->hw_frames_ctx = av_buffer_ref(qsv_mid->hw_frames_ref);
677 if (!qsv_mid->hw_frame->hw_frames_ctx)
817 AVHWFramesContext *frames_ctx = (AVHWFramesContext*)qsv_frames_ctx->hw_frames_ctx->data;
835 qsv_frames_ctx->mids_buf = qsv_create_mids(qsv_frames_ctx->hw_frames_ctx);