blob: 98274fa9ecc334575fdc1e56708e788e0da62730 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef _VDEC_HAL_ERR_CODE_H_
#define _VDEC_HAL_ERR_CODE_H_
#define HAL_HANDLE_OK 0x1
#define INVLAID_HANDLE_VALUE 0x80000001
#define INIT_BARRELSHIFTER_FAIL 0x80000002
#endif
|