Lines Matching full:section
7 * hence 'table' and 'section' are interchangeable for vidtv.
18 * all section lengths start immediately after the 'section_length' field
35 REGISTRATION_DESCRIPTOR = 0x05, /* See ISO/IEC 13818-1 section 2.6.8 */
36 NETWORK_NAME_DESCRIPTOR = 0x40, /* See ETSI EN 300 468 section 6.2.27 */
37 SERVICE_LIST_DESCRIPTOR = 0x41, /* See ETSI EN 300 468 section 6.2.35 */
38 SERVICE_DESCRIPTOR = 0x48, /* See ETSI EN 300 468 section 6.2.33 */
39 SHORT_EVENT_DESCRIPTOR = 0x4d, /* See ETSI EN 300 468 section 6.2.37 */
60 * See ETSI EN 300 468 section 6.2.33.
76 * See ISO/IEC 13818-1 section 2.6.8
98 * see ETSI EN 300 468 v1.15.1 section 6.2.27
115 * see ETSI EN 300 468 v1.15.1 section 6.2.35
126 * see ETSI EN 300 468 v1.15.1 section 6.2.37
184 * see ETSI EN 300 468 v1.15.1 section 5.2.3.
198 * see ETSI EN 300 468 v1.15.1 section 5.2.3.
210 * see ETSI EN 300 468 v1.15.1 section 5.2.3 table 6.
218 * see ETSI EN 300 468 v1.15.1 section 6.2.33, table 81.
257 * @new_psi_section: Set when starting a table section.
423 * vidtv_pmt_desc_assign - Assigns a descriptor loop at some point in a PMT section.
424 * @pmt: The PMT section that will contain the descriptor loop
477 * vidtv_psi_pmt_create_sec_for_each_pat_entry - Create a PMT section for each
481 * PMT section
487 * vidtv_psi_pmt_get_pid - Get the TS PID for a PMT section.
488 * @section: The PMT section whose PID we want to retrieve.
491 * Returns: the TS PID for 'section'
493 u16 vidtv_psi_pmt_get_pid(struct vidtv_psi_table_pmt *section,
497 * vidtv_psi_pat_table_update_sec_len - Recompute and update the PAT section length.
508 * vidtv_psi_pmt_table_update_sec_len - Recompute and update the PMT section length.
519 * vidtv_psi_sdt_table_update_sec_len - Recompute and update the SDT section length.
593 * struct vidtv_psi_pmt_write_args - Arguments for writing a PMT section
617 * This function writes the MPEG TS packets for a PMT section into a buffer.
618 * Calling code will usually generate the PMT section via a call to its init function
622 * equal to the size of the PMT section, since more space is needed for TS headers
628 * vidtv_psi_find_pmt_sec - Finds the PMT section for 'program_num'
631 * @program_num: The 'program_num' from PAT pointing to a PMT section.
644 * See ETSI 300 468 section 5.2.1
662 * 468 section 5.2.1
685 * struct vidtv_psi_nit_write_args - Arguments for writing a NIT section
719 * see ETSI EN 300 468 v1.15.1 section 6.2.37
732 * See ETSI 300 468 section 5.2.4
749 * struct vidtv_psi_eit_write_args - Arguments for writing an EIT section
782 * vidtv_psi_eit_table_update_sec_len - Recompute and update the EIT section length.