Home
last modified time | relevance | path

Searched refs:cam_low_light_mode_t (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h267 void setLowLightLevel(cam_low_light_mode_t value);
268 cam_low_light_mode_t getLowLightLevel();
DQCameraParameters.h838 void setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel()
840 cam_low_light_mode_t getLowLightLevel() {return m_LowLightLevel;}; in getLowLightLevel()
1200 cam_low_light_mode_t m_LowLightLevel;
DQCameraParametersIntf.cpp1253 void QCameraParametersIntf::setLowLightLevel(cam_low_light_mode_t value) in setLowLightLevel()
1260 cam_low_light_mode_t QCameraParametersIntf::getLowLightLevel() in getLowLightLevel()
DQCamera2HWICallbacks.cpp2409 IF_META_AVAILABLE(cam_low_light_mode_t, low_light_level, in metadata_stream_cb_routine()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h920 } cam_low_light_mode_t; typedef
968 cam_low_light_mode_t low_light_mode;
Dcam_intf.h963 INCLUDE(CAM_INTF_META_LOW_LIGHT, cam_low_light_mode_t, 1);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2583 IF_META_AVAILABLE(const cam_low_light_mode_t, low_light_level, in mm_channel_handle_metadata()