blob: 63f55a9ae2b1ffa54d088eb60b7e79e36c050f6e [file] [log] [blame]
Mauro Carvalho Chehabada66bc2016-07-07 07:11:46 -03001# Ignore header name
2ignore define _UAPI_DVBDMX_H_
3
4# Ignore limit constants
5ignore define DMX_FILTER_SIZE
6
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -03007# dmx_pes_type_t enum symbols
8replace enum dmx_ts_pes :c:type:`dmx_pes_type`
9replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
10replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
11replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type`
12replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type`
13replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
14replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
15replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type`
16replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type`
17replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type`
18replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
19replace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes_type`
20replace symbol DMX_PES_VIDEO2 :c:type:`dmx_pes_type`
21replace symbol DMX_PES_TELETEXT2 :c:type:`dmx_pes_type`
22replace symbol DMX_PES_SUBTITLE2 :c:type:`dmx_pes_type`
23replace symbol DMX_PES_PCR2 :c:type:`dmx_pes_type`
24replace symbol DMX_PES_AUDIO3 :c:type:`dmx_pes_type`
25replace symbol DMX_PES_VIDEO3 :c:type:`dmx_pes_type`
26replace symbol DMX_PES_TELETEXT3 :c:type:`dmx_pes_type`
27replace symbol DMX_PES_SUBTITLE3 :c:type:`dmx_pes_type`
28replace symbol DMX_PES_PCR3 :c:type:`dmx_pes_type`
29replace symbol DMX_PES_OTHER :c:type:`dmx_pes_type`
Mauro Carvalho Chehabada66bc2016-07-07 07:11:46 -030030
31# Ignore obsolete symbols
32ignore define DMX_PES_AUDIO
33ignore define DMX_PES_VIDEO
34ignore define DMX_PES_TELETEXT
35ignore define DMX_PES_SUBTITLE
36ignore define DMX_PES_PCR
37
38# dmx_input_t symbols
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -030039replace enum dmx_input :c:type:`dmx_input`
40replace symbol DMX_IN_FRONTEND :c:type:`dmx_input`
41replace symbol DMX_IN_DVR :c:type:`dmx_input`
Mauro Carvalho Chehabada66bc2016-07-07 07:11:46 -030042
Mauro Carvalho Chehabada66bc2016-07-07 07:11:46 -030043# Flags for struct dmx_sct_filter_params
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -030044replace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params`
45replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params`
46replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params`
Mauro Carvalho Chehabada66bc2016-07-07 07:11:46 -030047
48# some typedefs should point to struct/enums
Mauro Carvalho Chehab836cf1d2016-08-30 10:21:03 -030049replace typedef dmx_filter_t :c:type:`dmx_filter`
50replace typedef dmx_pes_type_t :c:type:`dmx_pes_type`
51replace typedef dmx_input_t :c:type:`dmx_input`
Mauro Carvalho Chehabbb98e6d22017-08-31 12:28:52 -040052
53ignore symbol DMX_OUT_DECODER
54ignore symbol DMX_OUT_TAP
55ignore symbol DMX_OUT_TS_TAP
56ignore symbol DMX_OUT_TSDEMUX_TAP
Mauro Carvalho Chehab3f3c11c2017-12-29 08:34:11 -050057
58replace ioctl DMX_DQBUF dmx_qbuf