/external/neven/Embedded/common/src/b_BasicEm/ |
H A D | DynMemManager.c | 136 bbs_ERROR1( "%s:\n Malloc handler not defined.\n", fNameL ); 155 bbs_ERR1( bbs_ERR_OUT_OF_MEMORY, "%s:\n Allocation failed.\n", fNameL ); 176 bbs_ERROR1( "%s:\n Memory was not allocated.\n", fNameL ); 201 bbs_ERROR1( "%s:\n Free handler not defined.\n", fNameL ); 218 bbs_ERROR1( "%s:\n Attempt to free memory that was not allocated.\n", fNameL ); 247 bbs_ERROR1( "%s:\nCould not find current memory block.\n", fNameL );
|
H A D | Context.c | 290 bbs_ERROR1( "%s:\nShared Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL ); 295 bbs_ERROR1( "%s:\nExclusive Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL ); 339 bbs_ERROR1( "%s:\nMemory Manager Table is full! Increase bbs_CONTEXT_MAX_MEM_MANAGERS", fNameL ); 344 bbs_ERROR1( "%s:\nShared Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL ); 349 bbs_ERROR1( "%s:\nExclusive Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL );
|
H A D | MemSeg.c | 352 fNameL, 361 bbs_ERROR1( "%s\n: Memory block was already freed once", fNameL );
|
H A D | Basic.h | 148 #define bbs_DEF_fNameL( fNameA ) const char* fNameL = fNameA;
|
/external/neven/Embedded/common/src/b_APIEm/ |
H A D | DCR.c | 159 fNameL, 167 bbs_ERROR1( "%s:\nWidth of image must be even.\n", fNameL ); 196 fNameL, 205 fNameL ); 213 bbs_ERROR1( "%s:\nInvalid ROI rectangle.\n", fNameL );
|
H A D | FaceFinderRef.c | 210 bbs_ERROR1( "%s:\nNo face finder object was loaded", fNameL ); 226 bbs_ERROR1( "%s:\nNo face finder object was loaded", fNameL ); 241 bbs_ERROR1( "%s:\nNo face finder object was loaded", fNameL ); 256 bbs_ERROR1( "%s:\nNo face finder object was loaded", fNameL ); 272 bbs_ERROR1( "%s:\nNo face finder object was loaded", fNameL );
|
H A D | BFFaceFinder.c | 326 bbs_ERROR1( "%s:\nNo faces are availabe. This function was called before the face finder could detect multiple faces in an image", fNameL ); 332 bbs_ERROR1( "%s:\nface index exceeds number of available faces", fNameL ); 401 bbs_ERROR1( "%s:\nObject type mismatch", fNameL ); 420 bbs_ERROR1( "%s:\nObject type mismatch", fNameL ); 439 bbs_ERROR1( "%s:\nObject type mismatch", fNameL ); 465 bbs_ERROR1( "%s:\nObject type mismatch", fNameL ); 490 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
|
H A D | FaceFinder.c | 162 bbs_ERROR1( "%s:\nObject type mismatch! Attempt to read an incorrect object.", fNameL );
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
H A D | FaceFinder.c | 79 const char* fNameL = "btk_FaceFinder_create"; local 98 if( btk_SDK_paramConsistencyTest( hsdkA, pCreateParamA->pModuleParam, pCreateParamA->moduleParamSize, fNameL ) == btk_STATUS_ERROR ) return btk_STATUS_ERROR; 105 "Set the values in *pCreateParamA when you call function btk_SDK_create.", fNameL ) ); 169 const char* fNameL = "btk_FaceFinder_putDCR"; local 182 "%s:\nNo image was assigned to data carrier", fNameL ) ); 245 const char* fNameL = "btk_FaceFinder_process"; local 259 "%s:\nNo image was assigned to data carrier", fNameL ) );
|
H A D | DCR.c | 143 const char* fNameL = "btk_DCR_assignImage"; local 154 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references inavlid memory", fNameL ) ); 162 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) ); 192 const char* fNameL = "btk_DCR_assignGrayByteImageROI"; local 203 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image references invalid memory", fNameL ) ); 210 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned image has size 0", fNameL ) ); 217 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle references invalid memory", fNameL ) ); 224 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nAssigned ROI rectangle is inverted (max<min) or zero", fNameL ) ); 263 const char* fNameL = "btk_DCR_getNode"; local 276 bbs_Error_create( bbs_ERR_ERROR, 0, NULL, "%s:\nIndex is out of range", fNameL ) ); 298 const char* fNameL = "btk_DCR_getRect"; local [all...] |
H A D | SDK.c | 171 const char* fNameL = "btk_SDK_close"; local 182 fNameL,
|
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | Alt.c | 185 bbs_ERROR1( "%s:\ninput vector has incorrect size", fNameL ); 191 bbs_ERROR1( "%s:\noutput vector is insufficiently allocated", fNameL );
|
H A D | Mat.c | 187 bbs_ERROR1( "%s:\ninput vector has incorrect size", fNameL ); 193 bbs_ERROR1( "%s:\noutput vector is insufficiently allocated", fNameL );
|
H A D | SubVecMap.c | 191 bbs_ERROR1( "%s:\ninput vector too small", fNameL ); 197 bbs_ERROR1( "%s:\noutput vector is insufficiently allocated", fNameL );
|
H A D | Flt16Vec.c | 404 bbs_ERROR1( "%s:\nVectors have different size", fNameL );
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
H A D | Scanner.c | 147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE ); 178 bbs_ERROR1( "%s:\n ROI is invalid or zero", fNameL ); 183 bbs_ERROR1( "%s:\n ROI exceeds image boundary", fNameL ); 241 bbs_ERROR1( "%s:\n borderHeightE >= 32", fNameL ); 247 bbs_ERROR1( "%s:\n outer radius <= inner radius", fNameL ); 265 bbs_ERROR1( "%s:\n scaled image is too small", fNameL ); 893 bbs_ERROR1( "%s:\nyA out of range", fNameL ); 903 bbs_ERROR1( "%s:\nyA out of range", fNameL );
|
H A D | LocalScanner.c | 179 bbs_ERROR1( "%s:\n outer radius <= inner radius", fNameL ); 189 bbs_ERROR1( "%s:\n image is too small", fNameL ); 727 bbs_ERROR1( "%s:\nxA out of range", fNameL ); 734 bbs_ERROR1( "%s:\nyA out of range", fNameL );
|
H A D | ScanDetector.c | 257 bbs_ERROR1( "%s:\nMaximum image size was not defined (size variables must be set before calling _memRead)", fNameL );
|
H A D | LocalScanDetector.c | 81 bbs_ERROR1( "%s:\nbpi_RF_LANDMARKER_MAX_PCA_DIM exceeded", fNameL ); 491 bbs_ERROR1( "%s:\nScan cluster size exceeds bpi_LOCAL_SCAN_DETECTOR_MAX_CLUSTER_SIZE", fNameL );
|
/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | Functions.c | 231 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL ); 262 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL ); 563 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL ); 594 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL );
|