Lines Matching refs:hwctx

44     vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
90 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
104 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
112 vaDestroyBuffer(ctx->hwctx->display,
133 vas = vaDestroyBuffer(ctx->hwctx->display,
143 vas = vaDestroyBuffer(ctx->hwctx->display,
163 vas = vaBeginPicture(ctx->hwctx->display, ctx->va_context,
172 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context,
181 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context,
190 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context);
195 if (CONFIG_VAAPI_1 || ctx->hwctx->driver_quirks &
202 if (CONFIG_VAAPI_1 || ctx->hwctx->driver_quirks &
210 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context);
285 AVVAAPIDeviceContext *hwctx = device->hwctx;
295 vas = vaQuerySurfaceAttributes(hwctx->display, config_id,
307 vas = vaQuerySurfaceAttributes(hwctx->display, config_id,
356 AVVAAPIFramesContext *avfc = frames->hwctx;
441 AVVAAPIDeviceContext *hwctx = device->hwctx;
449 profile_count = vaMaxNumProfiles(hwctx->display);
457 vas = vaQueryConfigProfiles(hwctx->display,
521 vas = vaCreateConfig(hwctx->display, matched_va_profile,
605 vaDestroyConfig(hwctx->display, *va_config);
617 AVVAAPIDeviceContext *hwctx;
623 hwctx = device_ctx->hwctx;
631 vaDestroyConfig(hwctx->display, va_config);
650 ctx->hwfc = ctx->frames->hwctx;
652 ctx->hwctx = ctx->device->hwctx;
659 vas = vaCreateContext(ctx->hwctx->display, ctx->va_config,
688 vas = vaDestroyContext(ctx->hwctx->display, ctx->va_context);
696 vas = vaDestroyConfig(ctx->hwctx->display, ctx->va_config);