Home
last modified time | relevance | path

Searched refs:m_autoExp (Results 1 – 3 of 3) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.cpp662 *autoExp = m_autoExp.enabled; in GetExposureInfo()
703 m_autoExp.minExposure != minExp || in SetAutoExposureCfg()
704 m_autoExp.maxExposure != maxExp || in SetAutoExposureCfg()
705 m_autoExp.targetSNR != targetSNR; in SetAutoExposureCfg()
707 m_autoExp.minExposure = minExp; in SetAutoExposureCfg()
708 m_autoExp.maxExposure = maxExp; in SetAutoExposureCfg()
709 m_autoExp.targetSNR = targetSNR; in SetAutoExposureCfg()
716 if (m_autoExp.enabled) in ExposureDurationSummary()
717 …t("Auto (min = %d ms, max = %d ms, SNR = %.2f)", m_autoExp.minExposure, m_autoExp.maxExposure, m_a… in ExposureDurationSummary()
724 if (m_autoExp.enabled) in ResetAutoExposure()
[all …]
H A Dmyframe_events.cpp67 if (!m_autoExp.enabled) in OnExposureDurationSelected()
70 m_autoExp.enabled = true; in OnExposureDurationSelected()
92 if (m_autoExp.enabled) in OnExposureDurationSelected()
112 if (m_autoExp.enabled || m_exposureDuration != duration) in OnExposureDurationSelected()
117 m_autoExp.enabled = false; in OnExposureDurationSelected()
133 pConfig->Profile.SetInt("/ExposureDurationMs", m_autoExp.enabled ? -1 : m_exposureDuration); in NotifyExposureChanged()
H A Dmyframe.h340 const AutoExposureCfg& GetAutoExposureCfg() const { return m_autoExp; } in GetAutoExposureCfg()
468 AutoExposureCfg m_autoExp; variable