Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp372 const char QCameraParameters::VALUE_FALSE[] = "false"; member in qcamera::QCameraParameters
785 { VALUE_FALSE, 0},
5192 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5194 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5196 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5198 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5200 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5202 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5212 (m_pCapability->auto_hdr_supported)? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5795 hdrNeed1xValues.append(VALUE_FALSE); in initDefaultParameters()
[all …]
DQCameraParameters.h578 static const char VALUE_FALSE[]; variable