Searched defs:roiPtrA (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c238 const struct bts_Int16Rect* roiPtrA,
258 bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outArrL ); local
297 const struct bts_Int16Rect* roiPtrA )
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
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanDetector.c302 const struct bts_Int16Rect* roiPtrA,
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.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 )
142 bbs_DEF_fNameL( "void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const struct bim_UInt16ByteImage* imagePtrA, const struct bts_Int16Rect* roiPtrA )" )
151 if( roiPtrA == 0 )
173 const uint8* srcL = ( uint8* )imagePtrA + roiPtrA->y1E * imageWidthA + roiPtrA->x1E;
176 if( roiPtrA->x2E <= roiPtrA->x1E || roiPtrA->y2E <= roiPtrA->y1E )
181 if( 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
[all...]

Completed in 113 milliseconds