Searched refs:push_offset1 (Results 1 – 2 of 2) sorted by relevance
1429 ogg->push_offset1 = ogg->push_last_seek_offset; in gst_ogg_demux_setup_bisection_bounds()1452 GST_TIME_ARGS (ogg->push_time1), ogg->push_offset1 - ogg->push_offset0); in gst_ogg_demux_estimate_bisection_target()1457 ogg->push_offset1, GST_TIME_ARGS (ogg->push_time0)); in gst_ogg_demux_estimate_bisection_target()1478 ogg->push_offset1, GST_TIME_ARGS (ogg->push_time0), in gst_ogg_demux_estimate_bisection_target()1484 gst_util_uint64_scale (ogg->push_offset1 - ogg->push_offset0, in gst_ogg_demux_estimate_bisection_target()1496 gint64 new_best, best2 = (ogg->push_offset0 + ogg->push_offset1) / 2; in gst_ogg_demux_estimate_bisection_target()1530 if (best > ogg->push_offset1 - ogg->max_packet_size) { in gst_ogg_demux_estimate_bisection_target()1531 best = ogg->push_offset1 - ogg->max_packet_size; in gst_ogg_demux_estimate_bisection_target()1541 if (best > ogg->push_offset1) in gst_ogg_demux_estimate_bisection_target()1542 best = ogg->push_offset1; in gst_ogg_demux_estimate_bisection_target()[all …]
186 gint64 push_offset0, push_offset1; /* bisection search offset bounds */ member