Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp9186 camera_face_t *faces = (camera_face_t *) ( faceData + sizeof(camera_frame_metadata_t) ); in processFaceDetectionResult() local
9189 roiData->faces = faces; in processFaceDetectionResult()
9195 faces[i].id = detect_data->faces[i].face_id; in processFaceDetectionResult()
9196 faces[i].score = detect_data->faces[i].score; in processFaceDetectionResult()
9199 faces[i].rect[0] = MAP_TO_DRIVER_COORDINATE( in processFaceDetectionResult()
9200 detect_data->faces[i].face_boundary.left, in processFaceDetectionResult()
9204 faces[i].rect[1] = MAP_TO_DRIVER_COORDINATE( in processFaceDetectionResult()
9205 detect_data->faces[i].face_boundary.top, in processFaceDetectionResult()
9209 faces[i].rect[2] = faces[i].rect[0] + in processFaceDetectionResult()
9211 detect_data->faces[i].face_boundary.width, in processFaceDetectionResult()
[all …]
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp439 hidlMetadata.faces.resize(metadata->number_of_faces); in sDataCb()
440 for (size_t i = 0; i < hidlMetadata.faces.size(); i++) { in sDataCb()
441 hidlMetadata.faces[i].score = metadata->faces[i].score; in sDataCb()
442 hidlMetadata.faces[i].id = metadata->faces[i].id; in sDataCb()
444 hidlMetadata.faces[i].rect[k] = metadata->faces[i].rect[k]; in sDataCb()
447 hidlMetadata.faces[i].leftEye[k] = metadata->faces[i].left_eye[k]; in sDataCb()
450 hidlMetadata.faces[i].rightEye[k] = metadata->faces[i].right_eye[k]; in sDataCb()
453 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/google/gfxstream/guest/mesa/include/android_stub/system/
Dcamera.h302 camera_face_t *faces; member
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_viewport_swizzle.adoc27 single-pass cube map rendering (broadcasting a primitive to multiple faces
61 layered FBO where the six cube faces are treated as layers.
133 // Figure out which faces the primitive projects onto and
146 The application code is set up so that each of the six cube faces has a
/hardware/google/pixel/vibrator/common/proto/
Dcapo.proto92 // Carried position while device is on table and faces up.
95 // Carried position while device is on table and faces down.
/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/audio/effect/5.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_non_seamless_cube_map.adoc13 …, instead of interpolating between two texels on the neighboring cube map faces the usual sampler …
/hardware/interfaces/audio/effect/7.0/
DIVirtualizerEffect.hal58 * - 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/camera/metadata/3.2/
Dtypes.hal739 * <p>Direction the camera faces relative to
1519 * <p>List of unique IDs for detected faces.</p>
1526 * faces.</p>
1533 * faces.</p>
1540 * detected faces</p>
1630 * faces.</p>
/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/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytraversal.adoc364 candidates with front faces, or false for back faces.
Dfragops.adoc1640 active pipeline, for both front and back faces.
1697 active pipeline, for both front and back faces.
1756 slink:VkPipelineDepthStencilStateCreateInfo::pname:back faces.
1783 create the currently active pipeline, for both front and back faces.
Dtextures.adoc1712 The direction vector selects one of the cube map's faces based on the
Dresources.adoc5526 at pname:baseArrayLayer correspond to faces in the order +X, -X, +Y, -Y, +Z,
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1380 cam_face_detection_info_t faces[MAX_ROI]; /* detailed information of faces detected */ member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7673 faceScores[i] = (uint8_t)faceDetectionInfo->faces[i].score; in translateFromHalMetadata()
7676 cam_rect_t rect = faceDetectionInfo->faces[i].face_boundary; in translateFromHalMetadata()
7745 faceIds[i] = faceDetectionInfo->faces[i].face_id; in translateFromHalMetadata()