Searched refs:VALUE_FALSE (Results 1 – 2 of 2) sorted by relevance
372 const char QCameraParameters::VALUE_FALSE[] = "false"; member in qcamera::QCameraParameters794 { VALUE_FALSE, 0},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()6004 hdrNeed1xValues.append(VALUE_FALSE); in initDefaultParameters()[all …]
579 static const char VALUE_FALSE[]; variable