Home
last modified time | relevance | path

Searched refs:stillmore_config (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h240 void setStillMoreSettings(cam_still_more_t stillmore_config);
DQCameraParameters.h806 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument
807 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
DQCameraParametersIntf.cpp1092 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument
1096 mImpl->setStillMoreSettings(stillmore_config); in setStillMoreSettings()
DQCamera2HWI.cpp3890 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local
3891 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()
3892 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()
4175 cam_still_more_t stillmore_config; in configureStillMore() local
4222 memset(&stillmore_config, 0, sizeof(cam_still_more_t)); in configureStillMore()
4223 stillmore_config.burst_count = burst_cnt; in configureStillMore()
4224 mParameters.setStillMoreSettings(stillmore_config); in configureStillMore()
7650 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in addReprocChannel() local
7651 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()