Home
last modified time | relevance | path

Searched defs:stream_seek (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopenjpegdec.c147 static OPJ_BOOL stream_seek(OPJ_OFF_T nb_bytes, void *user_data) in stream_seek() function
Dlibopenjpegenc.c117 static OPJ_BOOL stream_seek(OPJ_OFF_T nb_bytes, void *user_data) in stream_seek() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h358 …GstFlowReturn (*stream_seek) (GstAdaptiveDemuxStream * stream, gboolean forward, GstSeekFlags … member
/third_party/ffmpeg/fftools/
Dffplay.c1473 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) in stream_seek() function