Searched refs:stillmore_config (Results 1 – 2 of 2) sorted by relevance
758 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument759 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
2586 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local2587 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()2588 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()2852 cam_still_more_t stillmore_config; in configureStillMore() local2887 memset(&stillmore_config, 0, sizeof(cam_still_more_t)); in configureStillMore()2888 stillmore_config.burst_count = burst_cnt; in configureStillMore()2889 mParameters.setStillMoreSettings(stillmore_config); in configureStillMore()5930 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in addReprocChannel() local5931 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()