Lines Matching refs:burst_count
7601 m_pCapability->chroma_flash_settings_need.burst_count; in configureFlash()
10898 burstCount = m_pCapability->ubifocus_af_bracketing_need.burst_count; in getBurstCountForAdvancedCapture()
10901 burstCount = m_pCapability->refocus_af_bracketing_need.burst_count; in getBurstCountForAdvancedCapture()
10904 burstCount = m_pCapability->opti_zoom_settings_need.burst_count; in getBurstCountForAdvancedCapture()
10907 burstCount = m_pCapability->chroma_flash_settings_need.burst_count; in getBurstCountForAdvancedCapture()
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()
10918 burstCount = m_pCapability->stillmore_settings_need.burst_count; in getBurstCountForAdvancedCapture()
14203 return (uint8_t)(m_pCapability->refocus_af_bracketing_need.burst_count - 1); in getNumOfExtraBuffersForImageProc()
14205 numOfBufs += m_pCapability->ubifocus_af_bracketing_need.burst_count - 1; in getNumOfExtraBuffersForImageProc()
14207 numOfBufs += m_pCapability->opti_zoom_settings_need.burst_count - 1; in getNumOfExtraBuffersForImageProc()
14209 numOfBufs += m_pCapability->chroma_flash_settings_need.burst_count - 1; in getNumOfExtraBuffersForImageProc()
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()
14219 numOfBufs += m_pCapability->stillmore_settings_need.burst_count - 1; in getNumOfExtraBuffersForImageProc()
14246 if (captureIndex < m_pCapability->refocus_af_bracketing_need.burst_count) { in getExifBufIndex()
14285 numOfBufs = m_pCapability->refocus_af_bracketing_need.burst_count; in getNumberInBufsForSingleShot()
14287 numOfBufs = m_pCapability->ubifocus_af_bracketing_need.burst_count; in getNumberInBufsForSingleShot()
14289 numOfBufs = m_pCapability->opti_zoom_settings_need.burst_count; in getNumberInBufsForSingleShot()
14291 numOfBufs = m_pCapability->chroma_flash_settings_need.burst_count; in getNumberInBufsForSingleShot()
14299 m_stillmore_config.burst_count = 1; in getNumberInBufsForSingleShot()
14300 numOfBufs = m_stillmore_config.burst_count; in getNumberInBufsForSingleShot()
14301 } else if ((m_stillmore_config.burst_count >= in getNumberInBufsForSingleShot()
14303 (m_stillmore_config.burst_count <= in getNumberInBufsForSingleShot()
14305 numOfBufs = m_stillmore_config.burst_count; in getNumberInBufsForSingleShot()
14307 numOfBufs = m_pCapability->stillmore_settings_need.burst_count; in getNumberInBufsForSingleShot()