Searched defs:face (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_fd.h44 struct v4l2_rect face; member in struct:msm_fd_face_data
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_fd.h45 struct v4l2_rect face; member in struct:msm_fd_face_data
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_fd.h31 * struct msm_fd_face_data - Structure contain detected face data.
36 * @face: Face rectangle.
43 struct v4l2_rect face; member in struct:msm_fd_face_data
50 * @face_data: Pointer to array of face data structures.
/hardware/qcom/msm8998/kernel-headers/media/
H A Dmsm_fd.h45 struct v4l2_rect face; member in struct:msm_fd_face_data
/hardware/qcom/msm8998/original-kernel-headers/media/
H A Dmsm_fd.h31 * struct msm_fd_face_data - Structure contain detected face data.
36 * @face: Face rectangle.
43 struct v4l2_rect face; member in struct:msm_fd_face_data
50 * @face_data: Pointer to array of face data structures.
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_fd.h44 struct v4l2_rect face; member in struct:msm_fd_face_data
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_fd.h41 * struct msm_fd_face_data - Structure contain detected face data.
46 * @face: Face rectangle.
53 struct v4l2_rect face; member in struct:msm_fd_face_data
60 * @face_data: Pointer to array of face data structures.
74 * @face_data: Pointer to array of face data structures.
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_fd.h41 * struct msm_fd_face_data - Structure contain detected face data.
46 * @face: Face rectangle.
53 struct v4l2_rect face; member in struct:msm_fd_face_data
60 * @face_data: Pointer to array of face data structures.
74 * @face_data: Pointer to array of face data structures.
/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp174 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, const hidl_vec<uint8_t>& data, Size stride) { argument
179 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
243 Return<void> Context::allocation2DRead(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) { argument
248 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
335 Return<void> Context::allocationGetPointer(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPointer_cb _hidl_cb) { argument
338 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h954 int8_t id; // unique id for face tracking within view unless view changes
961 fd_face_type face; member in struct:__anon2558

Completed in 151 milliseconds