Home
last modified time | relevance | path

Searched refs:cb_tell (Results 1 – 5 of 5) sorted by relevance

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/audio/
H A Dogg_sound_file.cpp30 ov_callbacks callbacks = { cb_read, cb_seek, cb_close, cb_tell }; in OggSoundFile()
151 OggSoundFile::cb_tell(void* source) in cb_tell() function in OggSoundFile
H A Dogg_sound_file.hpp32 static long cb_tell(void* source);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_mpc.c94 static mpc_int32_t cb_tell(void *data) { in cb_tell() function
115 .read = cb_read, .seek = cb_seek, .tell = cb_tell,
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dad_mpc.c94 static mpc_int32_t cb_tell(void *data) { in cb_tell() function
115 .read = cb_read, .seek = cb_seek, .tell = cb_tell,
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/audio/
H A DSound.cpp121 long cb_tell(void* datasource) { in cb_tell() function
133 cb_tell,