HomeSort by relevance Sort by last modified time
    Searched full:winrt (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/opencv3/samples/winrt/
readme.txt 1 Building OpenCV WinRT Samples
6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for WinRT
  /external/opencv3/samples/winrt_universal/
readme.txt 1 Building OpenCV WinRT Universal Samples
6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for WinRT
  /external/opencv3/platforms/winrt/
arm.winrt.toolchain.cmake 4 set(CMAKE_FIND_ROOT_PATH "${CMAKE_SOURCE_DIR}/platforms/winrt")
  /external/v8/tools/gyp/test/win/
gyptest-cl-compile-as-winrt.py 16 test.run_gyp('compile-as-winrt.gyp', chdir=CHDIR)
18 test.build('compile-as-winrt.gyp', 'test-compile-as-winrt', chdir=CHDIR)
gyptest-link-enable-winrt-target-platform-version.py 17 CHDIR = 'winrt-target-platform-version'
26 test.run_gyp('winrt-target-platform-version.gyp', chdir=CHDIR)
28 test.build('winrt-target-platform-version.gyp',
33 test.build('winrt-target-platform-version.gyp',
38 test.build('winrt-target-platform-version.gyp',
42 test.build('winrt-target-platform-version.gyp',
gyptest-link-enable-winrt-app-revision.py 17 CHDIR = 'winrt-app-type-revision'
26 test.run_gyp('winrt-app-type-revision.gyp', chdir=CHDIR)
28 test.build('winrt-app-type-revision.gyp', 'enable_winrt_81_revision_dll',
33 test.build('winrt-app-type-revision.gyp', 'enable_winrt_82_revision_dll',
38 test.build('winrt-app-type-revision.gyp', 'enable_winrt_invalid_revision_dll',
gyptest-link-enable-winrt.py 17 CHDIR = 'enable-winrt'
26 test.run_gyp('enable-winrt.gyp', chdir=CHDIR)
28 test.build('enable-winrt.gyp', 'enable_winrt_dll', chdir=CHDIR)
30 test.build('enable-winrt.gyp', 'enable_winrt_missing_dll', chdir=CHDIR,
33 test.build('enable-winrt.gyp', 'enable_winrt_winphone_dll', chdir=CHDIR)
  /external/opencv3/modules/cudafilters/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/cudastereo/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/cudawarping/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/superres/
CMakeLists.txt 1 if(IOS OR WINRT)
  /external/opencv3/modules/ts/
CMakeLists.txt 3 if(IOS OR WINRT)
  /external/v8/tools/gyp/test/win/compiler-flags/
compile-as-winrt.gyp 8 'target_name': 'test-compile-as-winrt',
17 'sources': ['compile-as-winrt.cc']
  /external/opencv3/platforms/scripts/
cmake_winrt.cmd 9 cmake.exe -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_WINRT_MODE=ON -DWITH_FFMPEG=OFF -DWITH_MSMF=OFF -DWITH_DSHOW=OFF -DWITH_VFW=OFF -DWITH_OPENEXR=OFF -DWITH_CUDA=OFF -DBUILD_opencv_gpu=OFF -DBUILD_opencv_python=OFF -DBUILD_opencv_java=OFF -DCMAKE_TOOLCHAIN_FILE=..\winrt\arm.winrt.toolchain.cmake %* ..\..
  /external/opencv3/modules/cudafeatures2d/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/cudaimgproc/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/cudaoptflow/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/3rdparty/libpng/
opencv-libpng.patch 10 +# if defined(_WINDOWS_) && !defined(WINRT)
19 +# if defined(_WINDOWS_) && !defined(WINRT) /* Favor Windows over C runtime fns */
  /external/opencv3/modules/cudaarithm/
CMakeLists.txt 1 if(IOS OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/modules/cudacodec/
CMakeLists.txt 1 if(IOS OR APPLE OR WINRT OR (NOT HAVE_CUDA AND NOT BUILD_CUDA_STUBS))
  /external/opencv3/samples/wp8/
readme.txt 6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for Windows Phone 8.0/8.
  /external/opencv3/cmake/
OpenCVDetectOpenCL.cmake 13 if(WINRT)
16 endif(WINRT)
32 if(NOT WINRT)
OpenCVCRTLinkage.cmake 6 # set(WINRT TRUE)
8 if (WINRT)
12 # Removing LNK4075 warnings for debug WinRT builds
15 if(MSVC AND WINRT)
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
readme.txt 1 notes for OpenCV WinRT implementation:
27 the "progress reporter" method provided by the WinRT class
  /external/opencv3/modules/videoio/
CMakeLists.txt 35 # Removing WinRT API headers by default
36 status(" ${name}: Removing WinRT API headers by default")
40 # below are not available on WinRT 8.0.
42 if(DEFINED WINRT AND NOT DEFINED WINRT_8_0)
44 # WinRT detected. Adding WinRT API header
45 status(" ${name}: WinRT detected. Adding WinRT API header")
48 # Adding WinRT internal sources and headers

Completed in 605 milliseconds

1 2 3 4