Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp427 hidlMetadata.faces.resize(metadata->number_of_faces); in sDataCb()
428 for (size_t i = 0; i < hidlMetadata.faces.size(); i++) { in sDataCb()
429 hidlMetadata.faces[i].score = metadata->faces[i].score; in sDataCb()
430 hidlMetadata.faces[i].id = metadata->faces[i].id; in sDataCb()
432 hidlMetadata.faces[i].rect[k] = metadata->faces[i].rect[k]; in sDataCb()
435 hidlMetadata.faces[i].leftEye[k] = metadata->faces[i].left_eye[k]; in sDataCb()
438 hidlMetadata.faces[i].rightEye[k] = metadata->faces[i].right_eye[k]; in sDataCb()
441 hidlMetadata.faces[i].mouth[k] = metadata->faces[i].mouth[k]; in sDataCb()
/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/2.0/
DIVirtualizerEffect.hal53 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/renderscript/1.0/default/
DContext.h73 … element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) ov…
DContext.cpp399 …nt element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) { in typeCreate() argument
405 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)