Home
last modified time | relevance | path

Searched defs:dwStreamIndex (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/decoder/
H A Dmfdecodersourcereader.cpp171 STDMETHODIMP MFDecoderSourceReader::OnReadSample(HRESULT hrStatus, DWORD dwStreamIndex, in OnReadSample()
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Duvc-wmf.cpp198 …HRESULT STDMETHODCALLTYPE OnFlush(DWORD dwStreamIndex) override { streaming = false; return S_OK; } in OnFlush()
199 …HRESULT STDMETHODCALLTYPE OnEvent(DWORD dwStreamIndex, IMFMediaEvent *pEvent) override { return S_… in OnEvent()
447 …HRESULT reader_callback::OnReadSample(HRESULT hrStatus, DWORD dwStreamIndex, DWORD dwStreamFlags, … in OnReadSample()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Duvc-wmf.cpp198 …HRESULT STDMETHODCALLTYPE OnFlush(DWORD dwStreamIndex) override { streaming = false; return S_OK; } in OnFlush()
199 …HRESULT STDMETHODCALLTYPE OnEvent(DWORD dwStreamIndex, IMFMediaEvent *pEvent) override { return S_… in OnEvent()
447 …HRESULT reader_callback::OnReadSample(HRESULT hrStatus, DWORD dwStreamIndex, DWORD dwStreamFlags, … in OnReadSample()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/win/
H A Dvideo_capture_device_mf_win_unittest.cc233 IFACEMETHODIMP GetMirrorState(DWORD dwStreamIndex, in GetMirrorState()
237 IFACEMETHODIMP SetMirrorState(DWORD dwStreamIndex, in SetMirrorState()
316 IFACEMETHODIMP GetRotation(DWORD dwStreamIndex, in GetRotation()
320 IFACEMETHODIMP SetRotation(DWORD dwStreamIndex, in SetRotation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_device_mf_win_unittest.cc405 IFACEMETHODIMP GetMirrorState(DWORD dwStreamIndex, in GetMirrorState()
409 IFACEMETHODIMP SetMirrorState(DWORD dwStreamIndex, in SetMirrorState()
468 IFACEMETHODIMP GetRotation(DWORD dwStreamIndex, in GetRotation()
472 IFACEMETHODIMP SetRotation(DWORD dwStreamIndex, in SetRotation()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DCaptureDevice.cpp137 DWORD dwStreamIndex, in OnReadSample()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DCaptureDevice.cpp137 DWORD dwStreamIndex, in OnReadSample()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_msmf.cpp356 …STDMETHODIMP OnReadSample(HRESULT hrStatus, DWORD dwStreamIndex, DWORD dwStreamFlags, LONGLONG llT… in OnReadSample()
620 DWORD dwStreamIndex; member in CvCapture_MSMF
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/
H A DAudioFile.cpp1408 DWORD dwStreamIndex = 0; in open_mfapi_reader() local