Searched refs:bbs_Error_create (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Basic.h | 132 …#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR… 133 …#define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_… 134 …#define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bb… 135 …OR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERRO… 136 …formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERRO… 137 …tA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERRO… 139 …#define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, … 140 …#define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( err… 141 …#define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create… 142 …rrorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LI… [all …]
|
D | Context.c | 134 struct bbs_Error bbs_Error_create( uint32 errorA, in bbs_Error_create() function 259 bbs_Context_pushError( cpA, bbs_Error_create( errorL, 0, NULL, NULL ) ); in bbs_Context_doCallback()
|
D | Context.h | 140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* text…
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 154 …bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references inavlid memory", fNameL … in btk_DCR_assignImage() 162 … bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) ); in btk_DCR_assignImage() 203 …bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references invalid memory", fNameL … in btk_DCR_assignImageROI() 210 … bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) ); in btk_DCR_assignImageROI() 217 …bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle references invalid memory",… in btk_DCR_assignImageROI() 224 …bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle is inverted (max<min) or ze… in btk_DCR_assignImageROI() 276 … bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nIndex is out of range", fNameL ) ); in btk_DCR_getNode() 327 … bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nFace rectangle is not available", fNameL ) ); in btk_DCR_getRect()
|
D | SDK.c | 180 … bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nThis SDK context is still in use by %i objects!\n" in btk_SDK_close() 268 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, in btk_SDK_paramConsistencyTest() 278 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, in btk_SDK_paramConsistencyTest() 295 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, in btk_SDK_paramConsistencyTest()
|
D | FaceFinder.c | 103 …bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nSDK parameter maxImageWidth or maxImageWidth is 0!… in btk_FaceFinder_create() 181 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, in btk_FaceFinder_putDCR() 258 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, in btk_FaceFinder_process()
|