Lines Matching refs:VALUE_TRUE
228 const char QCameraParameters::VALUE_TRUE[] = "true"; member in qcamera::QCameraParameters
514 { VALUE_TRUE, 1}
2203 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setSceneMode()
2413 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in setNumOfSnapshot()
2832 m_pCapability->smooth_zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2834 m_pCapability->zoom_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2836 m_pCapability->video_snapshot_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2838 m_pCapability->video_stablization_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2840 m_pCapability->auto_exposure_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
2842 m_pCapability->auto_wb_lock_supported? VALUE_TRUE : VALUE_FALSE); in initDefaultParameters()
5118 if (need_hdr_1x != NULL && strcmp(need_hdr_1x, VALUE_TRUE) == 0) { in getNumOfHDRBufsIfNeeded()