Searched refs:Agile (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | agile_wrl.hpp | 19 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 …]
|
D | cap_winrt_video.hpp | 55 Platform::Agile<Windows::Media::Capture::MediaCapture> m_capture; 56 Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices;
|
D | ppltasks_winrt.hpp | 1304 Agile<_Type*> _M_Result; 1337 std::vector< Agile<_Type*> > _Result; 1353 std::pair<Agile<_Type*>, size_t> _M_Result; 1690 Agile<_AsyncOperationType> _M_asyncInfo;
|
D | cap_msmf.hpp | 455 #define MAKE_WRL_AGILE_REF(x) Platform::Agile<x^>
|
/external/opencv3/modules/highgui/src/ |
D | agile_wrl.h | 19 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 …]
|
D | ppltasks_winrt.h | 1304 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/ |
D | CaptureFrameGrabber.hpp | 65 Platform::Agile<WMC::MediaCapture> _capture;
|
/external/opencv3/samples/winrt/ImageManipulations/ |
D | AdvancedCapture.xaml.h | 79 Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;
|