Home
last modified time | relevance | path

Searched refs:seek_func (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/podofo/
H A Doutput.cpp21 PyObject *seek_func; member in OutputDevice
34 …OutputDevice(PyObject *file) : tell_func(0), seek_func(0), read_func(0), write_func(0), flush_func… in OutputDevice()
37 GA(seek_func, "seek"); in OutputDevice()
43 NUKE(tell_func); NUKE(seek_func); NUKE(read_func); NUKE(write_func); NUKE(flush_func); in ~OutputDevice()
122 ret = PyObject_CallFunctionObjArgs(seek_func, temp, NULL); in Seek()
/dports/graphics/lib3ds/lib3ds-1.3.0/lib3ds/
H A Dio.c40 Lib3dsIoSeekFunc seek_func; member
48 lib3ds_io_new(void *self, Lib3dsIoErrorFunc error_func, Lib3dsIoSeekFunc seek_func, in lib3ds_io_new() argument
59 io->seek_func = seek_func; in lib3ds_io_new()
94 if (!io || !io->seek_func) { in lib3ds_io_seek()
97 return (*io->seek_func)(io->self, offset, origin); in lib3ds_io_seek()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/lib3ds-1.3.0/lib3ds/
H A Dio.c40 Lib3dsIoSeekFunc seek_func; member
48 lib3ds_io_new(void *self, Lib3dsIoErrorFunc error_func, Lib3dsIoSeekFunc seek_func, in lib3ds_io_new() argument
59 io->seek_func = seek_func; in lib3ds_io_new()
94 if (!io || !io->seek_func) { in lib3ds_io_seek()
97 return (*io->seek_func)(io->self, offset, origin); in lib3ds_io_seek()
/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dcallbackio.h121 return f->callbacks.seek_func(f->priv, offset, whence); in cbseek()
143 r = f->callbacks.seek_func(f->priv, 0, SEEK_END); in cbfilelength()
148 r = f->callbacks.seek_func(f->priv, pos, SEEK_SET); in cbfilelength()
157 callbacks.seek_func == NULL || callbacks.tell_func == NULL) in cbopen()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLAudioClip.h59 typedef int seek_func(void *datasource, long offset, int whence, typedef
95 void setCallbacks(open_func *opencb, read_func *readcb, seek_func *seekcb,
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Ddecoder_drwav.cpp40 drwav_bool32 seek_func(void* userdata, int offset, drwav_seek_origin origin) { in seek_func() function
51 …init = drwav_init_ex(&handle, read_func, seek_func, nullptr, &this->stream, nullptr, DRWAV_SEQUENT… in Open()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/ogg/
H A Dogg.cpp112 cfile_callbacks.seek_func = ogg_cfseek; in OGG_init()
117 mmio_callbacks.seek_func = ogg_mmio_seek; in OGG_init()
/dports/games/scorched3d/scorched/src/client/sound/
H A DSoundBufferOV.cpp78 seek_func, in openStream()
164 int SoundBufferOV::seek_func(void *datasource, ogg_int64_t offset, int whence) in seek_func() function in SoundBufferOV
H A DSoundBufferOV.h47 static int seek_func(void *datasource, ogg_int64_t offset, int whence);
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/
H A DOggAudioSample.cc30 &seek_func,
65 int OggAudioSample::seek_func (void *datasource, ogg_int64_t offset, int whence) in seek_func() function in Pentagram::OggAudioSample
H A DOggAudioSample.h44 static int seek_func (void *datasource, ogg_int64_t offset, int whence);
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dvorbis.c64 static int seek_func(void *datasource, ogg_int64_t offset, int whence) in seek_func() function
102 .seek_func = seek_func,
H A Dopus.c46 static int seek_func(void *datasource, opus_int64 offset, int whence) in seek_func() function
71 .seek = seek_func,
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/vendor/xclannad/
H A Dkoedec_ogg.cc90 callback.seek_func = (int (*)(void*, ogg_int64_t, int))fseek_wrap; in ogg_get_rate()
108 callback.seek_func = &ogg_seekfunc; in OggFILE_impl()
/dports/games/battletanks/btanks-0.9.8083/engine/sound/
H A Dogg_stream.cpp90 ov_cb.seek_func = stream_seek_func; in OggStream()
149 ov_cb.seek_func = stream_seek_func; in decode()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-0.0.14/src/
H A Dlib.rs120 extern fn seek_func<R>(datasource: *mut libc::c_void, offset: ogg_sys::ogg_int64_t, in new() function
148 callbacks.seek_func = seek_func::<R>; in new()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs119 extern fn seek_func<R>(datasource: *mut libc::c_void, offset: tremor_sys::ogg_int64_t, in new() function
147 callbacks.seek_func = seek_func::<R>; in new()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs119 extern fn seek_func<R>(datasource: *mut libc::c_void, offset: tremor_sys::ogg_int64_t, in new() function
147 callbacks.seek_func = seek_func::<R>; in new()
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dlibarchive.py53 def seek_func(archive_p, context, offset, whence): function
59 seek_cb = SEEK_CALLBACK(seek_func)
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc2045src.h1 #define SRC_SEEK(src,pos) ((*(src)->seek_func)((pos), (src)->arg))
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc2045src.h1 #define SRC_SEEK(src,pos) ((*(src)->seek_func)((pos), (src)->arg))
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc2045src.h1 #define SRC_SEEK(src,pos) ((*(src)->seek_func)((pos), (src)->arg))
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc2045src.h1 #define SRC_SEEK(src,pos) ((*(src)->seek_func)((pos), (src)->arg))
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-0.1.0/src/
H A Dlib.rs124 extern fn seek_func<R>(datasource: *mut libc::c_void, offset: ogg_sys::ogg_int64_t, in new() function
152 callbacks.seek_func = seek_func::<R>; in new()
/dports/games/edge/Edge-1.35-source/src/
H A Ds_ogg.cc375 CB.seek_func = oggplayer_memseek; in OpenLump()
417 CB.seek_func = oggplayer_fseek; in OpenFile()
572 CB.seek_func = oggplayer_memseek; in S_LoadOGGSound()

12345678910>>...15