fallback path & sample timing implemented
authorAlexey Ershov <user@example.com>
Sun, 30 Aug 2015 23:33:15 +0000 (02:33 +0300)
committerAlexey Ershov <user@example.com>
Thu, 3 Sep 2015 23:42:49 +0000 (02:42 +0300)
commit68a0347ff9729ef90ba957a06e5eda8d11efb4f7
tree17ebdb7352d9b76c12258623df2503b89d3119b3
parentfaa668437357f6433bc1c01508b9eec62827d130
fallback path & sample timing implemented
fixed trailing whitespaces
renamed files *vaapi* to *va_intel*
changed names vaapi* to va_intel*
15 files changed:
CMakeLists.txt
cmake/OpenCVFindLibsVideo.cmake
cmake/OpenCVFindVA.cmake [new file with mode: 0644]
cmake/OpenCVFindVAAPI.cmake [deleted file]
cmake/OpenCVFindVA_INTEL.cmake [new file with mode: 0644]
cmake/templates/cvconfig.h.in
modules/core/CMakeLists.txt
modules/core/include/opencv2/core/va_intel.hpp [moved from modules/core/include/opencv2/core/vaapi.hpp with 54% similarity]
modules/core/src/precomp.hpp
modules/core/src/va_intel.cpp [new file with mode: 0644]
modules/core/src/vaapi.cpp [deleted file]
samples/CMakeLists.txt
samples/va_intel/CMakeLists.txt [moved from samples/vaapi/CMakeLists.txt with 68% similarity]
samples/va_intel/display.cpp.inc [moved from samples/vaapi/display.cpp.inc with 90% similarity]
samples/va_intel/va_intel_interop.cpp [moved from samples/vaapi/vaapi_interop.cpp with 85% similarity]