Home
last modified time | relevance | path

Searched refs:vpSetParamsE (Results 1 – 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.c45 ptrA->vpSetParamsE = NULL; in bpi_FaceFinder_init()
58 ptrA->vpSetParamsE = NULL; in bpi_FaceFinder_exit()
80 ptrA->vpSetParamsE = srcPtrA->vpSetParamsE; in bpi_FaceFinder_copy()
95 if( ptrA->vpSetParamsE != srcPtrA->vpSetParamsE ) return FALSE; in bpi_FaceFinder_equal()
DFaceFinderRef.c177 ptrA->faceFinderPtrE->vpSetParamsE( cpA, ptrA->faceFinderPtrE, maxImageWidthA, maxImageHeightA ); in bpi_FaceFinderRef_memRead()
213 ptrA->faceFinderPtrE->vpSetParamsE( cpA, ptrA->faceFinderPtrE, maxImageWidthA, maxImageHeightA ); in bpi_FaceFinderRef_setParams()
DFaceFinder.h57 void ( *vpSetParamsE )( struct bbs_Context* cpA, member
DBFFaceFinder.c48 ptrA->baseE.vpSetParamsE = bpi_BFFaceFinder_setParams; in bpi_BFFaceFinder_init()