Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp436 hidlMetadata.faces.resize(metadata->number_of_faces); in sDataCb()
437 for (size_t i = 0; i < hidlMetadata.faces.size(); i++) { in sDataCb()
438 hidlMetadata.faces[i].score = metadata->faces[i].score; in sDataCb()
439 hidlMetadata.faces[i].id = metadata->faces[i].id; in sDataCb()
441 hidlMetadata.faces[i].rect[k] = metadata->faces[i].rect[k]; in sDataCb()
444 hidlMetadata.faces[i].leftEye[k] = metadata->faces[i].left_eye[k]; in sDataCb()
447 hidlMetadata.faces[i].rightEye[k] = metadata->faces[i].right_eye[k]; in sDataCb()
450 hidlMetadata.faces[i].mouth[k] = metadata->faces[i].mouth[k]; in sDataCb()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraFOVControl.cpp2056 metaFDTranslated.faces[i].face_boundary.left += shiftHorz; in translateRoiFD()
2057 metaFDTranslated.faces[i].face_boundary.top += shiftVert; in translateRoiFD()
2062 if ((metaFDTranslated.faces[i].face_boundary.left < 0) || in translateRoiFD()
2063 (metaFDTranslated.faces[i].face_boundary.left >= mFovControlData.previewSize.width) || in translateRoiFD()
2064 (metaFDTranslated.faces[i].face_boundary.top < 0) || in translateRoiFD()
2065 (metaFDTranslated.faces[i].face_boundary.top >= mFovControlData.previewSize.height) || in translateRoiFD()
2066 ((metaFDTranslated.faces[i].face_boundary.left + in translateRoiFD()
2067 metaFDTranslated.faces[i].face_boundary.width) >= in translateRoiFD()
2069 ((metaFDTranslated.faces[i].face_boundary.top + in translateRoiFD()
2070 metaFDTranslated.faces[i].face_boundary.height) >= in translateRoiFD()
[all …]
/hardware/interfaces/camera/device/1.0/
Dtypes.hal37 * The direction that this device faces.
116 * detected faces in the preview frame. The detected faces may be the same
247 * A vector of the detected faces.
249 vec<CameraFace> faces;
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/6.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/2.0/
DIVirtualizerEffect.hal53 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/4.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal105 * or more faces or toggle secure settings without having to re-enter the
224 * faces are to be removed.
248 * A hint to the HAL to continue looking for faces.
/hardware/interfaces/renderscript/1.0/default/
DContext.h89 … element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) ov…
DContext.cpp413 …nt element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) { in typeCreate() argument
419 bool _faces = faces; in typeCreate()
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal737 * <p>Direction the camera faces relative to
1517 * <p>List of unique IDs for detected faces.</p>
1524 * faces.</p>
1531 * faces.</p>
1538 * detected faces</p>
1628 * faces.</p>
/hardware/interfaces/renderscript/1.0/
DIContext.hal127 * @param bitmap Bitmap with cubemap faces layed out in the following
637 * @param faces Flag indicating whether Type has faces
644 bool mipmaps, bool faces, YuvFormat yuv)
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1380 cam_face_detection_info_t faces[MAX_ROI]; /* detailed information of faces detected */ member