prefix 64 3rdparty/include/ffmpeg_/libavutil/file.h int av_tempfile(const char *prefix, char **filename, int log_offset, void *log_ctx); prefix 253 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::channelsWithPrefix (const char prefix[], prefix 257 3rdparty/openexr/IlmImf/ImfChannelList.cpp first = last = _map.lower_bound (prefix); prefix 258 3rdparty/openexr/IlmImf/ImfChannelList.cpp int n = strlen (prefix); prefix 261 3rdparty/openexr/IlmImf/ImfChannelList.cpp strncmp (last.name(), prefix, n) <= 0) prefix 269 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::channelsWithPrefix (const char prefix[], prefix 273 3rdparty/openexr/IlmImf/ImfChannelList.cpp first = last = _map.lower_bound (prefix); prefix 274 3rdparty/openexr/IlmImf/ImfChannelList.cpp int n = strlen (prefix); prefix 277 3rdparty/openexr/IlmImf/ImfChannelList.cpp strncmp (last.name(), prefix, n) <= 0) prefix 285 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::channelsWithPrefix (const string &prefix, prefix 289 3rdparty/openexr/IlmImf/ImfChannelList.cpp return channelsWithPrefix (prefix.c_str(), first, last); prefix 294 3rdparty/openexr/IlmImf/ImfChannelList.cpp ChannelList::channelsWithPrefix (const string &prefix, prefix 298 3rdparty/openexr/IlmImf/ImfChannelList.cpp return channelsWithPrefix (prefix.c_str(), first, last); prefix 238 3rdparty/openexr/IlmImf/ImfChannelList.h void channelsWithPrefix (const char prefix[], prefix 242 3rdparty/openexr/IlmImf/ImfChannelList.h void channelsWithPrefix (const char prefix[], prefix 246 3rdparty/openexr/IlmImf/ImfChannelList.h void channelsWithPrefix (const std::string &prefix, prefix 250 3rdparty/openexr/IlmImf/ImfChannelList.h void channelsWithPrefix (const std::string &prefix, prefix 50 3rdparty/openexr/IlmImf/ImfKeyCode.cpp int prefix, prefix 58 3rdparty/openexr/IlmImf/ImfKeyCode.cpp setPrefix (prefix); prefix 135 3rdparty/openexr/IlmImf/ImfKeyCode.cpp KeyCode::setPrefix (int prefix) prefix 137 3rdparty/openexr/IlmImf/ImfKeyCode.cpp if (prefix < 0 || prefix > 999999) prefix 141 3rdparty/openexr/IlmImf/ImfKeyCode.cpp _prefix = prefix; prefix 112 3rdparty/openexr/IlmImf/ImfKeyCode.h int prefix = 0, prefix 132 3rdparty/openexr/IlmImf/ImfKeyCode.h int prefix () const; prefix 133 3rdparty/openexr/IlmImf/ImfKeyCode.h void setPrefix (int prefix); prefix 61 3rdparty/openexr/IlmImf/ImfKeyCodeAttribute.cpp Xdr::write <StreamIO> (os, _value.prefix()); prefix 2583 modules/core/src/ocl.cpp String prefix = Program::getPrefix(buildflags); prefix 2584 modules/core/src/ocl.cpp HashKey k(src.hash(), crc64((const uchar*)prefix.c_str(), prefix.size())); prefix 3553 modules/core/src/ocl.cpp String prefix(pos0, prefixlen); prefix 3554 modules/core/src/ocl.cpp if( prefix != prefix0 ) prefix 3570 modules/core/src/ocl.cpp String prefix = Program::getPrefix(buildflags); prefix 3571 modules/core/src/ocl.cpp size_t prefixlen = prefix.length(); prefix 3576 modules/core/src/ocl.cpp memcpy(buf, prefix.c_str(), prefixlen); prefix 151 modules/core/src/system.cpp std::wstring GetTempFileNameWinRT(std::wstring prefix) prefix 162 modules/core/src/system.cpp return prefix.append(std::wstring(guidStr)); prefix 363 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ prefix 364 modules/ts/include/opencv2/ts/ocl_test.hpp INSTANTIATE_TEST_CASE_P(OCL_ ## prefix, test_case_name, generator) prefix 7525 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr); prefix 7593 modules/ts/include/opencv2/ts/ts_gtest.h static bool Register(const char* prefix, const char* case_name, prefix 7602 modules/ts/include/opencv2/ts/ts_gtest.h (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/" prefix 7614 modules/ts/include/opencv2/ts/ts_gtest.h ::Register(prefix, case_name, test_names, index + 1); prefix 7635 modules/ts/include/opencv2/ts/ts_gtest.h static bool Register(const char* prefix, const char* case_name, prefix 7641 modules/ts/include/opencv2/ts/ts_gtest.h prefix, case_name, test_names, 0); prefix 7645 modules/ts/include/opencv2/ts/ts_gtest.h ::Register(prefix, case_name, SkipComma(test_names)); prefix 17033 modules/ts/include/opencv2/ts/ts_gtest.h # define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ prefix 17035 modules/ts/include/opencv2/ts/ts_gtest.h gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \ prefix 17036 modules/ts/include/opencv2/ts/ts_gtest.h int gtest_##prefix##test_case_name##_dummy_ = \ prefix 17040 modules/ts/include/opencv2/ts/ts_gtest.h #prefix, \ prefix 17041 modules/ts/include/opencv2/ts/ts_gtest.h >est_##prefix##test_case_name##_EvalGenerator_, \ prefix 6177 modules/ts/src/ts_gtest.cpp bool SkipPrefix(const char* prefix, const char** pstr) { prefix 6178 modules/ts/src/ts_gtest.cpp const size_t prefix_len = strlen(prefix); prefix 6179 modules/ts/src/ts_gtest.cpp if (strncmp(*pstr, prefix, prefix_len) == 0) { prefix 470 modules/videoio/src/cap_msmf.hpp #define WRL_ENUM_GET(obj, prefix, prop) obj::##prop prefix 560 modules/videoio/src/cap_msmf.hpp #define WRL_ENUM_GET(obj, prefix, prop) obj::prefix##_##prop prefix 16 samples/cpp/train_HOG.cpp void load_images( const string & prefix, const string & filename, vector< Mat > & img_lst ); prefix 75 samples/cpp/train_HOG.cpp void load_images( const string & prefix, const string & filename, vector< Mat > & img_lst ) prefix 80 samples/cpp/train_HOG.cpp file.open( (prefix+filename).c_str() ); prefix 96 samples/cpp/train_HOG.cpp Mat img = imread( (prefix+line).c_str() ); // load the image prefix 151 samples/cpp/tutorial_code/video/bg_sub.cpp string prefix = fn.substr(0,index+1); prefix 170 samples/cpp/tutorial_code/video/bg_sub.cpp string nextFrameFilename = prefix + nextFrameNumberString + suffix; prefix 197 samples/cpp/videostab.cpp Ptr<MotionEstimatorRansacL2> est = makePtr<MotionEstimatorRansacL2>(motionModel(arg(prefix + "model"))); prefix 200 samples/cpp/videostab.cpp if (arg(prefix + "subset") != "auto") prefix 201 samples/cpp/videostab.cpp ransac.size = argi(prefix + "subset"); prefix 202 samples/cpp/videostab.cpp if (arg(prefix + "thresh") != "auto") prefix 203 samples/cpp/videostab.cpp ransac.thresh = argf(prefix + "thresh"); prefix 204 samples/cpp/videostab.cpp ransac.eps = argf(prefix + "outlier-ratio"); prefix 207 samples/cpp/videostab.cpp est->setMinInlierRatio(argf(prefix + "min-inlier-ratio")); prefix 210 samples/cpp/videostab.cpp if (arg(prefix + "local-outlier-rejection") == "yes") prefix 214 samples/cpp/videostab.cpp if (arg(prefix + "thresh") != "auto") prefix 215 samples/cpp/videostab.cpp ransacParams.thresh = argf(prefix + "thresh"); prefix 230 samples/cpp/videostab.cpp kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); prefix 236 samples/cpp/videostab.cpp string prefix; prefix 248 samples/cpp/videostab.cpp Ptr<MotionEstimatorL1> est = makePtr<MotionEstimatorL1>(motionModel(arg(prefix + "model"))); prefix 251 samples/cpp/videostab.cpp if (arg(prefix + "local-outlier-rejection") == "yes") prefix 255 samples/cpp/videostab.cpp if (arg(prefix + "thresh") != "auto") prefix 256 samples/cpp/videostab.cpp ransacParams.thresh = argf(prefix + "thresh"); prefix 271 samples/cpp/videostab.cpp kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); prefix 277 samples/cpp/videostab.cpp string prefix;