Home | History | Annotate | Download | only in src

Lines Matching full:pstream

2799         _ComPtr<ICustomStreamSink> pStream;
2820 pStream = Microsoft::WRL::Make<StreamSink>();
2821 if (pStream == nullptr) {
2825 hr = pStream.As<IMFStreamSink>(&spMFStream);
2831 hr = spMFStream.As(&pStream);
2841 hr = pStream.As(&pAttr);
2850 hr = pStream->Initialize();
3151 HRESULT operator()(IMFStreamSink *pStream) const
3156 spCustomSink = static_cast<StreamSink*>(pStream);
3158 hr = pStream->QueryInterface(IID_PPV_ARGS(spCustomSink.GetAddressOf()));
3174 HRESULT operator()(IMFStreamSink *pStream) const
3179 spCustomSink = static_cast<StreamSink*>(pStream);
3181 hr = pStream->QueryInterface(IID_PPV_ARGS(spCustomSink.GetAddressOf()));
3194 HRESULT operator()(IMFStreamSink *pStream) const
3199 spCustomSink = static_cast<StreamSink*>(pStream);
3201 hr = pStream->QueryInterface(IID_PPV_ARGS(spCustomSink.GetAddressOf()));