Searched refs:imageHeightA (Results 1 – 12 of 12) sorted by relevance
/external/neven/Embedded/common/src/b_APIEm/ |
D | BFFaceFinder.h | 150 uint32 imageHeightA, 179 uint32 imageHeightA,
|
D | BFFaceFinder.c | 237 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()
|
D | DCR.c | 106 uint32 imageHeightA, in bpi_DCR_create() argument 127 ptrA->maxImageHeightE = imageHeightA; in bpi_DCR_create()
|
D | DCR.h | 119 uint32 imageHeightA,
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | ScanDetector.c | 301 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()
|
D | ScanDetector.h | 182 uint32 imageHeightA,
|
D | Scanner.c | 140 … 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()
|
D | LocalScanDetector.h | 201 uint32 imageHeightA,
|
D | LocalScanner.h | 229 uint32 imageHeightA,
|
D | LocalScanner.c | 642 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()
|
D | Scanner.h | 252 uint32 imageHeightA,
|
D | LocalScanDetector.c | 459 uint32 imageHeightA, in bbf_LocalScanDetector_process() argument 561 imagePtrA, imageWidthA, imageHeightA, in bbf_LocalScanDetector_process()
|