Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h239 cam_still_more_t getStillMoreSettings();
240 void setStillMoreSettings(cam_still_more_t stillmore_config);
241 cam_still_more_t getStillMoreCapability();
DQCameraParameters.h805 cam_still_more_t getStillMoreSettings() {return m_stillmore_config;}; in getStillMoreSettings()
806 void setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings()
808 cam_still_more_t getStillMoreCapability() in getStillMoreCapability()
1148 cam_still_more_t m_stillmore_config;
DQCameraParametersIntf.cpp1085 cam_still_more_t QCameraParametersIntf::getStillMoreSettings() in getStillMoreSettings()
1092 void QCameraParametersIntf::setStillMoreSettings(cam_still_more_t stillmore_config) in setStillMoreSettings()
1099 cam_still_more_t QCameraParametersIntf::getStillMoreCapability() in getStillMoreCapability()
DQCamera2HWI.cpp3890 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in unconfigureAdvancedCapture()
4175 cam_still_more_t stillmore_config; in configureStillMore()
4176 cam_still_more_t stillmore_cap; in configureStillMore()
4222 memset(&stillmore_config, 0, sizeof(cam_still_more_t)); in configureStillMore()
7650 cam_still_more_t stillmore_config = mParameters.getStillMoreSettings(); in addReprocChannel()
DQCamera2HWICallbacks.cpp1995 cam_still_more_t stillmore_cap = mParameters.getStillMoreSettings(); in updateMetadata()
DQCameraParameters.cpp1003 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
1109 memset(&m_stillmore_config, 0, sizeof(cam_still_more_t)); in QCameraParameters()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h347 cam_still_more_t stillmore_settings_need;
Dcam_types.h2394 } cam_still_more_t; typedef