OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageWidthA
(Results
1 - 12
of
12
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
DCR.h
118
uint32
imageWidthA
,
BFFaceFinder.h
149
uint32
imageWidthA
,
178
uint32
imageWidthA
,
DCR.c
105
uint32
imageWidthA
,
126
ptrA->maxImageWidthE =
imageWidthA
;
BFFaceFinder.c
236
uint32
imageWidthA
,
258
bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA,
imageWidthA
, imageHeightA, roiPtrA, &outArrL );
295
uint32
imageWidthA
,
300
ptrL->detectedFacesE = bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA,
imageWidthA
, imageHeightA, roiPtrA, &ptrL->faceDataBufferE );
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h
181
uint32
imageWidthA
,
LocalScanDetector.h
200
uint32
imageWidthA
,
LocalScanner.h
228
uint32
imageWidthA
,
Scanner.c
140
void bbf_Scanner_copyImage( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, const void* imagePtrA, uint32
imageWidthA
, uint32 imageHeightA, const struct bts_Int16Rect* roiPtrA )
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 );
[
all
...]
ScanDetector.c
300
uint32
imageWidthA
,
325
if(
imageWidthA
> ptrA->maxImageWidthE || imageHeightA > ptrA->maxImageHeightE )
335
bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA,
imageWidthA
, imageHeightA, roiPtrA, &ptrA->bitParamArrE[ 0 ] );
Scanner.h
251
uint32
imageWidthA
,
LocalScanner.c
641
uint32
imageWidthA
,
648
ptrA->workWidthE =
imageWidthA
;
654
ptrA->origWidthE =
imageWidthA
;
661
ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0,
imageWidthA
, imageHeightA );
LocalScanDetector.c
458
uint32
imageWidthA
,
561
imagePtrA,
imageWidthA
, imageHeightA,
Completed in 67 milliseconds