read_seek        2754 ffplay.c               if ((is->ic->iformat->flags & (AVFMT_NOBINSEARCH | AVFMT_NOGENSEARCH | AVFMT_NO_BYTE_SEEK)) && !is->ic->iformat->read_seek) {
read_seek        2084 ffserver.c         if (c->fmt_in->iformat->read_seek)
read_seek         190 libavdevice/libcdio.c     .read_seek      = read_seek,
read_seek         107 libavformat/aea.c     .read_seek      = ff_pcm_read_seek,
read_seek         379 libavformat/aiffdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         470 libavformat/ape.c     .read_seek      = ape_read_seek,
read_seek        1619 libavformat/asfdec.c     .read_seek      = asf_read_seek,
read_seek         158 libavformat/au.c     .read_seek   = ff_pcm_read_seek,
read_seek         665 libavformat/avformat.h     int (*read_seek)(struct AVFormatContext *,
read_seek        1896 libavformat/avidec.c     .read_seek      = avi_read_seek,
read_seek         112 libavformat/avio.h     int64_t (*read_seek)(void *opaque, int stream_index,
read_seek         106 libavformat/aviobuf.c     s->read_seek  = NULL;
read_seek         791 libavformat/aviobuf.c         (*s)->read_seek  = (int64_t (*)(void *, int, int64_t, int))h->prot->url_read_seek;
read_seek         969 libavformat/aviobuf.c     if (!s->read_seek)
read_seek         971 libavformat/aviobuf.c     ret = s->read_seek(h, stream_index, timestamp, flags);
read_seek         681 libavformat/avisynth.c     .read_seek      = avisynth_read_seek,
read_seek          96 libavformat/avr.c     .read_seek      = ff_pcm_read_seek,
read_seek         295 libavformat/bink.c     .read_seek      = read_seek,
read_seek         429 libavformat/cafdec.c     .read_seek      = read_seek,
read_seek         324 libavformat/cinedec.c     .read_seek      = cine_read_seek,
read_seek         395 libavformat/dss.c     .read_seek      = dss_read_seek,
read_seek         640 libavformat/dv.c     .read_seek      = dv_read_seek,
read_seek         101 libavformat/epafdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         738 libavformat/ffmdec.c     .read_seek      = ffm_seek,
read_seek         114 libavformat/filmstripdec.c     .read_seek      = read_seek,
read_seek        1083 libavformat/flvdec.c     .read_seek      = flv_read_seek,
read_seek        1103 libavformat/flvdec.c     .read_seek      = flv_read_seek,
read_seek         606 libavformat/gxf.c     .read_seek      = gxf_seek,
read_seek        1725 libavformat/hls.c     .read_seek      = hls_read_seek,
read_seek         380 libavformat/idcin.c     .read_seek      = idcin_read_seek,
read_seek         566 libavformat/img2dec.c     .read_seek      = img_read_seek,
read_seek         112 libavformat/ircamdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         261 libavformat/jvdec.c     .read_seek      = read_seek,
read_seek         199 libavformat/libgme.c     .read_seek      = read_seek_gme,
read_seek         379 libavformat/libmodplug.c     .read_seek      = modplug_read_seek,
read_seek         322 libavformat/libnut.c     .read_seek      = nut_read_seek,
read_seek         147 libavformat/libquvi.c     .read_seek      = libquvi_read_seek,
read_seek        3432 libavformat/matroskadec.c     .read_seek      = matroska_read_seek,
read_seek         457 libavformat/mlvdec.c     .read_seek      = read_seek,
read_seek        4400 libavformat/mov.c     .read_seek      = mov_read_seek,
read_seek         514 libavformat/mp3dec.c     .read_seek      = mp3_seek,
read_seek         234 libavformat/mpc.c     .read_seek      = mpc_read_seek,
read_seek         326 libavformat/mpc8.c     .read_seek      = mpc8_read_seek,
read_seek         481 libavformat/mvdec.c     .read_seek      = mv_read_seek,
read_seek        3094 libavformat/mxfdec.c     .read_seek      = mxf_read_seek,
read_seek         128 libavformat/nistspheredec.c     .read_seek      = ff_pcm_read_seek,
read_seek         762 libavformat/nsvdec.c     .read_seek      = nsv_read_seek,
read_seek        1227 libavformat/nutdec.c     .read_seek      = read_seek,
read_seek         920 libavformat/oggdec.c     .read_seek      = ogg_read_seek,
read_seek         506 libavformat/omadec.c     .read_seek      = oma_read_seek,
read_seek          81 libavformat/pcmdec.c     .read_seek      = ff_pcm_read_seek,                     \
read_seek         167 libavformat/pcmdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         193 libavformat/pmpdec.c     .read_seek      = pmp_seek,
read_seek          72 libavformat/pvfdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         407 libavformat/r3d.c     .read_seek      = r3d_seek,
read_seek         295 libavformat/rl2.c     .read_seek      = rl2_read_seek,
read_seek        1116 libavformat/rmdec.c     .read_seek      = rm_read_seek,
read_seek          81 libavformat/rsodec.c     .read_seek      =   ff_pcm_read_seek,
read_seek         964 libavformat/rtspdec.c     .read_seek      = rtsp_read_seek,
read_seek        1508 libavformat/sbgdec.c     .read_seek      = sbg_read_seek,
read_seek         147 libavformat/sol.c     .read_seek      = ff_pcm_read_seek,
read_seek         133 libavformat/soxdec.c     .read_seek      = ff_pcm_read_seek,
read_seek         197 libavformat/tmv.c     .read_seek      = tmv_read_seek,
read_seek         199 libavformat/tta.c     .read_seek      = tta_read_seek,
read_seek        2073 libavformat/utils.c     if (s->iformat->read_seek)
read_seek        2074 libavformat/utils.c         if (s->iformat->read_seek(s, stream_index, timestamp, flags) >= 0)
read_seek        2109 libavformat/utils.c     if (s->iformat->read_seek) {
read_seek        2111 libavformat/utils.c         ret = s->iformat->read_seek(s, stream_index, timestamp, flags);
read_seek        2133 libavformat/utils.c     if (s->iformat->read_seek2 && !s->iformat->read_seek) {
read_seek        2192 libavformat/utils.c     if (s->iformat->read_seek || 1) {
read_seek         215 libavformat/vocdec.c     .read_seek      = voc_read_seek,
read_seek         292 libavformat/vqf.c     .read_seek      = vqf_read_seek,
read_seek         630 libavformat/wavdec.c     .read_seek      = wav_read_seek,
read_seek         763 libavformat/wavdec.c     .read_seek      = wav_read_seek,
read_seek        1129 libavformat/wtvdec.c     .read_seek      = read_seek,
read_seek         353 libavformat/wvdec.c     .read_seek      = wv_read_seek,
read_seek         227 libavformat/yop.c     .read_seek      = yop_read_seek,