Lines Matching defs:vas

46     VAStatus vas;
60 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
63 if (vas != VA_STATUS_SUCCESS) {
66 type, vas, vaErrorStr(vas));
71 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
74 if (vas != VA_STATUS_SUCCESS) {
77 type, vas, vaErrorStr(vas));
92 VAStatus vas;
101 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
103 if (vas != VA_STATUS_SUCCESS) {
105 "(type %d): %d (%s).\n", type, vas, vaErrorStr(vas));
142 VAStatus vas;
157 vas = vaSyncBuffer(ctx->hwctx->display,
160 if (vas != VA_STATUS_SUCCESS) {
162 "%d (%s).\n", vas, vaErrorStr(vas));
168 vas = vaSyncSurface(ctx->hwctx->display, pic->input_surface);
169 if (vas != VA_STATUS_SUCCESS) {
171 "%d (%s).\n", vas, vaErrorStr(vas));
270 VAStatus vas;
583 vas = vaBeginPicture(ctx->hwctx->display, ctx->va_context,
585 if (vas != VA_STATUS_SUCCESS) {
587 "%d (%s).\n", vas, vaErrorStr(vas));
592 vas = vaRenderPicture(ctx->hwctx->display, ctx->va_context,
594 if (vas != VA_STATUS_SUCCESS) {
596 "%d (%s).\n", vas, vaErrorStr(vas));
601 vas = vaEndPicture(ctx->hwctx->display, ctx->va_context);
602 if (vas != VA_STATUS_SUCCESS) {
604 "%d (%s).\n", vas, vaErrorStr(vas));
618 vas = vaDestroyBuffer(ctx->hwctx->display,
620 if (vas != VA_STATUS_SUCCESS) {
623 pic->param_buffers[i], vas, vaErrorStr(vas));
658 VAStatus vas;
668 vas = vaMapBuffer(ctx->hwctx->display, pic->output_buffer,
670 if (vas != VA_STATUS_SUCCESS) {
672 "%d (%s).\n", vas, vaErrorStr(vas));
699 vas = vaUnmapBuffer(ctx->hwctx->display, pic->output_buffer);
700 if (vas != VA_STATUS_SUCCESS) {
702 "%d (%s).\n", vas, vaErrorStr(vas));
1337 VAStatus vas;
1382 vas = vaQueryConfigProfiles(ctx->hwctx->display, va_profiles, &n);
1383 if (vas != VA_STATUS_SUCCESS) {
1385 vas, vaErrorStr(vas));
1442 vas = vaQueryConfigEntrypoints(ctx->hwctx->display, ctx->va_profile,
1444 if (vas != VA_STATUS_SUCCESS) {
1447 ctx->va_profile, vas, vaErrorStr(vas));
1494 vas = vaGetConfigAttributes(ctx->hwctx->display,
1497 if (vas != VA_STATUS_SUCCESS) {
1499 "config attribute: %d (%s).\n", vas, vaErrorStr(vas));
1566 VAStatus vas;
1569 vas = vaGetConfigAttributes(ctx->hwctx->display,
1572 if (vas != VA_STATUS_SUCCESS) {
1574 "config attribute: %d (%s).\n", vas, vaErrorStr(vas));
1888 VAStatus vas;
1897 vas = vaGetConfigAttributes(ctx->hwctx->display,
1901 if (vas != VA_STATUS_SUCCESS) {
1904 "config attribute: %d (%s).\n", vas, vaErrorStr(vas));
1943 VAStatus vas;
1948 vas = vaGetConfigAttributes(ctx->hwctx->display,
1952 if (vas != VA_STATUS_SUCCESS) {
1954 "attribute: %d (%s).\n", vas, vaErrorStr(vas));
1972 vas = vaGetConfigAttributes(ctx->hwctx->display,
1976 if (vas != VA_STATUS_SUCCESS) {
1978 "attribute: %d (%s).\n", vas, vaErrorStr(vas));
2176 VAStatus vas;
2201 vas = vaGetConfigAttributes(ctx->hwctx->display,
2205 if (vas != VA_STATUS_SUCCESS) {
2207 "attributes: %d (%s).\n", vas, vaErrorStr(vas));
2261 VAStatus vas;
2264 vas = vaGetConfigAttributes(ctx->hwctx->display,
2268 if (vas != VA_STATUS_SUCCESS) {
2270 "attribute: %d (%s).\n", vas, vaErrorStr(vas));
2322 VAStatus vas;
2326 vas = vaGetConfigAttributes(ctx->hwctx->display,
2330 if (vas != VA_STATUS_SUCCESS) {
2332 "config attribute: %d (%s).\n", vas, vaErrorStr(vas));
2369 VAStatus vas;
2372 vas = vaGetConfigAttributes(ctx->hwctx->display,
2376 if (vas != VA_STATUS_SUCCESS) {
2378 "config attribute: %d (%s).\n", vas, vaErrorStr(vas));
2418 VAStatus vas;
2425 vas = vaCreateBuffer(ctx->hwctx->display, ctx->va_context,
2429 if (vas != VA_STATUS_SUCCESS) {
2431 "output buffer: %d (%s).\n", vas, vaErrorStr(vas));
2541 VAStatus vas;
2625 vas = vaCreateConfig(ctx->hwctx->display,
2629 if (vas != VA_STATUS_SUCCESS) {
2631 "configuration: %d (%s).\n", vas, vaErrorStr(vas));
2641 vas = vaCreateContext(ctx->hwctx->display, ctx->va_config,
2647 if (vas != VA_STATUS_SUCCESS) {
2649 "context: %d (%s).\n", vas, vaErrorStr(vas));
2722 vas = vaSyncBuffer(ctx->hwctx->display, VA_INVALID_ID, 0);
2723 if (vas != VA_STATUS_ERROR_UNIMPLEMENTED) {