Lines Matching refs:hw_frames_ctx
244 if (avctx->hw_frames_ctx) {
245 AVHWFramesContext *frames_ctx = (AVHWFramesContext*)avctx->hw_frames_ctx->data;
274 ctx->hw_frames_ctx = av_buffer_ref(avctx->hw_frames_ctx);
275 if (!ctx->hw_frames_ctx)
357 if (ctx->hw_frames_ctx)
358 pix_fmt = ((AVHWFramesContext*)ctx->hw_frames_ctx->data)->sw_format;
393 av_buffer_unref(&ctx->hw_frames_ctx);
626 av_assert0(frame->hw_frames_ctx && ctx->hw_frames_ctx &&
627 frame->hw_frames_ctx->data == ctx->hw_frames_ctx->data);