Searched refs:cb_tell (Results 1 – 5 of 5) sorted by relevance
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/audio/ |
H A D | ogg_sound_file.cpp | 30 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 D | ogg_sound_file.hpp | 32 static long cb_tell(void* source);
|
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/ |
H A D | ad_mpc.c | 94 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 D | ad_mpc.c | 94 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 D | Sound.cpp | 121 long cb_tell(void* datasource) { in cb_tell() function 133 cb_tell,
|