Home | History | Annotate | Download | only in src

Lines Matching refs:vret

172 	VAStatus vret = VA_STATUS_SUCCESS;
284 vret = vaQueryConfigProfiles(vadisplay, profiles,
286 if (!(vret == VA_STATUS_SUCCESS))
381 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
383 if (!(vret == VA_STATUS_SUCCESS))
407 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
415 vret != VA_STATUS_SUCCESS)
423 vret = vaCreateConfig(vadisplay, profiles[vaprof],
426 if (!(vret == VA_STATUS_SUCCESS))
473 vret = vaCreateSurfaces(vadisplay, (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16,
477 if (!(vret == VA_STATUS_SUCCESS))
514 vret = vaCreateContext(vadisplay, parent->va_config,
518 if (!(vret == VA_STATUS_SUCCESS))
1025 VAStatus vret = VA_STATUS_SUCCESS;
1142 vret = vaCreateBuffer(vadisplay, vacontext,
1150 if (vret != VA_STATUS_SUCCESS)
1161 vret = vaCreateBuffer(vadisplay, vacontext,
1169 if (vret != VA_STATUS_SUCCESS)
1237 vret = vaCreateBuffer(vadisplay, vacontext,
1244 if (vret != VA_STATUS_SUCCESS)
1259 vret = vaCreateBuffer(vadisplay, vacontext,
1274 if (vret != VA_STATUS_SUCCESS)
1297 vret = vaBeginPicture(vadisplay, vacontext, surface);
1299 if (vret != VA_STATUS_SUCCESS)
1309 vret = vaRenderPicture(vadisplay, vacontext,
1314 if (vret != VA_STATUS_SUCCESS)
1324 vret = vaEndPicture(vadisplay, vacontext);
1326 if (vret != VA_STATUS_SUCCESS)
1336 vret = vaSyncSurface(vadisplay, surface);
1338 if (vret != VA_STATUS_SUCCESS)