Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h831 cam_still_more_t getStillMoreSettings() {return m_stillmore_config;}; in getStillMoreSettings()
833 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
1225 cam_still_more_t m_stillmore_config; variable
DQCameraParameters.cpp1036 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
1153 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
10912 } else if ((m_stillmore_config.burst_count >= in getBurstCountForAdvancedCapture()
10914 (m_stillmore_config.burst_count <= in getBurstCountForAdvancedCapture()
10916 burstCount = m_stillmore_config.burst_count; in getBurstCountForAdvancedCapture()
14212 m_stillmore_config.burst_count = 1; in getNumOfExtraBuffersForImageProc()
14213 } else if ((m_stillmore_config.burst_count >= in getNumOfExtraBuffersForImageProc()
14215 (m_stillmore_config.burst_count <= in getNumOfExtraBuffersForImageProc()
14217 numOfBufs += m_stillmore_config.burst_count - 1; in getNumOfExtraBuffersForImageProc()
14299 m_stillmore_config.burst_count = 1; in getNumberInBufsForSingleShot()
[all …]