Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h282 void setLowLightLevel(cam_low_light_mode_t value);
DQCameraParametersIntf.cpp1319 void QCameraParametersIntf::setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel() function in qcamera::QCameraParametersIntf
1323 mImpl->setLowLightLevel(value); in setLowLightLevel()
DQCameraParameters.h865 void setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel() function
DQCamera2HWICallbacks.cpp2567 pme->mParameters.setLowLightLevel(*low_light_level); in metadata_stream_cb_routine()