OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExynosRect
(Results
1 - 7
of
7
) sorted by null
/hardware/samsung_slsi/exynos5/include/
ExynosRect.h
18
* \file
ExynosRect
.h
19
* \brief header file for
ExynosRect
39
struct
ExynosRect
51
ExynosRect
(int _x_ = 0,
69
ExynosRect
(const
ExynosRect
*other)
81
ExynosRect
& operator =(const
ExynosRect
&other)
94
bool operator ==(const
ExynosRect
&other) const
106
bool operator !=(const
ExynosRect
&other) cons
[
all
...]
ExynosCamera.h
69
#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
*rects, int *weights)
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h
272
ExynosRect
m_orgPreviewRect;
273
ExynosRect
m_orgPictureRect;
274
ExynosRect
m_orgVideoRect;
ExynosCamera.cpp
[
all
...]
ExynosCameraHWInterface.cpp
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h
44
#include "
ExynosRect
.h"
586
ExynosRect
*rect);
612
void m_setExifChangedAttribute(exif_attribute_t *exifInfo,
ExynosRect
*rect,
ExynosCameraHWInterface2.cpp
[
all
...]
Completed in 191 milliseconds