Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp315 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
681 { VALUE_TRUE, 1}
4614 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4616 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4618 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4620 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4622 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4624 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
4636 (m_pCapability->auto_hdr_supported)? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5194 setHDRNeed1x(VALUE_TRUE); in initDefaultParameters()
[all …]
DQCameraParameters.h543 static const char VALUE_TRUE[]; variable
DQCamera2HWI.cpp2713 mParameters.set3ALock(QCameraParameters::VALUE_TRUE); in configureAFBracketing()
2831 mParameters.set3ALock(QCameraParameters::VALUE_TRUE); in configureOptiZoom()
2864 mParameters.set3ALock(QCameraParameters::VALUE_TRUE); in configureStillMore()