Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.c1624 current->pending[current->last].offset + prev->first_offset; in _reevaluate_group_pcr_offset()
1637 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset()
1651 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset()
1654 prev->first_offset, prev->pcr_offset); in _reevaluate_group_pcr_offset()
1656 lastoffset = cur->values[cur->last_value].offset + cur->first_offset; in _reevaluate_group_pcr_offset()
1659 " cur:%" G_GUINT64_FORMAT, first->first_offset, prevoffset, in _reevaluate_group_pcr_offset()
1714 G_GUINT64_FORMAT, prevbr, cur->first_offset - prev->first_offset); in _reevaluate_group_pcr_offset()
1717 cur->first_offset - prev->first_offset, prevbr); in _reevaluate_group_pcr_offset()
1720 GST_TIME_FORMAT, cur->first_offset, in _reevaluate_group_pcr_offset()
1762 group->first_offset = offset; in _new_group()
[all …]
Dmpegtspacketizer.h143 guint64 first_offset; member
186 guint64 first_offset; member
/third_party/ffmpeg/libavformat/
Daixdec.c38 unsigned nb_streams, first_offset, nb_segments; in aix_read_header() local
46 first_offset = avio_rb32(s->pb) + 8; in aix_read_header()
52 if (stream_list_offset >= first_offset) in aix_read_header()
72 avio_seek(s->pb, first_offset, SEEK_SET); in aix_read_header()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.c116 parser->sidx.first_offset = parser->sidx.earliest_pts = in gst_isoff_qt_sidx_parser_add_data()
121 parser->sidx.first_offset = in gst_isoff_qt_sidx_parser_add_data()
131 GST_LOG ("First offset: %" G_GUINT64_FORMAT, parser->sidx.first_offset); in gst_isoff_qt_sidx_parser_add_data()
Dgstisoff.h65 guint64 first_offset; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c859 parser->sidx.first_offset = in gst_isoff_sidx_parser_parse()
864 parser->sidx.first_offset = in gst_isoff_sidx_parser_parse()
874 GST_LOG ("First offset: %" G_GUINT64_FORMAT, parser->sidx.first_offset); in gst_isoff_sidx_parser_parse()
Dgstisoff.h258 guint64 first_offset; member
/third_party/ffmpeg/libavcodec/
Dmagicyuv.c524 uint32_t first_offset, offset, next_offset, header_size, slice_width; in magy_decode_frame() local
683 first_offset = offset; in magy_decode_frame()
708 table_size = header_size + first_offset - bytestream2_tell(&gbyte); in magy_decode_frame()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1845 gint first_offset = 0; in gst_ttml_render_split_block() local
1876 &first_offset); in gst_ttml_render_split_block()
1896 if (first_offset > 0) { in gst_ttml_render_split_block()
1898 ue->text = g_strdup (ue->text + first_offset); in gst_ttml_render_split_block()
1904 last_offset -= first_offset; in gst_ttml_render_split_block()
/third_party/boost/boost/property_tree/detail/
Dptree_implementation.hpp38 first_offset = offsetof(value_type, first));
46 first_offset>,
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2910 guint64 first_offset = dash_stream->sidx_parser.sidx.first_offset; in gst_dash_demux_parse_isobmff() local
2914 if (first_offset) { in gst_dash_demux_parse_isobmff()
2916 "non-zero sidx first offset %" G_GUINT64_FORMAT, first_offset); in gst_dash_demux_parse_isobmff()
2917 dash_stream->sidx_base_offset += first_offset; in gst_dash_demux_parse_isobmff()
/third_party/protobuf/src/google/protobuf/
Drepeated_field.h1442 size_type first_offset = first - cbegin();
1444 Truncate(std::copy(last, cend(), begin() + first_offset) - cbegin());
1446 return begin() + first_offset;
/third_party/gstreamer/gstplugins_bad/
DChangeLog22328 SIDX's base offset (i.e., byte offset of SIDX + sidx.first_offset)
24676 dashdemux: Add first_offset of sidx box to base offset
24677 sidx has "first_offset" syntax which represents the distance in bytes