Searched refs:slow_ae (Results 1 - 2 of 2) sorted by relevance

/device/samsung/crespo/libcamera/
H A DSecCamera.cpp2502 int SecCamera::setSlowAE(int slow_ae) argument
2504 ALOGV("%s(slow_ae(%d))", __func__, slow_ae);
2506 if (slow_ae < GAMMA_OFF || GAMMA_MAX <= slow_ae) {
2507 ALOGE("ERR(%s):Invalid slow_ae (%d)", __func__, slow_ae);
2511 if (m_slow_ae!= slow_ae) {
2512 m_slow_ae = slow_ae;
2514 if (fimc_v4l2_s_ctrl(m_cam_fd, V4L2_CID_CAMERA_SET_SLOW_AE, slow_ae) <
[all...]
H A DSecCamera.h411 int setSlowAE(int slow_ae);

Completed in 7 milliseconds