OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxImageHeightE
(Results
1 - 15
of
15
) sorted by null
/external/neven/FaceRecEm/common/src/b_FDSDK/
SDK_Internal.h
73
u32
maxImageHeightE
;
SDK.c
41
ptrA->
maxImageHeightE
= 0;
55
ptrA->
maxImageHeightE
= 0;
161
hsdkL->
maxImageHeightE
= pCreateParamA->maxImageHeight;
FaceFinder.c
100
if( hsdkA->maxImageWidthE * hsdkA->
maxImageHeightE
== 0 )
112
hsdkA->
maxImageHeightE
,
DCR.c
88
hsdkA->
maxImageHeightE
,
/external/neven/Embedded/common/src/b_APIEm/
DCR.c
44
ptrA->
maxImageHeightE
= 0;
64
ptrA->
maxImageHeightE
= 0;
127
ptrA->
maxImageHeightE
= imageHeightA;
156
if( widthA > ptrA->maxImageWidthE || heightA > ptrA->
maxImageHeightE
)
161
ptrA->maxImageWidthE, ptrA->
maxImageHeightE
);
193
if( widthA > ptrA->maxImageWidthE || heightA > ptrA->
maxImageHeightE
)
198
ptrA->maxImageWidthE, ptrA->
maxImageHeightE
);
DCR.h
58
uint32
maxImageHeightE
;
BFFaceFinder.c
385
ptrA->detectorE.
maxImageHeightE
= maxImageHeightA;
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h
61
uint32
maxImageHeightE
;
LocalScanDetector.h
142
uint32
maxImageHeightE
;
LocalScanDetector.c
157
ptrA->
maxImageHeightE
= 0;
176
ptrA->
maxImageHeightE
= 0;
198
ptrA->
maxImageHeightE
= 0;
217
ptrA->
maxImageHeightE
= 0;
296
memSizeL += bbs_SIZEOF16( ptrA->
maxImageHeightE
);
329
memPtrA += bbs_memWrite32( &ptrA->
maxImageHeightE
, memPtrA );
370
memPtrA += bbs_memRead32( &ptrA->
maxImageHeightE
, memPtrA );
405
if( ptrA->maxImageWidthE * ptrA->
maxImageHeightE
== 0 )
429
bbs_UInt8Arr_create( cpA, &ptrA->workImageBufE, ptrA->maxImageWidthE * ptrA->
maxImageHeightE
, sspL );
437
ptrA->
maxImageHeightE
,
[
all
...]
ScanDetector.c
49
ptrA->
maxImageHeightE
= 0;
77
ptrA->
maxImageHeightE
= 0;
248
uint32 maxImageSizeL = ptrA->maxImageWidthE * ptrA->
maxImageHeightE
;
271
ptrA->
maxImageHeightE
,
325
if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->
maxImageHeightE
)
Scanner.c
60
uint32 hoL = ptrA->
maxImageHeightE
;
144
if( imageWidthA > ptrA->maxImageWidthE || imageHeightA > ptrA->
maxImageHeightE
)
147
fNameL, imageWidthA, imageHeightA, ptrA->maxImageWidthE, ptrA->
maxImageHeightE
);
450
ptrA->
maxImageHeightE
= 0;
490
ptrA->
maxImageHeightE
= 0;
533
ptrA->
maxImageHeightE
= srcPtrA->
maxImageHeightE
;
551
if( ptrA->
maxImageHeightE
!= srcPtrA->
maxImageHeightE
) return FALSE;
646
ptrA->
maxImageHeightE
= maxImageHeightA
[
all
...]
LocalScanner.h
123
uint32
maxImageHeightE
;
LocalScanner.c
48
uint32 hoL = ptrA->
maxImageHeightE
;
366
ptrA->
maxImageHeightE
= 0;
400
ptrA->
maxImageHeightE
= 0;
501
ptrA->
maxImageHeightE
= maxImageHeightA;
553
memSizeL += bbs_SIZEOF16( ptrA->
maxImageHeightE
);
574
memPtrA += bbs_memWrite32( &ptrA->
maxImageHeightE
, memPtrA );
597
memPtrA += bbs_memRead32( &ptrA->
maxImageHeightE
, memPtrA );
Scanner.h
126
uint32
maxImageHeightE
;
Completed in 95 milliseconds