Lines Matching +full:stream +full:- +full:match +full:- +full:mask
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
22 * enum dmx_output - Output for the demux.
28 * Delivers the stream output to the demux device on which the ioctl
47 * enum dmx_input - Input from the demux.
49 * @DMX_IN_FRONTEND: Input from a front-end device.
58 * enum dmx_ts_pes - type of the PES filter.
125 * struct dmx_filter - Specifies a section header filter.
128 * @mask: bits that are valid at the filter bit array.
129 * @mode: mode of match: if bit is zero, it will match if equal (positive
130 * match); if bit is one, it will match if the bit is negated.
136 __u8 mask[DMX_FILTER_SIZE]; member
141 * struct dmx_sct_filter_params - Specifies a section filter.
148 * Carries the configuration for a MPEG-TS section filter.
152 * - %DMX_CHECK_CRC - only deliver sections where the CRC check succeeded;
153 * - %DMX_ONESHOT - disable the section filter after one section
155 * - %DMX_IMMEDIATE_START - Start filter immediately without requiring a
169 * struct dmx_pes_filter_params - Specifies Packetized Elementary Stream (PES)
187 * struct dmx_stc - Stores System Time Counter (STC) information.
200 * enum dmx_buffer_flags - DMX memory-mapped buffer flags
226 * struct dmx_buffer - dmx buffer info
237 * data stream loses. Filled only at &DMX_DQBUF.
255 * struct dmx_requestbuffers - request dmx buffer information
269 * struct dmx_exportbuffer - export of dmx buffer as DMABUF file descriptor