Searched refs:ExynosRect2 (Results 1 – 5 of 5) sorted by relevance
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosRect.h | 118 struct ExynosRect2 struct 127 ExynosRect2(int _x1_ = 0, int _y1_ = 0, int _x2_ = 0, int _y2_ = 0) argument 136 ExynosRect2(const ExynosRect2 *other) in ExynosRect2() function 145 ExynosRect2& operator =(const ExynosRect2 &other) 155 bool operator ==(const ExynosRect2 &other) const 164 bool operator !=(const ExynosRect2 &other) const
|
D | ExynosCamera.h | 426 …cesAreas(int num, int *id, int *score, ExynosRect2 *face, ExynosRect2 *leftEye, ExynosRect2 *right… 609 bool setFocusAreas(int num, ExynosRect2* rect2s, int *weights); 642 bool setMeteringAreas(int num, ExynosRect2 *rect2s, int *weights); 790 void m_secRect2SecRect2(ExynosRect *rect, ExynosRect2 *rect2); 791 void m_secRect22SecRect(ExynosRect2 *rect2, ExynosRect *rect);
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 2160 ExynosRect2 *face2 = new ExynosRect2[num]; in getDetectedFacesAreas() 2161 ExynosRect2 *leftEye2 = new ExynosRect2[num]; in getDetectedFacesAreas() 2162 ExynosRect2 *rightEye2 = new ExynosRect2[num]; in getDetectedFacesAreas() 2163 ExynosRect2 *mouth2 = new ExynosRect2[num]; in getDetectedFacesAreas() 2197 ExynosRect2 *face, in getDetectedFacesAreas() 2198 ExynosRect2 *leftEye, in getDetectedFacesAreas() 2199 ExynosRect2 *rightEye, in getDetectedFacesAreas() 2200 ExynosRect2 *mouth) in getDetectedFacesAreas() 2863 ExynosRect2 *rect2s = new ExynosRect2[num]; in setFocusAreas() 2874 bool ExynosCamera::setFocusAreas(int num, ExynosRect2* rect2s, int *weights) in setFocusAreas() [all …]
|
D | ExynosCameraHWInterface.h | 215 int m_bracketsStr2Ints(char *str, int num, ExynosRect2 *rect2s, int *weights);
|
D | ExynosCameraHWInterface.cpp | 1075 ExynosRect2 *rect2s = new ExynosRect2[maxNumMeteringAreas]; in setParameters() 1314 ExynosRect2 *rect2s = new ExynosRect2[maxNumFocusAreas]; in setParameters() 2751 ExynosRect2 detectedFace[NUM_OF_DETECTED_FACES]; in m_previewThreadFunc() 2752 ExynosRect2 detectedLeftEye[NUM_OF_DETECTED_FACES]; in m_previewThreadFunc() 2753 ExynosRect2 detectedRightEye[NUM_OF_DETECTED_FACES]; in m_previewThreadFunc() 2754 ExynosRect2 detectedMouth[NUM_OF_DETECTED_FACES]; in m_previewThreadFunc() 3939 int ExynosCameraHWInterface::m_bracketsStr2Ints(char *str, int num, ExynosRect2 *rect2s, int *weigh… in m_bracketsStr2Ints()
|