Searched refs:stillmore_config (Results 1 – 4 of 4) sorted by relevance
240 void setStillMoreSettings(cam_still_more_t stillmore_config);
806 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument807 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
1092 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument1096 mImpl->setStillMoreSettings(stillmore_config); in setStillMoreSettings()
3890 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local3891 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()3892 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()4175 cam_still_more_t stillmore_config; in configureStillMore() local4222 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() local7651 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()