Searched refs:section_length (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtssection.c | 153 if (section->section_length < min_size) { in __common_section_checks() 156 section->pid, section->table_id, section->section_length, min_size); in __common_section_checks() 162 && (_calc_crc32 (section->data, section->section_length) != 0)) { in __common_section_checks() 215 copy->data = g_memdup (section->data, section->section_length); in _gst_mpegts_section_copy() 216 copy->section_length = section->section_length; in _gst_mpegts_section_copy() 237 return g_bytes_new (section->data, section->section_length); in gst_mpegts_section_get_data() 428 end = section->data + section->section_length; in _parse_pat() 659 end = data + section->section_length; in _parse_pmt() 933 desc_len = section->section_length - 4 - 8; in _parse_cat() 1117 section->section_length = length; in _packetize_common_section() [all …]
|
D | gst-dvb-section.c | 165 end = data + section->section_length; in _parse_eit() 228 section->pid, (gint) (data - section->data), section->section_length); in _parse_eit() 326 end = data + section->section_length; in _parse_bat() 405 section->pid, (gint) (data - section->data), section->section_length); in _parse_bat() 504 end = data + section->section_length; in _parse_nit() 586 section->pid, (gint) (data - section->data), section->section_length); in _parse_nit() 848 end = data + section->section_length; in _parse_sdt() 863 sdt_info_length = section->section_length - 11; in _parse_sdt() 914 section->pid, (gint) (data - section->data), section->section_length); in _parse_sdt()
|
D | gst-atsc-section.c | 104 end = data + section->section_length; in _parse_atsc_vct() 315 end = data + section->section_length; in _parse_atsc_mgt() 640 end = data + section->section_length; in _parse_atsc_eit() 705 section->pid, (gint) (data - section->data), section->section_length); in _parse_atsc_eit() 775 end = data + section->section_length; in _parse_ett() 792 section->pid, (gint) (data - section->data), section->section_length); in _parse_ett() 866 end = data + section->section_length; in _parse_atsc_stt()
|
D | gstmpegtssection.h | 163 guint section_length; member
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 212 stream->section_length = 0; in mpegts_packetizer_clear_section() 523 stream->section_length); in mpegts_packetizer_parse_section_header() 528 stream->section_length); in mpegts_packetizer_parse_section_header() 936 guint section_length; in mpegts_packetizer_push_section() local 1028 to_read = MIN (stream->section_length - stream->section_offset, in mpegts_packetizer_push_section() 1034 GST_DEBUG ("Appending data (need %d, have %d)", stream->section_length, in mpegts_packetizer_push_section() 1038 if (stream->section_offset < stream->section_length) { in mpegts_packetizer_push_section() 1040 stream->pid, stream->section_offset, stream->section_length); in mpegts_packetizer_push_section() 1045 if (G_UNLIKELY (stream->section_offset != stream->section_length)) in mpegts_packetizer_push_section() 1047 stream->pid, stream->section_offset, stream->section_length); in mpegts_packetizer_push_section() [all …]
|
D | mpegtspacketizer.h | 82 guint section_length; member
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | mpegts.c | 120 pat_section->data[pat_section->section_length - 1]++; in GST_START_TEST() 201 pmt_section->data[pmt_section->section_length - 1]++; in GST_START_TEST() 297 nit_section->data[nit_section->section_length - 1]++; in GST_START_TEST() 386 sdt_section->data[sdt_section->section_length - 1]++; in GST_START_TEST()
|
/third_party/ffmpeg/libavcodec/ |
D | hapenc.c | 77 int section_length, in hap_write_section_header() argument 84 bytestream2_put_le24(pbc, header_length == HAP_HDR_LONG ? 0 : section_length); in hap_write_section_header() 88 bytestream2_put_le32(pbc, section_length); in hap_write_section_header()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | mxsimage.h | 154 uint32_t section_length; member
|
D | mxsimage.c | 1434 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 112543 The section_length is now the corrected section_length (i.e. with
|