Lines Matching refs:vaStatus

124     VAStatus vaStatus = VA_STATUS_SUCCESS;  in tng_H263ES_CreateContext()  local
129 vaStatus = tng_CreateContext(obj_context, obj_config, 0); in tng_H263ES_CreateContext()
131 if (VA_STATUS_SUCCESS != vaStatus) in tng_H263ES_CreateContext()
184 return vaStatus; in tng_H263ES_CreateContext()
200 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_H263ES_BeginPicture() local
204 vaStatus = tng_BeginPicture(ctx); in tng_H263ES_BeginPicture()
206 return vaStatus; in tng_H263ES_BeginPicture()
294 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__H263ES_process_picture_param() local
355 return vaStatus; in tng__H263ES_process_picture_param()
360 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__H263ES_process_slice_param() local
374 return vaStatus; in tng__H263ES_process_slice_param()
379 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__H263ES_process_misc_param() local
399 vaStatus = VA_STATUS_ERROR_INVALID_PARAMETER; in tng__H263ES_process_misc_param()
452 vaStatus = VA_STATUS_ERROR_INVALID_PARAMETER; in tng__H263ES_process_misc_param()
474 vaStatus = VA_STATUS_ERROR_INVALID_PARAMETER; in tng__H263ES_process_misc_param()
525 vaStatus = VA_STATUS_ERROR_INVALID_PARAMETER; in tng__H263ES_process_misc_param()
546 vaStatus = VA_STATUS_ERROR_UNKNOWN; in tng__H263ES_process_misc_param()
554 return vaStatus; in tng__H263ES_process_misc_param()
565 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_H263ES_RenderPicture() local
575 vaStatus = tng__H263ES_process_sequence_param(ctx, obj_buffer); in tng_H263ES_RenderPicture()
580 vaStatus = tng__H263ES_process_picture_param(ctx, obj_buffer); in tng_H263ES_RenderPicture()
586 vaStatus = tng__H263ES_process_slice_param(ctx, obj_buffer); in tng_H263ES_RenderPicture()
592 vaStatus = tng__H263ES_process_misc_param(ctx, obj_buffer); in tng_H263ES_RenderPicture()
596 vaStatus = VA_STATUS_ERROR_UNKNOWN; in tng_H263ES_RenderPicture()
599 if (vaStatus != VA_STATUS_SUCCESS) { in tng_H263ES_RenderPicture()
604 return vaStatus; in tng_H263ES_RenderPicture()
611 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_H263ES_EndPicture() local
613 vaStatus = tng_EndPicture(ctx); in tng_H263ES_EndPicture()
616 return vaStatus; in tng_H263ES_EndPicture()