Lines Matching refs:VAStatus
82 static VAStatus pnw_MPEG4ES_ValidateConfig( in pnw_MPEG4ES_ValidateConfig()
103 static VAStatus pnw_MPEG4ES_CreateContext( in pnw_MPEG4ES_CreateContext()
107 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw_MPEG4ES_CreateContext()
173 static VAStatus pnw_MPEG4ES_BeginPicture( in pnw_MPEG4ES_BeginPicture()
177 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw_MPEG4ES_BeginPicture()
186 static VAStatus pnw__MPEG4ES_process_sequence_param(context_ENC_p ctx, object_buffer_p obj_buffer) in pnw__MPEG4ES_process_sequence_param()
188 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw__MPEG4ES_process_sequence_param()
314 static VAStatus pnw__MPEG4ES_process_picture_param(context_ENC_p ctx, object_buffer_p obj_buffer) in pnw__MPEG4ES_process_picture_param()
316 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw__MPEG4ES_process_picture_param()
385 static VAStatus pnw__MPEG4ES_process_slice_param(context_ENC_p ctx, object_buffer_p obj_buffer) in pnw__MPEG4ES_process_slice_param()
387 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw__MPEG4ES_process_slice_param()
471 static VAStatus pnw_MPEG4ES_RenderPicture( in pnw_MPEG4ES_RenderPicture()
477 VAStatus vaStatus = VA_STATUS_SUCCESS; in pnw_MPEG4ES_RenderPicture()
512 static VAStatus pnw_MPEG4ES_EndPicture( in pnw_MPEG4ES_EndPicture()