OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageHeightA
(Results
1 - 12
of
12
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
DCR.h
119
uint32
imageHeightA
,
BFFaceFinder.h
150
uint32
imageHeightA
,
179
uint32
imageHeightA
,
DCR.c
106
uint32
imageHeightA
,
127
ptrA->maxImageHeightE =
imageHeightA
;
BFFaceFinder.c
237
uint32
imageHeightA
,
258
bbf_ScanDetector_process( cpA, ( struct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA,
imageHeightA
, roiPtrA, &outArrL );
296
uint32
imageHeightA
,
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
182
uint32
imageHeightA
,
LocalScanDetector.h
201
uint32
imageHeightA
,
LocalScanner.h
229
uint32
imageHeightA
,
ScanDetector.c
301
uint32
imageHeightA
,
325
if( imageWidthA > ptrA->maxImageWidthE ||
imageHeightA
> ptrA->maxImageHeightE )
335
bbf_Scanner_assign( cpA, scannerPtrL, imagePtrA, imageWidthA,
imageHeightA
, roiPtrA, &ptrA->bitParamArrE[ 0 ] );
Scanner.h
252
uint32
imageHeightA
,
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 );
157
ptrA->workHeightE =
imageHeightA
;
181
if( roiPtrA->x1E < 0 || roiPtrA->y1E < 0 || roiPtrA->x2E > ( int32 )imageWidthA || roiPtrA->y2E > ( int32 )
imageHeightA
)
787
uint32
imageHeightA
,
792
bbf_Scanner_copyImage( cpA, ptrA, imagePtrA, imageWidthA,
imageHeightA
, roiPtrA );
[
all
...]
LocalScanner.c
642
uint32
imageHeightA
,
649
ptrA->workHeightE =
imageHeightA
;
655
ptrA->origHeightE =
imageHeightA
;
661
ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA,
imageHeightA
);
LocalScanDetector.c
459
uint32
imageHeightA
,
561
imagePtrA, imageWidthA,
imageHeightA
,
Completed in 1945 milliseconds