Home
last modified time | relevance | path

Searched refs:fullW (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosRect.h45 int fullW; //!< full width of image member
63 fullW = _fullW_;
75 fullW = other->fullW; in ExynosRect()
87 fullW = other.fullW;
100 && fullW == other.fullW
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp2170 face[i].fullW = m_curCameraInfo->previewW; in getDetectedFacesAreas()
2174 leftEye[i].fullW = m_curCameraInfo->previewW; in getDetectedFacesAreas()
2178 rightEye[i].fullW = m_curCameraInfo->previewW; in getDetectedFacesAreas()
2182 mouth[i].fullW = m_curCameraInfo->previewW; in getDetectedFacesAreas()