Home
last modified time | relevance | path

Searched refs:Agile (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/videoio/src/
Dagile_wrl.hpp19 template <typename T, bool TIsNotAgile> class Agile;
27 struct UnwrapAgile<Agile<T, false>>
32 struct UnwrapAgile<Agile<T, true>>
143 class Agile class
195 Agile() throw() : _object(nullptr), _contextToken(0) in Agile() function in Agile
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0) in Agile() function in Agile
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0) in Agile() function in Agile
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0) in Agile() function in Agile
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0) in Agile() function in Agile
236 ~Agile() throw() in ~Agile()
[all …]
Dcap_winrt_video.hpp55 Platform::Agile<Windows::Media::Capture::MediaCapture> m_capture;
56 Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices;
Dppltasks_winrt.hpp1304 Agile<_Type*> _M_Result;
1337 std::vector< Agile<_Type*> > _Result;
1353 std::pair<Agile<_Type*>, size_t> _M_Result;
1690 Agile<_AsyncOperationType> _M_asyncInfo;
Dcap_msmf.hpp455 #define MAKE_WRL_AGILE_REF(x) Platform::Agile<x^>
/external/opencv3/modules/highgui/src/
Dagile_wrl.h19 template <typename T, bool TIsNotAgile> class Agile; variable
27 struct UnwrapAgile<Agile<T, false>>
32 struct UnwrapAgile<Agile<T, true>>
143 class Agile
195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0)
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0)
236 ~Agile() throw()
[all …]
Dppltasks_winrt.h1304 Agile<_Type*> _M_Result;
1337 std::vector< Agile<_Type*> > _Result;
1353 std::pair<Agile<_Type*>, size_t> _M_Result;
1690 Agile<_AsyncOperationType> _M_asyncInfo;
/external/opencv3/modules/videoio/src/cap_winrt/
DCaptureFrameGrabber.hpp65 Platform::Agile<WMC::MediaCapture> _capture;
/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.h79 Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;