CreateAsync 51 modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp return CreateAsync(capture, props, CaptureStreamType::Preview); CreateAsync 54 modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp static concurrency::task<CaptureFrameGrabber^> CreateAsync(_In_ WMC::MediaCapture^ capture, _In_ WMMp::VideoEncodingProperties^ props, CaptureStreamType streamType); CreateAsync 133 modules/videoio/src/cap_winrt_video.cpp return ::Media::CaptureFrameGrabber::CreateAsync(m_capture.Get(), props); CreateAsync 402 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp return Windows::Graphics::Imaging::BitmapDecoder::CreateAsync(state->InputStream); CreateAsync 62 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp return BitmapDecoder::CreateAsync(fileStream);