Home
last modified time | relevance | path

Searched refs:IMFAttributes (Results 1 – 25 of 107) sorted by relevance

12345

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmf_utils.h46 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid,
48 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid,
154 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type);
155 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type);
160 void ff_attributes_dump(void *log, IMFAttributes *attrs);
H A Dmf_utils.c28 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFGetAttributeSize()
40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize()
146 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type) in ff_media_type_to_sample_fmt()
190 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type) in ff_media_type_to_pix_fmt()
390 void ff_attributes_dump(void *log, IMFAttributes *attrs) in ff_attributes_dump()
536 ff_attributes_dump(log, (IMFAttributes *)type); in ff_media_type_dump()
620 ff_attributes_dump(log, (IMFAttributes *)activate[n]); in ff_instantiate_mf()
649 IMFAttributes *attrs; in ff_instantiate_mf()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmf_utils.h46 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid,
48 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid,
154 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type);
155 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type);
160 void ff_attributes_dump(void *log, IMFAttributes *attrs);
H A Dmf_utils.c28 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFGetAttributeSize()
40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize()
146 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type) in ff_media_type_to_sample_fmt()
190 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type) in ff_media_type_to_pix_fmt()
390 void ff_attributes_dump(void *log, IMFAttributes *attrs) in ff_attributes_dump()
536 ff_attributes_dump(log, (IMFAttributes *)type); in ff_media_type_dump()
620 ff_attributes_dump(log, (IMFAttributes *)activate[n]); in ff_instantiate_mf()
649 IMFAttributes *attrs; in ff_instantiate_mf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmf_utils.h46 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid,
48 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid,
154 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type);
155 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type);
160 void ff_attributes_dump(void *log, IMFAttributes *attrs);
H A Dmf_utils.c28 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFGetAttributeSize()
40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize()
146 enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type) in ff_media_type_to_sample_fmt()
190 enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type) in ff_media_type_to_pix_fmt()
390 void ff_attributes_dump(void *log, IMFAttributes *attrs) in ff_attributes_dump()
536 ff_attributes_dump(log, (IMFAttributes *)type); in ff_media_type_dump()
620 ff_attributes_dump(log, (IMFAttributes *)activate[n]); in ff_instantiate_mf()
649 IMFAttributes *attrs; in ff_instantiate_mf()
/dports/graphics/opencv/opencv-4.5.3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
H A DOcvTransform.h112 STDMETHODIMP GetAttributes(IMFAttributes** pAttributes);
116 IMFAttributes **ppAttributes
121 IMFAttributes **ppAttributes
245 IMFAttributes *m_pAttributes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h257 STDAPI MFCreateAttributes (IMFAttributes **ppMFAttributes, UINT32 cInitialSize);
258 STDAPI MFInitAttributesFromBlob (IMFAttributes *pAttributes, const UINT8 *pBuf, UINT cbBufSize);
259 STDAPI MFGetAttributesAsBlobSize (IMFAttributes *pAttributes, UINT32 *pcbBufSize);
260 STDAPI MFGetAttributesAsBlob (IMFAttributes *pAttributes, UINT8 *pBuf, UINT cbBufSize);
743 inline UINT32 MFGetAttributeUINT32 (IMFAttributes *pattr, REFGUID guid, UINT32 udef) { in MFGetAttributeUINT32()
749 inline UINT64 MFGetAttributeUINT64 (IMFAttributes *pattr, REFGUID guid, UINT64 udef) { in MFGetAttributeUINT64()
755 inline double MFGetAttributeDouble (IMFAttributes *pattr, REFGUID guid, double fdef) { in MFGetAttributeDouble()
761 …inline HRESULT MFGetAttribute2UINT32asUINT64 (IMFAttributes *pattr, REFGUID guid, UINT32 *puh, UIN… in MFGetAttribute2UINT32asUINT64()
768 …inline HRESULT MFSetAttribute2UINT32asUINT64 (IMFAttributes *pattr, REFGUID guid, UINT32 uh, UINT3… in MFSetAttribute2UINT32asUINT64()
774 …inline HRESULT MFSetAttributeSize (IMFAttributes *pattr, REFGUID guid, UINT32 uw, UINT32 uh) { ret… in MFSetAttributeSize()
[all …]
H A Dmfobjects.h23 typedef interface IMFAttributes IMFAttributes; typedef
25 interface IMFAttributes; variable
452 IMFAttributes *This,
464 IMFAttributes *This,
469 IMFAttributes *This,
474 IMFAttributes *This,
480 IMFAttributes *This,
486 IMFAttributes *This,
491 IMFAttributes *This,
496 IMFAttributes *This,
[all …]
H A Dmftransform.h161 IMFAttributes **pAttributes) = 0;
165 IMFAttributes **pAttributes) = 0;
169 IMFAttributes **pAttributes) = 0;
288 IMFAttributes **pAttributes);
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
444 static FORCEINLINE HRESULT IMFTransform_GetAttributes(IMFTransform* This,IMFAttributes **pAttribute…
447 …orm_GetInputStreamAttributes(IMFTransform* This,DWORD dwInputStreamID,IMFAttributes **pAttributes)…
450 …m_GetOutputStreamAttributes(IMFTransform* This,DWORD dwOutputStreamID,IMFAttributes **pAttributes)…
H A Dmfreadwrite.h875 IMFAttributes *parameters) = 0;
941 IMFAttributes *parameters);
1109 IMFAttributes *parameters);
1258 IMFAttributes *encoding_parameters) = 0;
1262 IMFAttributes *encoding_parameters) = 0;
1289 IMFAttributes *encoding_parameters);
1294 IMFAttributes *encoding_parameters);
1551 IMFAttributes *attributes,
1558 IMFAttributes *attributes,
1587 IMFAttributes *attributes,
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h257 STDAPI MFCreateAttributes (IMFAttributes **ppMFAttributes, UINT32 cInitialSize);
258 STDAPI MFInitAttributesFromBlob (IMFAttributes *pAttributes, const UINT8 *pBuf, UINT cbBufSize);
259 STDAPI MFGetAttributesAsBlobSize (IMFAttributes *pAttributes, UINT32 *pcbBufSize);
260 STDAPI MFGetAttributesAsBlob (IMFAttributes *pAttributes, UINT8 *pBuf, UINT cbBufSize);
743 inline UINT32 MFGetAttributeUINT32 (IMFAttributes *pattr, REFGUID guid, UINT32 udef) { in MFGetAttributeUINT32()
749 inline UINT64 MFGetAttributeUINT64 (IMFAttributes *pattr, REFGUID guid, UINT64 udef) { in MFGetAttributeUINT64()
755 inline double MFGetAttributeDouble (IMFAttributes *pattr, REFGUID guid, double fdef) { in MFGetAttributeDouble()
761 …inline HRESULT MFGetAttribute2UINT32asUINT64 (IMFAttributes *pattr, REFGUID guid, UINT32 *puh, UIN… in MFGetAttribute2UINT32asUINT64()
768 …inline HRESULT MFSetAttribute2UINT32asUINT64 (IMFAttributes *pattr, REFGUID guid, UINT32 uh, UINT3… in MFSetAttribute2UINT32asUINT64()
774 …inline HRESULT MFSetAttributeSize (IMFAttributes *pattr, REFGUID guid, UINT32 uw, UINT32 uh) { ret… in MFSetAttributeSize()
[all …]
H A Dmfobjects.h23 typedef interface IMFAttributes IMFAttributes; typedef
25 interface IMFAttributes; variable
452 IMFAttributes *This,
464 IMFAttributes *This,
469 IMFAttributes *This,
474 IMFAttributes *This,
480 IMFAttributes *This,
486 IMFAttributes *This,
491 IMFAttributes *This,
496 IMFAttributes *This,
[all …]
H A Dmftransform.h161 IMFAttributes **pAttributes) = 0;
165 IMFAttributes **pAttributes) = 0;
169 IMFAttributes **pAttributes) = 0;
288 IMFAttributes **pAttributes);
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
444 static FORCEINLINE HRESULT IMFTransform_GetAttributes(IMFTransform* This,IMFAttributes **pAttribute…
447 …orm_GetInputStreamAttributes(IMFTransform* This,DWORD dwInputStreamID,IMFAttributes **pAttributes)…
450 …m_GetOutputStreamAttributes(IMFTransform* This,DWORD dwOutputStreamID,IMFAttributes **pAttributes)…
H A Dmfreadwrite.h875 IMFAttributes *parameters) = 0;
941 IMFAttributes *parameters);
1109 IMFAttributes *parameters);
1258 IMFAttributes *encoding_parameters) = 0;
1262 IMFAttributes *encoding_parameters) = 0;
1289 IMFAttributes *encoding_parameters);
1294 IMFAttributes *encoding_parameters);
1551 IMFAttributes *attributes,
1558 IMFAttributes *attributes,
1587 IMFAttributes *attributes,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_dxgi_device_manager.h28 void RegisterInCaptureEngineAttributes(IMFAttributes* attributes);
31 void RegisterInSourceReaderAttributes(IMFAttributes* attributes);
H A Dvideo_capture_dxgi_device_manager.cc69 IMFAttributes* attributes) { in RegisterInCaptureEngineAttributes()
76 IMFAttributes* attributes) { in RegisterInSourceReaderAttributes()
H A Dvideo_capture_device_factory_win.h63 Microsoft::WRL::ComPtr<IMFAttributes> attributes,
66 Microsoft::WRL::ComPtr<IMFAttributes> attributes,
H A Dvideo_capture_device_mf_win_unittest.cc326 IFACEMETHODIMP GetSourceAttributes(IMFAttributes** attributes) { in GetSourceAttributes()
330 IMFAttributes** attributes) { in GetStreamAttributes()
437 IMFAttributes* attributes, in AddStream()
443 HRESULT(DWORD, IMFMediaType*, IMFAttributes*, DWORD*));
500 IMFAttributes* pAttributes, in AddStream()
528 IMFAttributes* pAttributes, in Initialize()
668 IFACEMETHODIMP Compare(IMFAttributes* pTheirs, in Compare()
778 IFACEMETHODIMP CopyAllItems(IMFAttributes* pDest) override { in CopyAllItems()
826 IFACEMETHODIMP Compare(IMFAttributes* pTheirs, in Compare()
938 IFACEMETHODIMP CopyAllItems(IMFAttributes* pDest) override { in CopyAllItems()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmftvideo.h75 STDMETHODIMP GetAttributes(IMFAttributes **pAttributes);
76 STDMETHODIMP GetInputStreamAttributes(DWORD dwInputStreamID, IMFAttributes **pAttributes);
77 STDMETHODIMP GetOutputStreamAttributes(DWORD dwOutputStreamID, IMFAttributes **pAttributes);
H A Dmfactivate.h72 STDMETHODIMP Compare(IMFAttributes *pTheirs, MF_ATTRIBUTES_MATCH_TYPE MatchType, BOOL *pbResult) in Compare()
202 STDMETHODIMP CopyAllItems(IMFAttributes *pDest) in CopyAllItems()
208 IMFAttributes *m_attributes;
H A Dmfactivate.cpp65 *ppvObject = static_cast<IMFAttributes*>(this); in QueryInterface()
/dports/multimedia/xvid/xvidcore/dshow/src/
H A DCXvidDecoder.h135 STDMETHODIMP GetAttributes(IMFAttributes** pAttributes);
136 STDMETHODIMP GetInputStreamAttributes(DWORD dwInputStreamID, IMFAttributes **ppAttributes);
137 STDMETHODIMP GetOutputStreamAttributes(DWORD dwOutputStreamID, IMFAttributes **ppAttributes);
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/codecs/
H A Dwmf.py164 class IMFAttributes(com.pIUnknown): class
244 class IMFSample(IMFAttributes, com.pIUnknown):
277 class IMFMediaType(IMFAttributes, com.pIUnknown):
398 MFCreateAttributes.argtypes = [POINTER(IMFAttributes), c_uint32] # attributes, cInitialSize
402 MFCreateSourceReaderFromURL.argtypes = [LPCWSTR, IMFAttributes, POINTER(IMFSourceReader)]
406 MFCreateSourceReaderFromByteStream.argtypes = [IMFByteStream, IMFAttributes, POINTER(IMFSourceReade…
792 self._attributes = IMFAttributes()
/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.cc285 IMFAttributes* attributes, in AddStream()
291 HRESULT(DWORD, IMFMediaType*, IMFAttributes*, DWORD*));
368 IMFAttributes* pAttributes, in AddStream()
409 IMFAttributes* pAttributes, in Initialize()
524 IFACEMETHODIMP Compare(IMFAttributes* pTheirs, in Compare()
634 IFACEMETHODIMP CopyAllItems(IMFAttributes* pDest) override { in CopyAllItems()
698 IFACEMETHODIMP Compare(IMFAttributes* pTheirs, in Compare()
810 IFACEMETHODIMP CopyAllItems(IMFAttributes* pDest) override { in CopyAllItems()
1342 IMFAttributes* attributes, in TEST_P()

12345