Searched refs:VALUE_FALSE (Results 1 – 2 of 2) sorted by relevance
372 const char QCameraParameters::VALUE_FALSE[] = "false"; member in qcamera::QCameraParameters786 { VALUE_FALSE, 0},5177 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5179 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5181 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5183 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5185 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5187 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5199 (m_pCapability->auto_hdr_supported)? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()5782 hdrNeed1xValues.append(VALUE_FALSE); in initDefaultParameters()[all …]
579 static const char VALUE_FALSE[]; variable