Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp534 TSHandle fd_handle = ts_detectface_create_context(); in TsMakeupProcess_Snapshot() local
535 if (fd_handle != NULL) { in TsMakeupProcess_Snapshot()
538 int iret = ts_detectface_detectEx(fd_handle, &inMakeupData); in TsMakeupProcess_Snapshot()
545 iret = ts_detectface_get_face_info(fd_handle, 0, &faceRect, NULL,NULL,NULL); in TsMakeupProcess_Snapshot()
551 ts_detectface_destroy_context(&fd_handle); in TsMakeupProcess_Snapshot()
552 fd_handle = NULL; in TsMakeupProcess_Snapshot()