Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h254 void setStillMoreSettings(cam_still_more_t stillmore_config);
DQCameraParameters.h832 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument
833 {m_stillmore_config = stillmore_config;}; in setStillMoreSettings()
DQCameraParametersIntf.cpp1151 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings() argument
1155 mImpl->setStillMoreSettings(stillmore_config); in setStillMoreSettings()
DQCamera2HWI.cpp4380 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture() local
4381 stillmore_config.burst_count = 0; in unconfigureAdvancedCapture()
4382 mParameters.setStillMoreSettings(stillmore_config); in unconfigureAdvancedCapture()
4678 cam_still_more_t stillmore_config; in configureStillMore() local
4725 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() local
8590 pp_config.burst_cnt = stillmore_config.burst_count; in addReprocChannel()