Home
last modified time | relevance | path

Searched refs:M4OSA_CHARSTAR (Results 1 – 3 of 3) sorted by relevance

/frameworks/media/libvideoeditor/osal/inc/
DM4OSA_CharStar.h42 #define M4ERR_CHR_STR_OVERFLOW M4OSA_ERR_CREATE(M4_ERR,M4OSA_CHARSTAR,0x000001)
43 #define M4ERR_CHR_CONV_FAILED M4OSA_ERR_CREATE(M4_ERR,M4OSA_CHARSTAR,0x000002)
44 #define M4WAR_CHR_NOT_FOUND M4OSA_ERR_CREATE(M4_WAR,M4OSA_CHARSTAR,0x000001)
45 #define M4WAR_CHR_NUM_RANGE M4OSA_ERR_CREATE(M4_WAR,M4OSA_CHARSTAR,0x000002)
46 #define M4WAR_CHR_NEGATIVE M4OSA_ERR_CREATE(M4_WAR,M4OSA_CHARSTAR,0x000003)
DM4OSA_Error.h124 #define M4OSA_CHARSTAR 0xB4 /**<OSAL CharStar*/ macro
/frameworks/media/libvideoeditor/osal/src/
DM4OSA_CharStar.c406 M4OSA_CHARSTAR,(M4OSA_Char*)"M4OSA_chrPrintf: newFormat"); in M4OSA_chrSPrintf()