mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
81d63948d1
Copied from oneVPL project (https://github.com/oneapi-src/oneVPL) v2022.0.3 tag at the commit of efc259f8b7ee5c334bca1a904a503186038bbbdd This is corresponding to MFX API version 2.6 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1408>
76 lines
1.6 KiB
Modula-2
76 lines
1.6 KiB
Modula-2
EXPORTS
|
|
MFXInit
|
|
MFXClose
|
|
MFXQueryIMPL
|
|
MFXQueryVersion
|
|
|
|
MFXJoinSession
|
|
MFXDisjoinSession
|
|
MFXCloneSession
|
|
MFXSetPriority
|
|
MFXGetPriority
|
|
|
|
MFXVideoCORE_SetFrameAllocator
|
|
MFXVideoCORE_SetHandle
|
|
MFXVideoCORE_GetHandle
|
|
MFXVideoCORE_QueryPlatform
|
|
MFXVideoCORE_SyncOperation
|
|
|
|
MFXVideoENCODE_Query
|
|
MFXVideoENCODE_QueryIOSurf
|
|
MFXVideoENCODE_Init
|
|
MFXVideoENCODE_Reset
|
|
MFXVideoENCODE_Close
|
|
MFXVideoENCODE_GetVideoParam
|
|
MFXVideoENCODE_GetEncodeStat
|
|
MFXVideoENCODE_EncodeFrameAsync
|
|
|
|
MFXVideoDECODE_Query
|
|
MFXVideoDECODE_DecodeHeader
|
|
MFXVideoDECODE_QueryIOSurf
|
|
MFXVideoDECODE_Init
|
|
MFXVideoDECODE_Reset
|
|
MFXVideoDECODE_Close
|
|
MFXVideoDECODE_GetVideoParam
|
|
MFXVideoDECODE_GetDecodeStat
|
|
MFXVideoDECODE_SetSkipMode
|
|
MFXVideoDECODE_GetPayload
|
|
MFXVideoDECODE_DecodeFrameAsync
|
|
|
|
MFXVideoVPP_Query
|
|
MFXVideoVPP_QueryIOSurf
|
|
MFXVideoVPP_Init
|
|
MFXVideoVPP_Reset
|
|
MFXVideoVPP_Close
|
|
|
|
MFXVideoVPP_GetVideoParam
|
|
MFXVideoVPP_GetVPPStat
|
|
MFXVideoVPP_RunFrameVPPAsync
|
|
|
|
MFXInitEx
|
|
|
|
MFXQueryAdapters
|
|
MFXQueryAdaptersNumber
|
|
MFXQueryAdaptersDecode
|
|
|
|
MFXLoad
|
|
MFXUnload
|
|
MFXCreateConfig
|
|
MFXSetConfigFilterProperty
|
|
MFXEnumImplementations
|
|
MFXCreateSession
|
|
MFXDispReleaseImplDescription
|
|
|
|
MFXMemory_GetSurfaceForVPP
|
|
MFXMemory_GetSurfaceForEncode
|
|
MFXMemory_GetSurfaceForDecode
|
|
|
|
MFXMemory_GetSurfaceForVPPOut
|
|
MFXVideoDECODE_VPP_Init
|
|
MFXVideoDECODE_VPP_DecodeFrameAsync
|
|
MFXVideoDECODE_VPP_Reset
|
|
MFXVideoDECODE_VPP_GetChannelParam
|
|
MFXVideoDECODE_VPP_Close
|
|
MFXVideoVPP_ProcessFrameAsync
|
|
|
|
|