File: libmfx.map

package info (click to toggle)
intel-mediasdk 22.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 86,508 kB
  • sloc: cpp: 1,055,709; ansic: 25,847; asm: 17,754; python: 8,951; cs: 965; sh: 543; makefile: 528; lisp: 52
file content (111 lines) | stat: -rw-r--r-- 2,168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
LIBMFX_1.0 {
  global:
    MFXInit;
    MFXClose;
    MFXQueryIMPL;
    MFXQueryVersion;

    MFXJoinSession;
    MFXDisjoinSession;
    MFXCloneSession;
    MFXSetPriority;
    MFXGetPriority;

    MFXVideoCORE_SetBufferAllocator;
    MFXVideoCORE_SetFrameAllocator;
    MFXVideoCORE_SetHandle;
    MFXVideoCORE_GetHandle;
    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;

  local:
    *;
};

LIBMFX_1.1 {
  global:
    MFXVideoUSER_Register;
    MFXVideoUSER_Unregister;
    MFXVideoUSER_ProcessFrameAsync;
} LIBMFX_1.0;

LIBMFX_1.8 {
  global:
    MFXVideoUSER_Load;
    MFXVideoUSER_UnLoad;
} LIBMFX_1.1;

LIBMFX_1.10 {
  global:
    MFXVideoENC_Query;
    MFXVideoENC_QueryIOSurf;
    MFXVideoENC_Init;
    MFXVideoENC_Reset;
    MFXVideoENC_Close;
    MFXVideoENC_ProcessFrameAsync;
    MFXVideoVPP_RunFrameVPPAsyncEx;

} LIBMFX_1.1;

LIBMFX_1.13 {
  global:
    MFXVideoPAK_Query;
    MFXVideoPAK_QueryIOSurf;
    MFXVideoPAK_Init;
    MFXVideoPAK_Reset;
    MFXVideoPAK_Close;
    MFXVideoPAK_ProcessFrameAsync;
    MFXVideoUSER_LoadByPath;
} LIBMFX_1.10;

LIBMFX_1.14 {
  global:
    MFXInitEx;
    MFXDoWork;
} LIBMFX_1.13;

LIBMFX_1.19 {
  global:
    MFXVideoENC_GetVideoParam;
    MFXVideoPAK_GetVideoParam;
    MFXVideoCORE_QueryPlatform;
    MFXVideoUSER_GetPlugin;
} LIBMFX_1.14;

LIBMFXAUDIO_1.9 {
  global:
    MFXAudioUSER_Load;
    MFXAudioUSER_UnLoad;
  local:
    *;
};