Lines Matching refs:hw_frame
661 qsv_mid->hw_frame = av_frame_alloc();
662 if (!qsv_mid->hw_frame)
665 qsv_mid->hw_frame->data[3] = (uint8_t*)&qsv_mid->surf;
666 qsv_mid->hw_frame->format = AV_PIX_FMT_QSV;
669 qsv_mid->hw_frame->buf[0] = av_buffer_alloc(1);
670 if (!qsv_mid->hw_frame->buf[0])
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)
684 ret = av_hwframe_map(qsv_mid->locked_frame, qsv_mid->hw_frame,
696 av_frame_free(&qsv_mid->hw_frame);
706 av_frame_free(&qsv_mid->hw_frame);