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

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp2142 ExynosRect *mouth)
2159 // if eye, mouth is not detectable : -1, -1
2181 m_secRect22SecRect(&mouth2[i], &mouth[i]);
2182 mouth[i].fullW = m_curCameraInfo->previewW;
2183 mouth[i].fullH = m_curCameraInfo->previewH;
2200 ExynosRect2 *mouth)
2221 // if eye, mouth is not detectable : -1, -1
2318 mouth[i].x1 = cur_ctrl->value;
2320 mouth[i].y1 = cur_ctrl->value;
2322 mouth[
2136 getDetectedFacesAreas(int num, int *id, int *score, ExynosRect *face, ExynosRect *leftEye, ExynosRect *rightEye, ExynosRect *mouth) argument
2194 getDetectedFacesAreas(int num, int *id, int *score, ExynosRect2 *face, ExynosRect2 *leftEye, ExynosRect2 *rightEye, ExynosRect2 *mouth) argument
[all...]

Completed in 50 milliseconds