Home
last modified time | relevance | path

Searched refs:face (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/camera/device/1.0/
Dtypes.hal114 * Start the face detection. This must be called only after preview is
118 * stop the face detection. This method is supported if CameraParameters
120 * than 0. Hardware and software face detection must not be running at the
121 * same time. If the face detection has started, apps must not send this
124 * In hardware face detection mode, CameraParameters KEY_WHITE_BALANCE,
127 * arg1 is the face detection type. It can be CAMERA_FACE_DETECTION_HW or
128 * CAMERA_FACE_DETECTION_SW. If the type of face detection requested is not
134 * Stop the face detection.
193 * Information for a single detected face.
197 * Bounds of the face [left, top, right, bottom]. (-1000, -1000) represents
[all …]
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_fd.h44 struct v4l2_rect face; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_fd.h43 struct v4l2_rect face; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_fd.h45 struct v4l2_rect face; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_fd.h44 struct v4l2_rect face; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_fd.h53 struct v4l2_rect face; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_fd.h53 struct v4l2_rect face; member
/hardware/interfaces/renderscript/1.0/default/
DContext.h53 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32…
59 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32…
67 …tionGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, alloca…
DContext.cpp174 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… in allocation2DWrite() argument
179 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DWrite()
243 …cation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32… in allocation2DRead() argument
248 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DRead()
335 …tionGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, alloca… in allocationGetPointer() argument
338 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocationGetPointer()
/hardware/interfaces/renderscript/1.0/
DIContext.hal252 * @param face AllocationCubemapFace
262 uint32_t lod, AllocationCubemapFace face, uint32_t w,
380 * @param face AllocationCubemapFace
391 uint32_t lod, AllocationCubemapFace face, uint32_t w,
534 * TODO: describe default values for lod, face, and z better.
542 * If Allocation lacks the corresponding dimension for lod, face, or z, an
549 * @param face AllocationCubemapFace
560 AllocationCubemapFace face, uint32_t z)