Searched refs:stillmore_config (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.h240 void setStillMoreSettings(cam_still_more_t stillmore_config);
H A DQCameraParameters.h803 void setStillMoreSettings(cam_still_more_t stillmore_config) argument
804 {m_stillmore_config = stillmore_config;};
H A DQCameraParametersIntf.cpp1092 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) argument
1096 mImpl->setStillMoreSettings(stillmore_config);
H A DQCamera2HWI.cpp3960 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); local
3961 stillmore_config.burst_count = 0;
3962 mParameters.setStillMoreSettings(stillmore_config);
4245 cam_still_more_t stillmore_config; local
4292 memset(&stillmore_config, 0, sizeof(cam_still_more_t));
4293 stillmore_config.burst_count = burst_cnt;
4294 mParameters.setStillMoreSettings(stillmore_config);
7765 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); local
7766 pp_config.burst_cnt = stillmore_config.burst_count;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h251 void setStillMoreSettings(cam_still_more_t stillmore_config);
H A DQCameraParameters.h813 void setStillMoreSettings(cam_still_more_t stillmore_config) argument
814 {m_stillmore_config = stillmore_config;};
H A DQCameraParametersIntf.cpp1131 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) argument
1135 mImpl->setStillMoreSettings(stillmore_config);
H A DQCamera2HWI.cpp4304 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); local
4305 stillmore_config.burst_count = 0;
4306 mParameters.setStillMoreSettings(stillmore_config);
4597 cam_still_more_t stillmore_config; local
4644 memset(&stillmore_config, 0, sizeof(cam_still_more_t));
4645 stillmore_config.burst_count = burst_cnt;
4646 mParameters.setStillMoreSettings(stillmore_config);
8334 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); local
8335 pp_config.burst_cnt = stillmore_config.burst_count;

Completed in 49 milliseconds