Lines Matching defs:section_len
2293 int section_len)
2304 p_end = section + section_len - 4;
2358 int section_len)
2374 new_data_packet(section, section_len, ts->pkt);
2921 static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
2944 av_log(ts->stream, AV_LOG_TRACE, "PMT: len %i\n", section_len);
2945 hex_dump_debug(ts->stream, section, section_len);
2952 p_end = section + section_len - 4;
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;
3256 static void eit_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
3279 p_end = section + section_len - 4;
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;