Home
last modified time | relevance | path

Searched refs:BASE_MEDIA_ERR_OFFSET (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dmedia_errors.h25 constexpr int32_t BASE_MEDIA_ERR_OFFSET = ErrCodeOffset(SUBSYS_MULTIMEDIA, MODULE_MEDIA); member
30 const uint32_t ERROR = BASE_MEDIA_ERR_OFFSET; // Operation failed
31 const uint32_t ERR_IPC = BASE_MEDIA_ERR_OFFSET + 1; // ipc error
32 const uint32_t ERR_SHAMEM_NOT_EXIST = BASE_MEDIA_ERR_OFFSET + 2; // sharememory error
33 const uint32_t ERR_SHAMEM_DATA_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 3; // sharememory error
34 const uint32_t ERR_IMAGE_DECODE_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 4; // image decode error
35 const uint32_t ERR_IMAGE_DATA_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 5; // image input data error
36 const uint32_t ERR_IMAGE_MALLOC_ABNORMAL = BASE_MEDIA_ERR_OFFSET + 6; // image malloc error
37 const uint32_t ERR_IMAGE_DATA_UNSUPPORT = BASE_MEDIA_ERR_OFFSET + 7; // image type unsupported
38 const uint32_t ERR_IMAGE_INIT_ABNORMAL = BASE_MEDIA_ERR_OFFSET
[all...]
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dmedia_errors.h65 constexpr int32_t BASE_MEDIA_ERR_OFFSET = ErrCodeOffset(SUBSYS_MEDIA, MODULE_MEDIA); member
74 const int32_t ERROR = BASE_MEDIA_ERR_OFFSET;
77 const int32_t ERR_ILLEGAL_STATE = BASE_MEDIA_ERR_OFFSET + 1;
80 const int32_t ERR_INVALID_PARAM = BASE_MEDIA_ERR_OFFSET + 2;
83 const int32_t ERR_EARLY_PREPARE = BASE_MEDIA_ERR_OFFSET + 3;
86 const int32_t ERR_SOURCE_NOT_SET = BASE_MEDIA_ERR_OFFSET + 4;
89 const int32_t ERR_INVALID_OPERATION = BASE_MEDIA_ERR_OFFSET + 5;
92 const int32_t ERR_NOFREE_CHANNEL = BASE_MEDIA_ERR_OFFSET + 6;
95 const int32_t ERR_READ_BUFFER = BASE_MEDIA_ERR_OFFSET + 7;
98 const int32_t ERR_NOT_STARTED = BASE_MEDIA_ERR_OFFSET
[all...]

Completed in 2 milliseconds