Lines Matching refs:ctx
44 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles)
50 if (!ctx)
55 pscreen = VL_VA_PSCREEN(ctx);
75 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
81 if (!ctx)
97 pscreen = VL_VA_PSCREEN(ctx);
107 assert(*num_entrypoints <= ctx->max_entrypoints);
113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
119 if (!ctx)
122 pscreen = VL_VA_PSCREEN(ctx);
235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
244 if (!ctx)
247 drv = VL_VA_DRIVER(ctx);
300 pscreen = VL_VA_PSCREEN(ctx);
385 vlVaDestroyConfig(VADriverContextP ctx, VAConfigID config_id)
390 if (!ctx)
393 drv = VL_VA_DRIVER(ctx);
414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
420 if (!ctx)
423 drv = VL_VA_DRIVER(ctx);