Home
last modified time | relevance | path

Searched refs:cluster_time (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c344 demux->cluster_time = GST_CLOCK_TIME_NONE; in gst_matroska_demux_reset()
2323 demux->cluster_time = GST_CLOCK_TIME_NONE; in gst_matroska_demux_peek_cluster_info()
2415 cluster->time = demux->cluster_time * demux->common.time_scale; in gst_matroska_demux_peek_cluster_info()
2443 gint64 * cluster_offset, GstClockTime * cluster_time) in gst_matroska_demux_scan_back_for_keyframe_cluster() argument
2481 GstClockTimeDiff distance = GST_CLOCK_DIFF (cluster.time, *cluster_time); in gst_matroska_demux_scan_back_for_keyframe_cluster()
2512 *cluster_time = stream_start_time; in gst_matroska_demux_scan_back_for_keyframe_cluster()
2524 *cluster_time = cluster.time; in gst_matroska_demux_scan_back_for_keyframe_cluster()
2538 GstClockTime otime, prev_cluster_time, current_cluster_time, cluster_time; in gst_matroska_demux_search_pos() local
2557 current_cluster_time = demux->cluster_time; in gst_matroska_demux_search_pos()
2630 demux->cluster_time = cluster_time = GST_CLOCK_TIME_NONE; in gst_matroska_demux_search_pos()
[all …]
Dmatroska-parse.h80 GstClockTime cluster_time; member
Dmatroska-parse.c246 parse->cluster_time = GST_CLOCK_TIME_NONE; in gst_matroska_parse_reset()
1580 GstEbmlRead * ebml, guint64 cluster_time, guint64 cluster_offset, in gst_matroska_parse_parse_blockgroup_or_simpleblock() argument
1807 if (cluster_time != GST_CLOCK_TIME_NONE) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1810 if (time < 0 && (-time) > cluster_time) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1814 lace_time = (cluster_time + time) * parse->common.time_scale; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
1817 gst_util_guint64_to_gdouble ((cluster_time + time) * in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2670 parse->cluster_time = GST_CLOCK_TIME_NONE; in gst_matroska_parse_parse_id()
2695 parse->cluster_time = num; in gst_matroska_parse_parse_id()
2703 GST_TIME_ARGS (parse->cluster_time), parse->cluster_offset, in gst_matroska_parse_parse_id()
2708 GST_FORMAT_TIME, parse->cluster_time, in gst_matroska_parse_parse_id()
[all …]
Dmatroska-demux.h86 GstClockTime cluster_time; member
Dmatroska-mux.h138 cluster_time, member
Dmatroska-mux.c713 mux->cluster_time = 0; in gst_matroska_mux_reset()
4070 || (buffer_timestamp > mux->cluster_time in gst_matroska_mux_write_data()
4071 && (buffer_timestamp - mux->cluster_time) >= in gst_matroska_mux_write_data()
4074 && buffer_timestamp > mux->cluster_time in gst_matroska_mux_write_data()
4075 && (buffer_timestamp - mux->cluster_time) >= in gst_matroska_mux_write_data()
4116 mux->cluster_time = in gst_matroska_mux_write_data()
4137 mux->cluster_time = in gst_matroska_mux_write_data()
4193 relative_timestamp64 = buffer_timestamp - mux->cluster_time; in gst_matroska_mux_write_data()
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c2316 int64_t cluster_time = ts - mkv->cluster_pts; in mkv_write_packet_internal() local
2317 if ((int16_t)cluster_time != cluster_time) { in mkv_write_packet_internal()
2395 int64_t cluster_time; in mkv_write_packet() local
2405 cluster_time = pkt->dts - mkv->cluster_pts; in mkv_write_packet()
2407 cluster_time = pkt->pts - mkv->cluster_pts; in mkv_write_packet()
2408 cluster_time += mkv->tracks[pkt->stream_index].ts_offset; in mkv_write_packet()
2418 cluster_time > mkv->cluster_time_limit) { in mkv_write_packet()
2423 cluster_time > mkv->cluster_time_limit || in mkv_write_packet()
Dmatroskadec.c3615 int size, int64_t pos, uint64_t cluster_time, in matroska_parse_block() argument
3661 if (cluster_time != (uint64_t) -1 && in matroska_parse_block()
3662 (block_time >= 0 || cluster_time >= -block_time)) { in matroska_parse_block()
3663 uint64_t timecode_cluster_in_track_tb = (double) cluster_time / track->time_scale; in matroska_parse_block()
3709 if (cluster_time != (uint64_t)-1 && (block_time >= 0 || cluster_time >= -block_time)) in matroska_parse_block()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.81876 Fix Vorbis streams failing to decode in some files, where cluster_time
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.84047 Fix Vorbis streams failing to decode in some files, where cluster_time
/third_party/gstreamer/gstplugins_good/
DChangeLog10981 mux->cluster_time. Since the cluster time saved into the file does not
10983 the rounding of relative_timestamp was invalid as mux->cluster_time