Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h758 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument
759 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
DQCamera2HWI.cpp2586 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local
2587 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()
2588 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()
2852 cam_still_more_t stillmore_config; in configureStillMore() local
2887 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() local
5931 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()