Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFOVControl.h231 cam_face_detection_data_t translateRoiFD(cam_face_detection_data_t faceDetectionInfo,
DQCameraFOVControl.cpp910 IF_META_AVAILABLE(cam_face_detection_data_t, metaFD, in processResultMetadata()
912 cam_face_detection_data_t metaFDTranslated; in processResultMetadata()
921 IF_META_AVAILABLE(cam_face_detection_data_t, metaFD, in processResultMetadata()
923 cam_face_detection_data_t metaFDTranslated; in processResultMetadata()
2039 cam_face_detection_data_t QCameraFOVControl::translateRoiFD( in translateRoiFD()
2040 cam_face_detection_data_t metaFD, in translateRoiFD()
2043 cam_face_detection_data_t metaFDTranslated = metaFD; in translateRoiFD()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1385 } cam_face_detection_data_t; typedef
1389 cam_face_detection_data_t detection_data;
1951 cam_face_detection_data_t faces_data; /* face detection result */
Dcam_intf.h905 INCLUDE(CAM_INTF_META_FACE_DETECTION, cam_face_detection_data_t, 1);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2204 IF_META_AVAILABLE(cam_face_detection_data_t, detection_data, in metadata_stream_cb_routine()
3142 IF_META_AVAILABLE(cam_face_detection_data_t, p_detection_data, in fillFacesData()
DQCamera2HWI.cpp9092 cam_face_detection_data_t *detect_data = &(faces_data->detection_data); in processFaceDetectionResult()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7626 IF_META_AVAILABLE(cam_face_detection_data_t, faceDetectionInfo, in translateFromHalMetadata()