Lines Matching refs:cvRound
712 frameWidth = cvRound(value); in setProperty()
719 frameHeight = cvRound(value); in setProperty()
734 userMode = cvRound(value); in setProperty()
739 isoSpeed = cvRound(value); in setProperty()
754 if (cvRound(value) == CV_CAP_PROP_DC1394_OFF) in setProperty()
778 if (cvRound(value) == CV_CAP_PROP_DC1394_MODE_AUTO) in setProperty()
786 if (cvRound(value) == CV_CAP_PROP_DC1394_MODE_ONE_PUSH_AUTO) in setProperty()
803 …if (dc1394_feature_whitebalance_set_value(dcCam,cvRound(value), act_feature->RV_value)!=DC1394_SUC… in setProperty()
807 act_feature->BU_value = cvRound(value); in setProperty()
813 …if (dc1394_feature_whitebalance_set_value(dcCam, act_feature->BU_value, cvRound(value))!=DC1394_SU… in setProperty()
817 act_feature->RV_value = cvRound(value); in setProperty()
832 … if (dc1394_feature_set_value(dcCam, act_feature->id, cvRound(value)) == DC1394_SUCCESS) in setProperty()