Home
last modified time | relevance | path

Searched refs:VALUE_FALSE (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp372 const char QCameraParameters::VALUE_FALSE[] = "false"; member in qcamera::QCameraParameters
794 { VALUE_FALSE, 0},
5401 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5403 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5405 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5407 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5409 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5411 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5421 (m_pCapability->auto_hdr_supported)? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
6004 hdrNeed1xValues.append(VALUE_FALSE); in initDefaultParameters()
[all …]
DQCameraParameters.h579 static const char VALUE_FALSE[]; variable