Searched refs:feature_set (Results 1 – 5 of 5) sorted by relevance
98 bool cv::cuda::deviceSupports(FeatureSet feature_set) in deviceSupports() argument101 (void) feature_set; in deviceSupports()127 return TargetArchs::builtWith(feature_set) && (version >= feature_set); in deviceSupports()143 bool builtWith(FeatureSet feature_set) const;167 bool CudaArch::builtWith(FeatureSet feature_set) const in builtWith()169 return !features.empty() && (features.back() >= feature_set); in builtWith()228 bool cv::cuda::TargetArchs::builtWith(cv::cuda::FeatureSet feature_set) in builtWith() argument231 (void) feature_set; in builtWith()235 return cudaArch.builtWith(feature_set); in builtWith()
247 dc1394featureset_t feature_set; member in CvCaptureCAM_DC1394_v2_CPP494 if (dc1394_feature_get_all(dcCam,&feature_set) == DC1394_SUCCESS) in open()659 dc1394featureset_t& fs = const_cast<dc1394featureset_t&>(feature_set); in getProperty()675 return feature_set.feature[DC1394_FEATURE_WHITE_BALANCE-DC1394_FEATURE_MIN].BU_value; in getProperty()681 return feature_set.feature[DC1394_FEATURE_WHITE_BALANCE-DC1394_FEATURE_MIN].RV_value; in getProperty()700 return feature_set.feature[dc1394properties[propId]-DC1394_FEATURE_MIN].value; in getProperty()752 …dc1394feature_info_t *act_feature = &feature_set.feature[dc1394properties[propId]-DC1394_FEATURE_M… in setProperty()768 … feature_set.feature[dc1394properties[propId]-DC1394_FEATURE_MIN].is_on=DC1394_ON; in setProperty()
593 CV_EXPORTS bool deviceSupports(FeatureSet feature_set);608 static bool builtWith(FeatureSet feature_set);822 bool supports(FeatureSet feature_set) const;
595 bool DeviceInfo::supports(FeatureSet feature_set) const in supports()598 return version >= feature_set; in supports()
4462 feature_set = png_permit_mng_features(png_ptr, mask)4470 feature_set is a png_uint_32 that is the bitwise AND of