HomeSort by relevance Sort by last modified time
    Searched refs:maxImageWidthE (Results 1 - 15 of 15) sorted by null

  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK_Internal.h 70 u32 maxImageWidthE;
SDK.c 40 ptrA->maxImageWidthE = 0;
54 ptrA->maxImageWidthE = 0;
160 hsdkL->maxImageWidthE = pCreateParamA->maxImageWidth;
FaceFinder.c 100 if( hsdkA->maxImageWidthE * hsdkA->maxImageHeightE == 0 )
111 hsdkA->maxImageWidthE,
DCR.c 87 hsdkA->maxImageWidthE,
  /external/neven/Embedded/common/src/b_APIEm/
DCR.c 43 ptrA->maxImageWidthE = 0;
63 ptrA->maxImageWidthE = 0;
126 ptrA->maxImageWidthE = imageWidthA;
156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE )
161 ptrA->maxImageWidthE, ptrA->maxImageHeightE );
193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE )
198 ptrA->maxImageWidthE, ptrA->maxImageHeightE );
DCR.h 55 uint32 maxImageWidthE;
BFFaceFinder.c 384 ptrA->detectorE.maxImageWidthE = maxImageWidthA;
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 58 uint32 maxImageWidthE;
LocalScanDetector.h 139 uint32 maxImageWidthE;
LocalScanDetector.c 156 ptrA->maxImageWidthE = 0;
175 ptrA->maxImageWidthE = 0;
197 ptrA->maxImageWidthE = 0;
216 ptrA->maxImageWidthE = 0;
295 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
328 memPtrA += bbs_memWrite32( &ptrA->maxImageWidthE, memPtrA );
369 memPtrA += bbs_memRead32( &ptrA->maxImageWidthE, memPtrA );
405 if( ptrA->maxImageWidthE * ptrA->maxImageHeightE == 0 )
429 bbs_UInt8Arr_create( cpA, &ptrA->workImageBufE, ptrA->maxImageWidthE * ptrA->maxImageHeightE, sspL );
436 ptrA->maxImageWidthE,
    [all...]
ScanDetector.c 48 ptrA->maxImageWidthE = 0;
76 ptrA->maxImageWidthE = 0;
248 uint32 maxImageSizeL = ptrA->maxImageWidthE * ptrA->maxImageHeightE;
270 ptrA->maxImageWidthE,
325 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
Scanner.c 59 uint32 woL = ptrA->maxImageWidthE;
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE );
449 ptrA->maxImageWidthE = 0;
489 ptrA->maxImageWidthE = 0;
532 ptrA->maxImageWidthE = srcPtrA->maxImageWidthE;
550 if( ptrA->maxImageWidthE != srcPtrA->maxImageWidthE ) return FALSE;
645 ptrA->maxImageWidthE = maxImageWidthA
    [all...]
LocalScanner.h 120 uint32 maxImageWidthE;
LocalScanner.c 47 uint32 woL = ptrA->maxImageWidthE;
365 ptrA->maxImageWidthE = 0;
399 ptrA->maxImageWidthE = 0;
500 ptrA->maxImageWidthE = maxImageWidthA;
552 memSizeL += bbs_SIZEOF16( ptrA->maxImageWidthE );
573 memPtrA += bbs_memWrite32( &ptrA->maxImageWidthE, memPtrA );
596 memPtrA += bbs_memRead32( &ptrA->maxImageWidthE, memPtrA );
Scanner.h 123 uint32 maxImageWidthE;

Completed in 444 milliseconds