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