Lines Matching refs:hsdkL

128 	btk_HSDK hsdkL = NULL;  in btk_FaceFinder_close()  local
132 hsdkL = hFaceFinderA->hsdkE; in btk_FaceFinder_close()
133 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR; in btk_FaceFinder_close()
135 hsdkL->refCtrE--; in btk_FaceFinder_close()
137 btk_FaceFinder_exit( &hsdkL->contextE, hFaceFinderA ); in btk_FaceFinder_close()
138 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_close()
140 bbs_MemSeg_free( &hsdkL->contextE, hsdkL->contextE.memTblE.espArrE[ 0 ], hFaceFinderA ); in btk_FaceFinder_close()
141 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_close()
152 btk_HSDK hsdkL = NULL; in btk_FaceFinder_setRange() local
155 hsdkL = hFaceFinderA->hsdkE; in btk_FaceFinder_setRange()
156 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR; in btk_FaceFinder_setRange()
158 bpi_FaceFinderRef_setRange( &hsdkL->contextE, &hFaceFinderA->ffE, minDistA, maxDistA ); in btk_FaceFinder_setRange()
159 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_setRange()
171 btk_HSDK hsdkL = NULL; in btk_FaceFinder_putDCR() local
175 hsdkL = hFaceFinderA->hsdkE; in btk_FaceFinder_putDCR()
176 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR; in btk_FaceFinder_putDCR()
180 bbs_Context_pushError( &hsdkL->contextE, in btk_FaceFinder_putDCR()
185 hFaceFinderA->facesE = bpi_FaceFinderRef_putDcr( &hsdkL->contextE, in btk_FaceFinder_putDCR()
190 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_putDCR()
209 btk_HSDK hsdkL = NULL; in btk_FaceFinder_getDCR() local
213 hsdkL = hFaceFinderA->hsdkE; in btk_FaceFinder_getDCR()
214 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR; in btk_FaceFinder_getDCR()
218 bpi_FaceFinderRef_getDcr( &hsdkL->contextE, in btk_FaceFinder_getDCR()
223 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_getDCR()
230 bpi_FaceFinderRef_getDcr( &hsdkL->contextE, in btk_FaceFinder_getDCR()
248 btk_HSDK hsdkL = NULL; in btk_FaceFinder_process() local
252 hsdkL = hFaceFinderA->hsdkE; in btk_FaceFinder_process()
253 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR; in btk_FaceFinder_process()
257 bbs_Context_pushError( &hsdkL->contextE, in btk_FaceFinder_process()
262 confL = bpi_FaceFinderRef_process( &hsdkL->contextE, in btk_FaceFinder_process()
266 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_process()
274 bts_IdCluster2D_copy( &hsdkL->contextE, in btk_FaceFinder_process()
278 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR; in btk_FaceFinder_process()