Home
last modified time | relevance | path

Searched refs:MP_STREAM_SEEK (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream.c205 if(s->flags & MP_STREAM_SEEK && !s->seek) in open_stream_plugin()
206 s->flags &= ~MP_STREAM_SEEK; in open_stream_plugin()
207 if(s->seek && !(s->flags & MP_STREAM_SEEK)) in open_stream_plugin()
208 s->flags |= MP_STREAM_SEEK; in open_stream_plugin()
H A Dstream_smb.c165 stream->flags |= MP_STREAM_SEEK; in open_f()
H A Dstream_netstream.c275 if(stream->flags & MP_STREAM_SEEK) in open_s()
H A Dstream_bluray.c415 s->flags = mode | MP_STREAM_SEEK; in bluray_stream_open()
H A Dstream.h71 #define MP_STREAM_SEEK (MP_STREAM_SEEK_BW|MP_STREAM_SEEK_FW) macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream.c205 if(s->flags & MP_STREAM_SEEK && !s->seek) in open_stream_plugin()
206 s->flags &= ~MP_STREAM_SEEK; in open_stream_plugin()
207 if(s->seek && !(s->flags & MP_STREAM_SEEK)) in open_stream_plugin()
208 s->flags |= MP_STREAM_SEEK; in open_stream_plugin()
H A Dstream_smb.c165 stream->flags |= MP_STREAM_SEEK; in open_f()
H A Dstream_netstream.c275 if(stream->flags & MP_STREAM_SEEK) in open_s()
H A Dstream.h71 #define MP_STREAM_SEEK (MP_STREAM_SEEK_BW|MP_STREAM_SEEK_FW) macro
H A Dstream_bluray.c415 s->flags = mode | MP_STREAM_SEEK; in bluray_stream_open()
/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h37 #define MP_STREAM_SEEK (2) macro
H A Dstream.c446 mp_uint_t res = stream_p->ioctl(args[0], MP_STREAM_SEEK, (mp_uint_t)(uintptr_t)&seek_s, &error); in stream_seek()
536 …mp_uint_t res = stream_p->ioctl(MP_OBJ_FROM_PTR(stream), MP_STREAM_SEEK, (mp_uint_t)(uintptr_t)&se… in mp_stream_posix_lseek()
H A Dobjstringio.c116 case MP_STREAM_SEEK: { in stringio_ioctl()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_audio.c294 if ((s->flags & MP_STREAM_SEEK) == MP_STREAM_SEEK) { in mp3_vbr_frames()
476 if(demuxer->movi_end && (s->flags & MP_STREAM_SEEK) == MP_STREAM_SEEK) { in demux_audio_open()
H A Dmuxer_lavf.c396 if ((muxer->stream->flags & MP_STREAM_SEEK) != MP_STREAM_SEEK) in muxer_init_muxer_lavf()
H A Ddemux_avi.c260 …emux->movi_end) && (demux->movi_end>demux->movi_start) && (demux->stream->flags & MP_STREAM_SEEK)){ in demux_avi_fill_buffer()
285 …>=demux->movi_end && demux->movi_end>demux->movi_start && (demux->stream->flags & MP_STREAM_SEEK)){ in demux_avi_fill_buffer()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_audio.c294 if ((s->flags & MP_STREAM_SEEK) == MP_STREAM_SEEK) { in mp3_vbr_frames()
476 if(demuxer->movi_end && (s->flags & MP_STREAM_SEEK) == MP_STREAM_SEEK) { in demux_audio_open()
H A Dmuxer_lavf.c396 if ((muxer->stream->flags & MP_STREAM_SEEK) != MP_STREAM_SEEK) in muxer_init_muxer_lavf()
H A Ddemux_avi.c260 …emux->movi_end) && (demux->movi_end>demux->movi_start) && (demux->stream->flags & MP_STREAM_SEEK)){ in demux_avi_fill_buffer()
285 …>=demux->movi_end && demux->movi_end>demux->movi_start && (demux->stream->flags & MP_STREAM_SEEK)){ in demux_avi_fill_buffer()
H A Ddemux_lavf.c603 … if (!demuxer->stream->end_pos || (demuxer->stream->flags & MP_STREAM_SEEK) != MP_STREAM_SEEK) in demux_open_lavf()
/dports/lang/micropython/micropython-1.17/examples/natmod/btree/
H A Dbtree_c.c80 …mp_uint_t res = stream_p->ioctl(MP_OBJ_FROM_PTR(stream), MP_STREAM_SEEK, (mp_uint_t)(uintptr_t)&se… in mp_stream_posix_lseek()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs_posix_file.c187 case MP_STREAM_SEEK: { in vfs_posix_file_ioctl()
H A Dvfs_fat_file.c109 if (request == MP_STREAM_SEEK) { in file_obj_ioctl()
H A Dvfs_lfsx_file.c165 if (request == MP_STREAM_SEEK) { in MP_VFS_LFSx()
H A Dmodwebrepl.c163 mp_uint_t res = file_stream->ioctl(self->cur_file, MP_STREAM_SEEK, (uintptr_t)&seek, &err); in handle_op()

12