Searched defs:hFaceFinderA (Results 1 - 1 of 1) sorted by relevance

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DFaceFinder.c126 btk_Status btk_FaceFinder_close( btk_HFaceFinder hFaceFinderA )
129 if( hFaceFinderA == NULL ) return btk_STATUS_INVALID_HANDLE;
130 if( hFaceFinderA->hidE != btk_HID_FF ) return btk_STATUS_INVALID_HANDLE;
131 if( hFaceFinderA->hsdkE == NULL ) return btk_STATUS_INVALID_HANDLE;
132 hsdkL = hFaceFinderA->hsdkE;
137 btk_FaceFinder_exit( &hsdkL->contextE, hFaceFinderA );
140 bbs_MemSeg_free( &hsdkL->contextE, hsdkL->contextE.memTblE.espArrE[ 0 ], hFaceFinderA );
148 btk_Status btk_FaceFinder_setRange( btk_HFaceFinder hFaceFinderA, argument
153 if( hFaceFinderA == NULL ) return btk_STATUS_INVALID_HANDLE;
154 if( hFaceFinderA
166 btk_FaceFinder_putDCR( btk_HFaceFinder hFaceFinderA, btk_HDCR hdcrA ) argument
206 btk_FaceFinder_getDCR( btk_HFaceFinder hFaceFinderA, btk_HDCR hdcrA ) argument
242 btk_FaceFinder_process( btk_HFaceFinder hFaceFinderA, btk_HDCR hdcrA ) argument
[all...]

Completed in 40 milliseconds