Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStateMachine.h154 cam_face_detection_data_t faces_data;
DQCamera2HWICallbacks.cpp183 cam_face_detection_data_t faces_data; in zsl_channel_cb()
185 faces_data = *((cam_face_detection_data_t *) in zsl_channel_cb()
1298 cam_face_detection_data_t *faces_data = (cam_face_detection_data_t *) in metadata_stream_cb_routine()
DQCamera2HWI.h404 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
DQCamera2HWI.cpp5033 int32_t QCamera2HardwareInterface::processFaceDetectionResult(cam_face_detection_data_t *fd_data) in processFaceDetectionResult()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStateMachine.h162 cam_face_detection_data_t faces_data;
DQCamera2HWICallbacks.cpp202 cam_face_detection_data_t faces_data; in zsl_channel_cb()
203 IF_META_AVAILABLE(cam_face_detection_data_t, p_faces_data, in zsl_channel_cb()
208 memset(&faces_data, 0, sizeof(cam_face_detection_data_t)); in zsl_channel_cb()
1564 IF_META_AVAILABLE(cam_face_detection_data_t, faces_data, in metadata_stream_cb_routine()
DQCamera2HWI.h408 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
DQCamera2HWI.cpp6320 int32_t QCamera2HardwareInterface::processFaceDetectionResult(cam_face_detection_data_t *fd_data) in processFaceDetectionResult()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStateMachine.h162 cam_face_detection_data_t faces_data;
DQCamera2HWICallbacks.cpp202 cam_face_detection_data_t faces_data; in zsl_channel_cb()
203 IF_META_AVAILABLE(cam_face_detection_data_t, p_faces_data, in zsl_channel_cb()
208 memset(&faces_data, 0, sizeof(cam_face_detection_data_t)); in zsl_channel_cb()
1564 IF_META_AVAILABLE(cam_face_detection_data_t, faces_data, in metadata_stream_cb_routine()
DQCamera2HWI.h408 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
DQCamera2HWI.cpp6320 int32_t QCamera2HardwareInterface::processFaceDetectionResult(cam_face_detection_data_t *fd_data) in processFaceDetectionResult()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h831 } cam_face_detection_data_t; typedef
1025 cam_face_detection_data_t faces_data; /* face detection result */
Dcam_intf.h474 INCLUDE(CAM_INTF_META_FACE_DETECTION, cam_face_detection_data_t, 1);
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h1083 } cam_face_detection_data_t; typedef
1382 cam_face_detection_data_t faces_data; /* face detection result */
Dcam_intf.h589 INCLUDE(CAM_INTF_META_FACE_DETECTION, cam_face_detection_data_t, 1);
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h1083 } cam_face_detection_data_t; typedef
1382 cam_face_detection_data_t faces_data; /* face detection result */
Dcam_intf.h589 INCLUDE(CAM_INTF_META_FACE_DETECTION, cam_face_detection_data_t, 1);
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2985 cam_face_detection_data_t *faceDetectionInfo = in translateFromHalMetadata()
2986 (cam_face_detection_data_t *)POINTER_OF_META(CAM_INTF_META_FACE_DETECTION, metadata); in translateFromHalMetadata()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4451 IF_META_AVAILABLE(cam_face_detection_data_t, faceDetectionInfo, in translateFromHalMetadata()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4448 IF_META_AVAILABLE(cam_face_detection_data_t, faceDetectionInfo, in translateFromHalMetadata()