Home
last modified time | relevance | path

Searched refs:ExynosRect (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosRect.h39 struct ExynosRect struct
51 ExynosRect(int _x_ = 0, argument
69 ExynosRect(const ExynosRect *other) in ExynosRect() argument
81 ExynosRect& operator =(const ExynosRect &other)
94 bool operator ==(const ExynosRect &other) const
106 bool operator !=(const ExynosRect &other) const
DExynosCamera.h387 bool yuv2Jpeg(ExynosBuffer *yuvBuf, ExynosBuffer *jpegBuf, ExynosRect *rect);
423 …FacesAreas(int num, int *id, int *score, ExynosRect *face, ExynosRect *leftEye, ExynosRect *rightE…
441 int getFocusAreas(ExynosRect *rects);
479 int getMeteringAreas(ExynosRect *rects);
606 bool setFocusAreas(int num, ExynosRect* rects, int *weights);
639 bool setMeteringAreas(int num, ExynosRect *rects, int *weights);
789 void m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect);
790 void m_secRect2SecRect2(ExynosRect *rect, ExynosRect2 *rect2);
791 void m_secRect22SecRect(ExynosRect2 *rect2, ExynosRect *rect);
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.h272 ExynosRect m_orgPreviewRect;
273 ExynosRect m_orgPictureRect;
274 ExynosRect m_orgVideoRect;
DExynosCamera.cpp1782 ExynosRect *rect) in yuv2Jpeg()
2139 ExynosRect *face, in getDetectedFacesAreas()
2140 ExynosRect *leftEye, in getDetectedFacesAreas()
2141 ExynosRect *rightEye, in getDetectedFacesAreas()
2142 ExynosRect *mouth) in getDetectedFacesAreas()
2362 int ExynosCamera::getFocusAreas(ExynosRect *rects) in getFocusAreas()
2427 int ExynosCamera::getMeteringAreas(ExynosRect *rects) in getMeteringAreas()
2854 bool ExynosCamera::setFocusAreas(int num, ExynosRect* rects, int *weights) in setFocusAreas()
3068 bool ExynosCamera::setMeteringAreas(int num, ExynosRect *rects, int *weights) in setMeteringAreas()
3102 ExynosRect *rects = new ExynosRect[num]; in setMeteringAreas()
[all …]
DExynosCameraHWInterface.cpp3324 ExynosRect jpegRect; in m_pictureThreadFunc()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h571 ExynosRect *rect);
597 void m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect,
DExynosCameraHWInterface2.cpp4192 ExynosRect jpegRect; in m_jpegCreator()
4199 ExynosRect m_jpegPictureRect; in m_jpegCreator()
4399 ExynosRect jpegRect; in m_recordCreator()
4708 ExynosRect *rect) in yuv2Jpeg()
5784 void ExynosCameraHWInterface2::m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *re… in m_setExifChangedAttribute()