Searched refs:TSHandle (Results 1 – 2 of 2) sorted by relevance
23 typedef void* TSHandle; typedef34 TSHandle ts_detectface_create_context();49 void ts_detectface_destroy_context(TSHandle* contexTSHandle);65 int ts_detectface_detect(TSHandle contexTSHandle, TSMakeupData *pInData);80 int ts_detectface_detectEx(TSHandle contexTSHandle, TSMakeupDataEx *pInData);98 …int ts_detectface_get_face_info(TSHandle contexTSHandle, int index, TSRect *pFaceRect, TSRect *lef…
540 TSHandle fd_handle = ts_detectface_create_context(); in TsMakeupProcess_Snapshot()