Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp371 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
795 { VALUE_TRUE, 1}
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()
6202 set(KEY_INTERNAL_PERVIEW_RESTART, VALUE_TRUE); in initDefaultParameters()
[all …]
DQCameraParameters.h580 static const char VALUE_TRUE[]; variable