HomeSort by relevance Sort by last modified time
    Searched refs:ExynosRect2 (Results 1 - 5 of 5) sorted by null

  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 118 struct ExynosRect2
127 ExynosRect2(int _x1_ = 0, int _y1_ = 0, int _x2_ = 0, int _y2_ = 0)
136 ExynosRect2(const ExynosRect2 *other)
145 ExynosRect2& operator =(const ExynosRect2 &other)
155 bool operator ==(const ExynosRect2 &other) const
164 bool operator !=(const ExynosRect2 &other) const
ExynosCamera.h 425 //! Gets the detected faces areas. (Using ExynosRect2)
426 int getDetectedFacesAreas(int num, int *id, int *score, ExynosRect2 *face, ExynosRect2 *leftEye, ExynosRect2 *rightEye, ExynosRect2 *mouth);
608 //! Sets focus areas. (Using ExynosRect2)
609 bool setFocusAreas(int num, ExynosRect2* rect2s, int *weights);
641 //! Sets metering areas.(Using ExynosRect2)
642 bool setMeteringAreas(int num, ExynosRect2 *rect2s, int *weights);
790 void m_secRect2SecRect2(ExynosRect *rect, ExynosRect2 *rect2)
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
ExynosCameraHWInterface.h 215 int m_bracketsStr2Ints(char *str, int num, ExynosRect2 *rect2s, int *weights);
ExynosCameraHWInterface.cpp     [all...]

Completed in 58 milliseconds