Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h875 bool getDcrf() { return m_bDcrfEnabled; } in getDcrf()
1272 bool m_bDcrfEnabled; variable
DQCameraParameters.cpp12210 m_bDcrfEnabled = 0; in setDcrf()
12215 m_bDcrfEnabled = atoi(prop); in setDcrf()
14576 if (m_bDcrfEnabled && (CAM_STREAM_TYPE_ANALYSIS == stream_type)) { in updatePpFeatureMask()