Searched refs:imageWidthA (Results 1 - 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
H A DDCR.h118 uint32 imageWidthA,
H A DBFFaceFinder.h149 uint32 imageWidthA,
178 uint32 imageWidthA,
H A DDCR.c105 uint32 imageWidthA,
126 ptrA->maxImageWidthE = imageWidthA;
103 bpi_DCR_create( struct bbs_Context* cpA, struct bpi_DCR* ptrA, uint32 imageWidthA, uint32 imageHeightA, uint32 cueSizeA, struct bbs_MemTbl* mtpA ) argument
H A DBFFaceFinder.c236 uint32 imageWidthA,
258 bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outArrL ); local
295 uint32 imageWidthA,
300 ptrL->detectedFacesE = bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrL->faceDataBufferE );
233 bpi_BFFaceFinder_process( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, struct bts_Int16Vec2D* offsPtrA, struct bts_IdCluster2D* idClusterPtrA ) argument
292 bpi_BFFaceFinder_multiProcess( struct bbs_Context* cpA, const struct bpi_BFFaceFinder* ptrA, void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA ) argument
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanDetector.h181 uint32 imageWidthA,
H A DLocalScanDetector.h200 uint32 imageWidthA,
H A DLocalScanner.h228 uint32 imageWidthA,
H A DScanner.c140 void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA ) argument
144 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
147 fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->maxImageHeightE );
156 ptrA->workWidthE = imageWidthA;
173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E;
181 if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )imageHeightA )
200 srcL += imageWidthA - ptrA->workWidthE;
786 uint32 imageWidthA,
792 bbf_Scanner_copyImage( cpA, ptrA, imagePtrA, imageWidthA, imageHeightA, roiPtrA );
784 bbf_Scanner_assign( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, const struct bbf_BitParam* paramPtrA ) argument
H A DScanDetector.c300 uint32 imageWidthA,
325 if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
335 bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &ptrA->bitParamArrE[ 0 ] );
297 bbf_ScanDetector_process( struct bbs_Context* cpA, struct bbf_ScanDetector* ptrA, const void* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA, int32** outArrPtrPtrA ) argument
H A DScanner.h251 uint32 imageWidthA,
H A DLocalScanner.c641 uint32 imageWidthA,
648 ptrA->workWidthE = imageWidthA;
654 ptrA->origWidthE = imageWidthA;
661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA );
638 bbf_LocalScanner_assign( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, const uint8* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bbf_BitParam* paramPtrA ) argument
H A DLocalScanDetector.c458 uint32 imageWidthA,
561 imagePtrA, imageWidthA, imageHeightA,
455 bbf_LocalScanDetector_process( struct bbs_Context* cpA, const struct bbf_LocalScanDetector* ptrA, uint8* imagePtrA, uint32 imageWidthA, uint32 imageHeightA, const struct bts_Int16Vec2D* offsPtrA, const struct bts_IdCluster2D* inClusterPtrA, struct bts_IdCluster2D* outClusterPtrA ) argument

Completed in 3936 milliseconds