Searched refs:stillmore_config (Results 1 – 4 of 4) sorted by relevance
254 void setStillMoreSettings(cam_still_more_t stillmore_config);
832 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument833 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
1151 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument1155 mImpl->setStillMoreSettings(stillmore_config); in setStillMoreSettings()
4380 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local4381 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()4382 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()4678 cam_still_more_t stillmore_config; in configureStillMore() local4725 memset(&stillmore_config, 0, sizeof(cam_still_more_t)); in configureStillMore()4726 stillmore_config.burst_count = burst_cnt; in configureStillMore()4727 mParameters.setStillMoreSettings(stillmore_config); in configureStillMore()8589 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in addReprocChannel() local8590 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()