Lines Matching +full:stream +full:- +full:match +full:- +full:mask
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
37 * enum dmx_output - Output for the demux.
43 * Delivers the stream output to the demux device on which the ioctl
62 * enum dmx_input - Input from the demux.
64 * @DMX_IN_FRONTEND: Input from a front-end device.
73 * enum dmx_ts_pes - type of the PES filter.
140 * struct dmx_filter - Specifies a section header filter.
143 * @mask: bits that are valid at the filter bit array.
144 * @mode: mode of match: if bit is zero, it will match if equal (positive
145 * match); if bit is one, it will match if the bit is negated.
151 __u8 mask[DMX_FILTER_SIZE]; member
156 * struct dmx_sct_filter_params - Specifies a section filter.
163 * Carries the configuration for a MPEG-TS section filter.
167 * - %DMX_CHECK_CRC - only deliver sections where the CRC check succeeded;
168 * - %DMX_ONESHOT - disable the section filter after one section
170 * - %DMX_IMMEDIATE_START - Start filter immediately without requiring a
184 * struct dmx_pes_filter_params - Specifies Packetized Elementary Stream (PES)
202 * struct dmx_stc - Stores System Time Counter (STC) information.
215 * enum dmx_buffer_flags - DMX memory-mapped buffer flags
241 * struct dmx_buffer - dmx buffer info
252 * data stream loses. Filled only at &DMX_DQBUF.
270 * struct dmx_requestbuffers - request dmx buffer information
284 * struct dmx_exportbuffer - export of dmx buffer as DMABUF file descriptor