Home
last modified time | relevance | path

Searched refs:imageHeightA (Results 1 – 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.c237 uint32 imageHeightA, in bpi_BFFaceFinder_process() argument
258 …( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outA… in bpi_BFFaceFinder_process()
296 uint32 imageHeightA, in bpi_BFFaceFinder_multiProcess() argument
300 …( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrL… in bpi_BFFaceFinder_multiProcess()
DBFFaceFinder.h150 uint32 imageHeightA,
179 uint32 imageHeightA,
DDCR.c106 uint32 imageHeightA, in bpi_DCR_create() argument
127 ptrA->maxImageHeightE = imageHeightA; in bpi_DCR_create()
DDCR.h119 uint32 imageHeightA,
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanDetector.c301 uint32 imageHeightA, in bbf_ScanDetector_process() argument
325 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_ScanDetector_process()
335 …bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrA->bitPar… in bbf_ScanDetector_process()
DScanner.c140 … bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct b… in bbf_Scanner_copyImage() argument
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE ) in bbf_Scanner_copyImage()
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE ); in bbf_Scanner_copyImage()
157 ptrA->workHeightE = imageHeightA; in bbf_Scanner_copyImage()
181 …| roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )imageHeightA ) in bbf_Scanner_copyImage()
787 uint32 imageHeightA, in bbf_Scanner_assign() argument
792 bbf_Scanner_copyImage( cpA, ptrA, imagePtrA, imageWidthA, imageHeightA, roiPtrA ); in bbf_Scanner_assign()
DScanDetector.h182 uint32 imageHeightA,
DLocalScanDetector.h201 uint32 imageHeightA,
DLocalScanner.c642 uint32 imageHeightA, in bbf_LocalScanner_assign() argument
649 ptrA->workHeightE = imageHeightA; in bbf_LocalScanner_assign()
655 ptrA->origHeightE = imageHeightA; in bbf_LocalScanner_assign()
661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA ); in bbf_LocalScanner_assign()
DLocalScanner.h229 uint32 imageHeightA,
DScanner.h252 uint32 imageHeightA,
DLocalScanDetector.c459 uint32 imageHeightA, in bbf_LocalScanDetector_process() argument
561 imagePtrA, imageWidthA, imageHeightA, in bbf_LocalScanDetector_process()