HomeSort by relevance Sort by last modified time
    Searched refs:uflow (Results 1 - 23 of 23) sorted by null

  /external/opencv3/modules/video/test/ocl/
test_optflow_tvl1flow.cpp 82 cv::Mat flow; cv::UMat uflow; local
94 OCL_ON(alg->calc(frame0, frame1, uflow));
95 uflow.copyTo(flow);
102 OCL_ON(alg->calc(frame0, frame1, uflow));
104 EXPECT_MAT_SIMILAR(flow, uflow, 1e-2);
test_optflow_farneback.cpp 94 cv::Mat flow; cv::UMat uflow; local
97 OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
98 uflow.copyTo(flow);
102 OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
104 EXPECT_MAT_SIMILAR(flow, uflow, 0.1);
  /external/opencv3/samples/cpp/
fback.cpp 41 UMat gray, prevgray, uflow; local
51 calcOpticalFlowFarneback(prevgray, gray, uflow, 0.5, 3, 15, 3, 5, 1.2, 0);
53 uflow.copyTo(flow);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sbumpc.pass.cpp 35 int_type uflow() function in struct:test
snextc.pass.cpp 35 int_type uflow() function in struct:test
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sbumpc.pass.cpp 35 int_type uflow() function in struct:test
snextc.pass.cpp 35 int_type uflow() function in struct:test
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 81 int_type uflow();
stdio_streambuf.cpp 171 stdio_istreambuf::int_type stdio_istreambuf::uflow() { function in class:stdio_istreambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
162 basic_streambuf<_CharT, _Traits>::uflow() { function in class:_Traits
_streambuf.h 174 virtual int_type uflow();
229 : this->uflow();
_sstream.h 80 virtual int_type uflow();
_sstream.c 105 basic_stringbuf<_CharT, _Traits, _Alloc>::uflow() { function in class:_Alloc
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
162 basic_streambuf<_CharT, _Traits>::uflow() { function in class:_Traits
_streambuf.h 174 virtual int_type uflow();
229 : this->uflow();
_sstream.h 80 virtual int_type uflow();
_sstream.c 105 basic_stringbuf<_CharT, _Traits, _Alloc>::uflow() { function in class:_Alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 108 uflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 108 uflow() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 108 uflow() function in class:stdio_sync_filebuf
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 108 uflow() function in class:stdio_sync_filebuf
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 3542 milliseconds