Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h267 void setLowLightLevel(cam_low_light_mode_t value);
DQCameraParametersIntf.cpp1253 void QCameraParametersIntf::setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel() function in qcamera::QCameraParametersIntf
1257 mImpl->setLowLightLevel(value); in setLowLightLevel()
DQCameraParameters.h838 void setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel() function
DQCamera2HWICallbacks.cpp2411 pme->mParameters.setLowLightLevel(*low_light_level); in metadata_stream_cb_routine()