xref: /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dmx.h.rst.exceptions (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun
3*4882a593Smuzhiyun# Ignore header name
4*4882a593Smuzhiyunignore define _UAPI_DVBDMX_H_
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun# Ignore limit constants
7*4882a593Smuzhiyunignore define DMX_FILTER_SIZE
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun# dmx_pes_type_t enum symbols
10*4882a593Smuzhiyunreplace enum dmx_ts_pes :c:type:`dmx_pes_type`
11*4882a593Smuzhiyunreplace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
12*4882a593Smuzhiyunreplace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
13*4882a593Smuzhiyunreplace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type`
14*4882a593Smuzhiyunreplace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type`
15*4882a593Smuzhiyunreplace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
16*4882a593Smuzhiyunreplace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
17*4882a593Smuzhiyunreplace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type`
18*4882a593Smuzhiyunreplace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type`
19*4882a593Smuzhiyunreplace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type`
20*4882a593Smuzhiyunreplace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
21*4882a593Smuzhiyunreplace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes_type`
22*4882a593Smuzhiyunreplace symbol DMX_PES_VIDEO2 :c:type:`dmx_pes_type`
23*4882a593Smuzhiyunreplace symbol DMX_PES_TELETEXT2 :c:type:`dmx_pes_type`
24*4882a593Smuzhiyunreplace symbol DMX_PES_SUBTITLE2 :c:type:`dmx_pes_type`
25*4882a593Smuzhiyunreplace symbol DMX_PES_PCR2 :c:type:`dmx_pes_type`
26*4882a593Smuzhiyunreplace symbol DMX_PES_AUDIO3 :c:type:`dmx_pes_type`
27*4882a593Smuzhiyunreplace symbol DMX_PES_VIDEO3 :c:type:`dmx_pes_type`
28*4882a593Smuzhiyunreplace symbol DMX_PES_TELETEXT3 :c:type:`dmx_pes_type`
29*4882a593Smuzhiyunreplace symbol DMX_PES_SUBTITLE3 :c:type:`dmx_pes_type`
30*4882a593Smuzhiyunreplace symbol DMX_PES_PCR3 :c:type:`dmx_pes_type`
31*4882a593Smuzhiyunreplace symbol DMX_PES_OTHER :c:type:`dmx_pes_type`
32*4882a593Smuzhiyun
33*4882a593Smuzhiyun# Ignore obsolete symbols
34*4882a593Smuzhiyunignore define DMX_PES_AUDIO
35*4882a593Smuzhiyunignore define DMX_PES_VIDEO
36*4882a593Smuzhiyunignore define DMX_PES_TELETEXT
37*4882a593Smuzhiyunignore define DMX_PES_SUBTITLE
38*4882a593Smuzhiyunignore define DMX_PES_PCR
39*4882a593Smuzhiyun
40*4882a593Smuzhiyun# dmx_input_t symbols
41*4882a593Smuzhiyunreplace enum dmx_input :c:type:`dmx_input`
42*4882a593Smuzhiyunreplace symbol DMX_IN_FRONTEND :c:type:`dmx_input`
43*4882a593Smuzhiyunreplace symbol DMX_IN_DVR :c:type:`dmx_input`
44*4882a593Smuzhiyun
45*4882a593Smuzhiyun# Flags for struct dmx_sct_filter_params
46*4882a593Smuzhiyunreplace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params`
47*4882a593Smuzhiyunreplace define DMX_ONESHOT :c:type:`dmx_sct_filter_params`
48*4882a593Smuzhiyunreplace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params`
49*4882a593Smuzhiyun
50*4882a593Smuzhiyun# some typedefs should point to struct/enums
51*4882a593Smuzhiyunreplace typedef dmx_filter_t :c:type:`dmx_filter`
52*4882a593Smuzhiyunreplace typedef dmx_pes_type_t :c:type:`dmx_pes_type`
53*4882a593Smuzhiyunreplace typedef dmx_input_t :c:type:`dmx_input`
54*4882a593Smuzhiyun
55*4882a593Smuzhiyunreplace symbol DMX_BUFFER_FLAG_HAD_CRC32_DISCARD :c:type:`dmx_buffer_flags`
56*4882a593Smuzhiyunreplace	symbol DMX_BUFFER_FLAG_TEI :c:type:`dmx_buffer_flags`
57*4882a593Smuzhiyunreplace	symbol DMX_BUFFER_PKT_COUNTER_MISMATCH :c:type:`dmx_buffer_flags`
58*4882a593Smuzhiyunreplace	symbol DMX_BUFFER_FLAG_DISCONTINUITY_DETECTED :c:type:`dmx_buffer_flags`
59*4882a593Smuzhiyunreplace	symbol DMX_BUFFER_FLAG_DISCONTINUITY_INDICATOR :c:type:`dmx_buffer_flags`
60*4882a593Smuzhiyun
61*4882a593Smuzhiyunreplace symbol DMX_OUT_DECODER :c:type:`dmx_output`
62*4882a593Smuzhiyunreplace symbol DMX_OUT_TAP :c:type:`dmx_output`
63*4882a593Smuzhiyunreplace symbol DMX_OUT_TS_TAP :c:type:`dmx_output`
64*4882a593Smuzhiyunreplace symbol DMX_OUT_TSDEMUX_TAP :c:type:`dmx_output`
65*4882a593Smuzhiyun
66*4882a593Smuzhiyunreplace ioctl DMX_DQBUF dmx_qbuf
67