Searched refs:stream_seek (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopenjpegdec.c | 147 static OPJ_BOOL stream_seek(OPJ_OFF_T nb_bytes, void *user_data) in stream_seek() function 385 opj_stream_set_seek_function(stream, stream_seek); in libopenjpeg_decode_frame()
|
D | libopenjpegenc.c | 117 static OPJ_BOOL stream_seek(OPJ_OFF_T nb_bytes, void *user_data) in stream_seek() function 699 opj_stream_set_seek_function(stream, stream_seek); in libopenjpeg_encode_frame()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.h | 367 …GstFlowReturn (*stream_seek) (GstAdaptiveDemuxStream * stream, gboolean forward, GstSeekFlags … member
|
D | gstadaptivedemux.c | 2107 if (IS_SNAP_SEEK (flags) && demux_class->stream_seek && (stream = in gst_adaptive_demux_handle_seek_event() 2132 demux_class->stream_seek (stream, rate >= 0, stream_seek_flags, ts, &ts); in gst_adaptive_demux_handle_seek_event() 4665 if (klass->stream_seek) in gst_adaptive_demux_stream_seek() 4666 return klass->stream_seek (stream, forward, flags, ts, final_ts); in gst_adaptive_demux_stream_seek()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 1473 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) in stream_seek() function 3011 stream_seek(is, start_time != AV_NOPTS_VALUE ? start_time : 0, 0, 0); in read_thread() 3273 stream_seek(is, av_rescale_q(is->ic->chapters[i]->start, is->ic->chapters[i]->time_base, in seek_chapter() 3384 stream_seek(cur_stream, pos, incr, 1); in event_loop() 3392 … stream_seek(cur_stream, (int64_t)(pos * AV_TIME_BASE), (int64_t)(incr * AV_TIME_BASE), 0); in event_loop() 3431 stream_seek(cur_stream, size*x/cur_stream->width, 0, 1); in event_loop() 3451 stream_seek(cur_stream, ts, 0, 0); in event_loop()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssdemux.c | 194 gstadaptivedemux_class->stream_seek = gst_mss_demux_stream_seek; in gst_mss_demux_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 191 adaptivedemux_class->stream_seek = gst_hls_demux_stream_seek; in gst_hls_demux_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 638 gstadaptivedemux_class->stream_seek = gst_dash_demux_stream_seek; in gst_dash_demux_class_init()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 78626 Implement snap seek flags handling in stream_seek to allow the 78667 Handle snap seeking at the stream_seek method and let superclass 78690 More arguments were added to the stream_seek function, allowing better control
|