Home
last modified time | relevance | path

Searched refs:bbs_ERR_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h132 …#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR
133 …formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
134 …A, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
135 …g1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
136 …arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
137 …, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
150 …#define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR
151 …formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
152 …A, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
153 …g1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __F…
[all …]
DContext.h57 #define bbs_ERR_ERROR 1 /* generic error */ macro
/external/neven/FaceRecEm/common/src/b_FDSDK/
DDCR.c154 …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()
DSDK.c180 … 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()
DFaceFinder.c103 …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()