Searched refs:CaptureStreamType (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | CaptureFrameGrabber.hpp | 32 enum class CaptureStreamType enum 51 return CreateAsync(capture, props, CaptureStreamType::Preview); 54 …C::MediaCapture^ capture, _In_ WMMp::VideoEncodingProperties^ props, CaptureStreamType streamType); 61 …C::MediaCapture^ capture, _In_ WMMp::VideoEncodingProperties^ props, CaptureStreamType streamType); 70 CaptureStreamType _streamType;
|
D | CaptureFrameGrabber.cpp | 37 …sync(_In_ MediaCapture^ capture, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType) 45 if (reader->_streamType == CaptureStreamType::Preview) 61 …bber(_In_ MediaCapture^ capture, _In_ VideoEncodingProperties^ props, CaptureStreamType streamType) 76 if (_streamType == CaptureStreamType::Preview) in ~CaptureFrameGrabber() 123 if (_streamType == CaptureStreamType::Preview) in FinishAsync()
|