Searched refs:cam_face_detection_data_t (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraFOVControl.h | 231 cam_face_detection_data_t translateRoiFD(cam_face_detection_data_t faceDetectionInfo,
|
D | QCameraFOVControl.cpp | 910 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/ |
D | cam_types.h | 1385 } 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 */
|
D | cam_intf.h | 905 INCLUDE(CAM_INTF_META_FACE_DETECTION, cam_face_detection_data_t, 1);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 2204 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()
|
D | QCamera2HWI.cpp | 9092 cam_face_detection_data_t *detect_data = &(faces_data->detection_data); in processFaceDetectionResult()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 7626 IF_META_AVAILABLE(cam_face_detection_data_t, faceDetectionInfo, in translateFromHalMetadata()
|