HomeSort by relevance Sort by last modified time
    Searched refs:TSHandle (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
ts_detectface_engine.h 23 typedef void* TSHandle;
31 * RETURN : TSHandle as the context handle
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 *leftEye, TSRect *rightEye, TSRect *pMouth);
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 537 TSHandle fd_handle = ts_detectface_create_context();
    [all...]

Completed in 4800 milliseconds