Lines Matching refs:vaStatus
124 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_MPEG4ES_CreateContext() local
130 vaStatus = tng_CreateContext(obj_context, obj_config, 0); in tng_MPEG4ES_CreateContext()
132 if (VA_STATUS_SUCCESS != vaStatus) in tng_MPEG4ES_CreateContext()
196 return vaStatus; in tng_MPEG4ES_CreateContext()
212 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_MPEG4ES_BeginPicture() local
214 vaStatus = tng_BeginPicture(ctx); in tng_MPEG4ES_BeginPicture()
217 return vaStatus; in tng_MPEG4ES_BeginPicture()
310 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__MPEG4ES_process_picture_param() local
352 return vaStatus; in tng__MPEG4ES_process_picture_param()
357 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__MPEG4ES_process_slice_param() local
371 return vaStatus; in tng__MPEG4ES_process_slice_param()
376 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng__MPEG4ES_process_misc_param() local
396 vaStatus = VA_STATUS_ERROR_INVALID_PARAMETER; in tng__MPEG4ES_process_misc_param()
430 return vaStatus; in tng__MPEG4ES_process_misc_param()
439 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_MPEG4ES_RenderPicture() local
450 vaStatus = tng__MPEG4ES_process_sequence_param(ctx, obj_buffer); in tng_MPEG4ES_RenderPicture()
455 vaStatus = tng__MPEG4ES_process_picture_param(ctx, obj_buffer); in tng_MPEG4ES_RenderPicture()
461 vaStatus = tng__MPEG4ES_process_slice_param(ctx, obj_buffer); in tng_MPEG4ES_RenderPicture()
467 vaStatus = tng__MPEG4ES_process_misc_param(ctx, obj_buffer); in tng_MPEG4ES_RenderPicture()
471 vaStatus = VA_STATUS_ERROR_UNKNOWN; in tng_MPEG4ES_RenderPicture()
474 if (vaStatus != VA_STATUS_SUCCESS) { in tng_MPEG4ES_RenderPicture()
480 return vaStatus; in tng_MPEG4ES_RenderPicture()
487 VAStatus vaStatus = VA_STATUS_SUCCESS; in tng_MPEG4ES_EndPicture() local
489 vaStatus = tng_EndPicture(ctx); in tng_MPEG4ES_EndPicture()
492 return vaStatus; in tng_MPEG4ES_EndPicture()