OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpi_BFFaceFinder
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h
40
struct
bpi_BFFaceFinder
70
struct
bpi_BFFaceFinder
* ptrA );
74
struct
bpi_BFFaceFinder
* ptrA );
80
struct
bpi_BFFaceFinder
* ptrA,
81
const struct
bpi_BFFaceFinder
* srcPtrA );
85
const struct
bpi_BFFaceFinder
* ptrA,
86
const struct
bpi_BFFaceFinder
* srcPtrA );
91
uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct
bpi_BFFaceFinder
* ptrA );
94
uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct
bpi_BFFaceFinder
* ptrA );
100
struct
bpi_BFFaceFinder
* ptrA,
[
all
...]
BFFaceFinder.c
44
struct
bpi_BFFaceFinder
* ptrA )
63
struct
bpi_BFFaceFinder
* ptrA )
84
struct
bpi_BFFaceFinder
* ptrA,
85
const struct
bpi_BFFaceFinder
* srcPtrA )
94
const struct
bpi_BFFaceFinder
* ptrA,
95
const struct
bpi_BFFaceFinder
* srcPtrA )
112
uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct
bpi_BFFaceFinder
* ptrA )
119
uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct
bpi_BFFaceFinder
* ptrA )
135
struct
bpi_BFFaceFinder
* ptrA,
145
struct
bpi_BFFaceFinder
* ptrA,
[
all
...]
FaceFinder.c
185
case bpi_FF_BF_FACE_FINDER: bpi_BFFaceFinder_init( cpA, ( struct
bpi_BFFaceFinder
* )ptrA ); return;
198
case bpi_FF_BF_FACE_FINDER: bpi_BFFaceFinder_exit( cpA, ( struct
bpi_BFFaceFinder
* )ptrA ); return;
211
case bpi_FF_BF_FACE_FINDER: return bpi_BFFaceFinder_memSize( cpA, ( struct
bpi_BFFaceFinder
* )ptrA );
225
case bpi_FF_BF_FACE_FINDER: return bpi_BFFaceFinder_memWrite( cpA, ( struct
bpi_BFFaceFinder
* )ptrA, memPtrA );
241
case bpi_FF_BF_FACE_FINDER: return bpi_BFFaceFinder_memRead( cpA, ( struct
bpi_BFFaceFinder
* )ptrA, memPtrA, mtpA );
254
case bpi_FF_BF_FACE_FINDER: return bbs_SIZEOF16( struct
bpi_BFFaceFinder
);
Completed in 40 milliseconds