Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h526 cam_still_more_t stillmore_settings_need; member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp10913 m_pCapability->stillmore_settings_need.min_burst_count) && in getBurstCountForAdvancedCapture()
10915 m_pCapability->stillmore_settings_need.max_burst_count)) { in getBurstCountForAdvancedCapture()
10918 burstCount = m_pCapability->stillmore_settings_need.burst_count; in getBurstCountForAdvancedCapture()
14214 m_pCapability->stillmore_settings_need.min_burst_count) && in getNumOfExtraBuffersForImageProc()
14216 m_pCapability->stillmore_settings_need.max_burst_count)) { in getNumOfExtraBuffersForImageProc()
14219 numOfBufs += m_pCapability->stillmore_settings_need.burst_count - 1; in getNumOfExtraBuffersForImageProc()
14302 m_pCapability->stillmore_settings_need.min_burst_count) && in getNumberInBufsForSingleShot()
14304 m_pCapability->stillmore_settings_need.max_burst_count)) { in getNumberInBufsForSingleShot()
14307 numOfBufs = m_pCapability->stillmore_settings_need.burst_count; in getNumberInBufsForSingleShot()
DQCameraParameters.h835 {return m_pCapability->stillmore_settings_need;}; in getStillMoreCapability()