Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4MusicFile.cpp356 streaming_done = false; in Play()
522 if (done) streaming_done = true; in Execute()
526 if (state != AL_PLAYING && streaming_done) in Execute()
H A DC4MusicFile.h112 bool playing{false}, streaming_done{false}, loaded{false};
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dstreaming.h134 void streaming_done(void);
H A Dstreaming.c598 void streaming_done(void) in streaming_done() function
H A Dmain.c1335 tvhftrace(LS_MAIN, streaming_done); in main()