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

/hardware/samsung_slsi/exynos5/include/
H A DExynosRect.h18 * \file ExynosRect.h
19 * \brief header file for ExynosRect
39 struct ExynosRect struct
51 ExynosRect(int _x_ = 0, function in struct:ExynosRect
69 ExynosRect(const ExynosRect *other) function in struct:ExynosRect
81 ExynosRect& operator =(const ExynosRect &other)
94 bool operator ==(const ExynosRect &other) const
106 bool operator !=(const ExynosRect
[all...]
H A DExynosCamera.h69 #include "ExynosRect.h"
387 bool yuv2Jpeg(ExynosBuffer *yuvBuf, ExynosBuffer *jpegBuf, ExynosRect *rect);
423 int getDetectedFacesAreas(int num, int *id, int *score, ExynosRect *face, ExynosRect *leftEye, ExynosRect *rightEye, ExynosRect *mouth);
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 *rect
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h272 ExynosRect m_orgPreviewRect;
273 ExynosRect m_orgPictureRect;
274 ExynosRect m_orgVideoRect;
H A DExynosCamera.cpp1782 ExynosRect *rect)
2139 ExynosRect *face,
2140 ExynosRect *leftEye,
2141 ExynosRect *rightEye,
2142 ExynosRect *mouth)
2362 int ExynosCamera::getFocusAreas(ExynosRect *rects)
2427 int ExynosCamera::getMeteringAreas(ExynosRect *rects)
2854 bool ExynosCamera::setFocusAreas(int num, ExynosRect* rects, int *weights)
3068 bool ExynosCamera::setMeteringAreas(int num, ExynosRect *rects, int *weights)
3102 ExynosRect *rect
[all...]
H A DExynosCameraHWInterface.cpp3324 ExynosRect jpegRect;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h44 #include "ExynosRect.h"
571 ExynosRect *rect);
597 void m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect,
H A DExynosCameraHWInterface2.cpp4192 ExynosRect jpegRect;
4199 ExynosRect m_jpegPictureRect;
4399 ExynosRect jpegRect;
4708 ExynosRect *rect)
5784 void ExynosCameraHWInterface2::m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect,

Completed in 185 milliseconds