Searched refs:hsdkL (Results 1 - 3 of 3) sorted by relevance

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DFaceFinder.c128 btk_HSDK hsdkL = NULL; local
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 local
171 btk_HSDK hsdkL = NULL; local
209 btk_HSDK hsdkL = NULL; local
248 btk_HSDK hsdkL = NULL; local
[all...]
H A DSDK.c65 btk_HSDK hsdkL = ( btk_HSDK )cpA; local
66 if( hsdkL->mallocFPtrE != NULL )
68 return hsdkL->mallocFPtrE( sizeA );
81 btk_HSDK hsdkL = ( btk_HSDK )cpA; local
82 if( hsdkL->errorFPtrE != NULL )
84 hsdkL->errorFPtrE( hsdkL );
111 btk_HSDK hsdkL = NULL; local
120 hsdkL = ( btk_HSDK )pCreateParamA->fpMalloc( bbs_SIZEOF8( struct btk_SDK ) );
121 if( hsdkL
[all...]
H A DDCR.c108 btk_HSDK hsdkL = NULL; local
112 hsdkL = hdcrA->hsdkE;
113 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_PREEXISTING_ERROR;
115 hsdkL->refCtrE--;
117 btk_DCR_exit( &hsdkL->contextE, hdcrA );
118 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR;
120 bbs_MemSeg_free( &hsdkL->contextE, hsdkL->contextE.memTblE.espArrE[ 0 ], hdcrA );
121 if( bbs_Context_error( &hsdkL->contextE ) ) return btk_STATUS_ERROR;
145 btk_HSDK hsdkL local
194 btk_HSDK hsdkL = NULL; local
265 btk_HSDK hsdkL = NULL; local
300 btk_HSDK hsdkL = NULL; local
370 btk_HSDK hsdkL = NULL; local
383 btk_HSDK hsdkL = NULL; local
[all...]

Completed in 222 milliseconds