Home
last modified time | relevance | path

Searched refs:currentAfRegion (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h645 uint32_t currentAfRegion[4]; variable
DExynosCameraHWInterface2.cpp3070 shot_ext->shot.ctl.aa.afRegions[0] = currentAfRegion[0]; in m_updateAfRegion()
3071 shot_ext->shot.ctl.aa.afRegions[1] = currentAfRegion[1]; in m_updateAfRegion()
3072 shot_ext->shot.ctl.aa.afRegions[2] = currentAfRegion[2]; in m_updateAfRegion()
3073 shot_ext->shot.ctl.aa.afRegions[3] = currentAfRegion[3]; in m_updateAfRegion()
3078 currentAfRegion[0] = afRegion[0]; in SetAfRegion()
3079 currentAfRegion[1] = afRegion[1]; in SetAfRegion()
3080 currentAfRegion[2] = afRegion[2]; in SetAfRegion()
3081 currentAfRegion[3] = afRegion[3]; in SetAfRegion()