Searched refs:VALUE_FALSE (Results 1 – 2 of 2) sorted by relevance
372 const char QCameraParameters::VALUE_FALSE[] = "false"; member in qcamera::QCameraParameters785 { 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 …]
578 static const char VALUE_FALSE[]; variable