Lines Matching defs:section
1038 /* compute section length if possible */
1771 /* we got all the PES or section header. We can now
2292 static void m4sl_cb(MpegTSFilter *filter, const uint8_t *section,
2304 p_end = section + section_len - 4;
2305 p = section;
2357 static void scte_data_cb(MpegTSFilter *filter, const uint8_t *section,
2374 new_data_packet(section, section_len, ts->pkt);
2921 static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
2945 hex_dump_debug(ts->stream, section, section_len);
2952 p_end = section + section_len - 4;
2953 p = section;
3168 static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
3179 hex_dump_debug(ts->stream, section, section_len);
3181 p_end = section + section_len - 4;
3182 p = section;
3256 static void eit_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
3279 p_end = section + section_len - 4;
3280 p = section;
3305 new_data_packet(section, section_len, ts->pkt);
3310 static void sdt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
3320 hex_dump_debug(ts->stream, section, section_len);
3322 p_end = section + section_len - 4;
3323 p = section;
3484 /* write remaining section bytes */