Blame view

Documentation/media/dmx.h.rst.exceptions 2.67 KB
ada66bc10   Mauro Carvalho Chehab   doc-rst: auto-gen...
1
2
3
4
5
  # Ignore header name
  ignore define _UAPI_DVBDMX_H_
  
  # Ignore limit constants
  ignore define DMX_FILTER_SIZE
836cf1db4   Mauro Carvalho Chehab   [media] docs-rst ...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  # dmx_pes_type_t enum symbols
  replace enum dmx_ts_pes :c:type:`dmx_pes_type`
  replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_VIDEO2 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_TELETEXT2 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_SUBTITLE2 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_PCR2 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_AUDIO3 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_VIDEO3 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_TELETEXT3 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_SUBTITLE3 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_PCR3 :c:type:`dmx_pes_type`
  replace symbol DMX_PES_OTHER :c:type:`dmx_pes_type`
ada66bc10   Mauro Carvalho Chehab   doc-rst: auto-gen...
29
30
31
32
33
34
35
36
37
  
  # Ignore obsolete symbols
  ignore define DMX_PES_AUDIO
  ignore define DMX_PES_VIDEO
  ignore define DMX_PES_TELETEXT
  ignore define DMX_PES_SUBTITLE
  ignore define DMX_PES_PCR
  
  # dmx_input_t symbols
836cf1db4   Mauro Carvalho Chehab   [media] docs-rst ...
38
39
40
  replace enum dmx_input :c:type:`dmx_input`
  replace symbol DMX_IN_FRONTEND :c:type:`dmx_input`
  replace symbol DMX_IN_DVR :c:type:`dmx_input`
ada66bc10   Mauro Carvalho Chehab   doc-rst: auto-gen...
41
42
  
  # dmx_source_t symbols
836cf1db4   Mauro Carvalho Chehab   [media] docs-rst ...
43
44
45
46
47
48
49
50
51
  replace enum dmx_source :c:type:`dmx_source`
  replace symbol DMX_SOURCE_FRONT0 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_FRONT1 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_FRONT2 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_FRONT3 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_DVR0 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_DVR1 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_DVR2 :c:type:`dmx_source`
  replace symbol DMX_SOURCE_DVR3 :c:type:`dmx_source`
ada66bc10   Mauro Carvalho Chehab   doc-rst: auto-gen...
52
53
54
  
  
  # Flags for struct dmx_sct_filter_params
836cf1db4   Mauro Carvalho Chehab   [media] docs-rst ...
55
56
57
58
  replace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params`
  replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params`
  replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params`
  replace define DMX_KERNEL_CLIENT :c:type:`dmx_sct_filter_params`
ada66bc10   Mauro Carvalho Chehab   doc-rst: auto-gen...
59
60
  
  # some typedefs should point to struct/enums
836cf1db4   Mauro Carvalho Chehab   [media] docs-rst ...
61
62
63
64
65
  replace typedef dmx_caps_t :c:type:`dmx_caps`
  replace typedef dmx_filter_t :c:type:`dmx_filter`
  replace typedef dmx_pes_type_t :c:type:`dmx_pes_type`
  replace typedef dmx_input_t :c:type:`dmx_input`
  replace typedef dmx_source_t :c:type:`dmx_source`