Home
last modified time | relevance | path

Searched refs:TSHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
Dts_detectface_engine.h23 typedef void* TSHandle; typedef
34 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…
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp540 TSHandle fd_handle = ts_detectface_create_context(); in TsMakeupProcess_Snapshot()