Home
last modified time | relevance | path

Searched refs:cam_still_more_t (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h253 cam_still_more_t getStillMoreSettings();
254 void setStillMoreSettings(cam_still_more_t stillmore_config);
255 cam_still_more_t getStillMoreCapability();
DQCameraParameters.h831 cam_still_more_t getStillMoreSettings() {return m_stillmore_config;}; in getStillMoreSettings()
832 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings()
834 cam_still_more_t getStillMoreCapability() in getStillMoreCapability()
1225 cam_still_more_t m_stillmore_config;
DQCameraParametersIntf.cpp1144 cam_still_more_t QCameraParametersIntf::getStillMoreSettings() in getStillMoreSettings()
1151 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings()
1158 cam_still_more_t QCameraParametersIntf::getStillMoreCapability() in getStillMoreCapability()
DQCamera2HWI.cpp4380 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture()
4678 cam_still_more_t stillmore_config; in configureStillMore()
4679 cam_still_more_t stillmore_cap; in configureStillMore()
4725 memset(&stillmore_config, 0, sizeof(cam_still_more_t)); in configureStillMore()
8589 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in addReprocChannel()
DQCamera2HWICallbacks.cpp2067 cam_still_more_t stillmore_cap = mParameters.getStillMoreSettings(); in updateMetadata()
DQCameraParameters.cpp1036 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
1153 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h526 cam_still_more_t stillmore_settings_need;
Dcam_types.h2851 } cam_still_more_t; typedef