Lines Matching full:muxer
7 * This file contains the muxer logic for TS packets from different
54 * This is used to store the PAT, PMT sections and SDT in use by the muxer.
56 * The muxer acquire these by looking into the hardcoded channels in
59 * @pat: The PAT in use by the muxer.
60 * @pmt_secs: The PMT sections in use by the muxer. One for each program in the PAT.
61 * @sdt: The SDT in use by the muxer.
62 * @nit: The NIT in use by the muxer.
63 * @eit: the EIT in use by the muxer.
89 * struct vidtv_mux - A muxer abstraction loosely based in libavcodec/mpegtsenc.c
90 * @fe: The frontend structure allocated by the muxer.
96 * @mux_buf: A pointer to a buffer for this muxer. TS packets are stored there
100 * @channels: The channels associated with this muxer.
104 * @mpeg_thread: Thread responsible for the muxer loop.
146 * struct vidtv_mux_init_args - Arguments used to inix the muxer.