Searched refs:granpos (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateparse.c | 287 gint64 granpos; in gst_kate_parse_drain_queue_prematurely() local 291 granpos = GST_BUFFER_OFFSET_END (buf); in gst_kate_parse_drain_queue_prematurely() 292 ret = gst_kate_parse_push_buffer (parse, buf, granpos); in gst_kate_parse_drain_queue_prematurely() 327 gint64 granpos; in gst_kate_parse_queue_buffer() local 332 granpos = GST_BUFFER_OFFSET_END (buf); in gst_kate_parse_queue_buffer() 333 GST_LOG_OBJECT (parse, "granpos %16" G_GINT64_MODIFIER "x", granpos); in gst_kate_parse_queue_buffer() 339 ret = gst_kate_parse_drain_queue (parse, granpos); in gst_kate_parse_queue_buffer() 342 if (granpos >= 0) { in gst_kate_parse_queue_buffer() 343 ret = gst_kate_parse_drain_queue (parse, granpos); in gst_kate_parse_queue_buffer() 346 ("Bad granulepos %" G_GINT64_FORMAT, granpos)); in gst_kate_parse_queue_buffer()
|
D | gstkateenc.c | 391 kate_int64_t granpos, GstClockTime timestamp, GstClockTime duration, in gst_kate_enc_create_buffer() argument 412 GST_BUFFER_OFFSET_END (buffer) = granpos; in gst_kate_enc_create_buffer() 442 kate_int64_t granpos, GstClockTime timestamp, GstClockTime duration, in gst_kate_enc_push_and_free_kate_packet() argument 449 gst_kate_enc_create_buffer (ke, kp, granpos, timestamp, duration, header); in gst_kate_enc_push_and_free_kate_packet() 679 kate_int64_t granpos; in gst_kate_enc_chain_push_packet() local 682 granpos = kate_encode_get_granule (&ke->k); in gst_kate_enc_chain_push_packet() 683 if (G_UNLIKELY (granpos < 0)) { in gst_kate_enc_chain_push_packet() 690 gst_kate_enc_push_and_free_kate_packet (ke, kp, granpos, start, duration, in gst_kate_enc_chain_push_packet() 710 kate_int64_t granpos = kate_encode_get_granule (&ke->k); in gst_kate_enc_generate_keepalive() local 712 if (gst_kate_enc_push_and_free_kate_packet (ke, &kp, granpos, timestamp, 0, in gst_kate_enc_generate_keepalive() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 1363 ogg_int64_t granpos = ogg_page_granulepos (page); in gst_ogg_demux_setup_first_granule() local 1364 if (granpos > 0) { in gst_ogg_demux_setup_first_granule() 1366 (gint64) gst_ogg_stream_granulepos_to_granule (&pad->map, granpos); in gst_ogg_demux_setup_first_granule() 1552 ogg_int64_t granpos) in gst_ogg_demux_record_keyframe_time() argument 1557 kf_granule = gst_ogg_stream_granulepos_to_key_granule (&pad->map, granpos); in gst_ogg_demux_record_keyframe_time() 1687 ogg_int64_t granpos = ogg_page_granulepos (page); in gst_ogg_pad_handle_push_mode_state() local 1690 if (granpos >= 0 && pad->have_type) { in gst_ogg_pad_handle_push_mode_state() 1693 gst_ogg_stream_get_start_time_for_granulepos (&pad->map, granpos); in gst_ogg_pad_handle_push_mode_state() 1698 gst_ogg_stream_get_end_time_for_granulepos (&pad->map, granpos); in gst_ogg_pad_handle_push_mode_state() 1707 gst_ogg_stream_get_end_time_for_granulepos (&pad->map, granpos); in gst_ogg_pad_handle_push_mode_state() [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 48063 oggdemux: increase EOS granpos detection chunk size 64988 This will let oggmux generate a granpos on the last page that properly 65004 oggmux: set correct granpos on last page when samples are clipped 77418 oggdemux: fix incorrect testing of invalid granpos values 83963 oggstream: reject Ogg/Opus streams with nonsensical preskip/granpos setup 89303 oggdemux: fix granpos interpolation violating max keyframe distance 89304 In case many packets fit on a page, we may not see a granpos for 89305 a while, and granpos interpolation can wrap the 'frames since last 89306 keyframe' part of the granpos, generating a granpos which is smaller 89309 and updating the last keyframe granpos from this. [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 46699 This will let oggmux generate a granpos on the last page that properly 46707 This will let oggmux generate a granpos on the last page that properly 80534 flacdec: fix off by one between granpos and last_stop
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 104694 This will let oggmux generate a granpos on the last page that properly 162070 While there, make size unsigned, and granpos signed.
|