Home
last modified time | relevance | path

Searched refs:handleEndOfFile (Results 1 – 8 of 8) sorted by relevance

/dports/net/liveMedia/live/liveMedia/
H A DMPEG2TransportStreamDemux.cpp35 fParser = new MPEG2TransportStreamParser(inputSource, handleEndOfFile, this); in MPEG2TransportStreamDemux()
42 void MPEG2TransportStreamDemux::handleEndOfFile(void* clientData) { in handleEndOfFile() function in MPEG2TransportStreamDemux
43 ((MPEG2TransportStreamDemux*)clientData)->handleEndOfFile(); in handleEndOfFile()
46 void MPEG2TransportStreamDemux::handleEndOfFile() { in handleEndOfFile() function in MPEG2TransportStreamDemux
H A DOggFile.cpp272 fOurParser = new OggFileParser(ourFile, fileSource, handleEndOfFile, this, this); in OggDemux()
278 handleEndOfFile(); in ~OggDemux()
301 void OggDemux::handleEndOfFile(void* clientData) { in handleEndOfFile() function in OggDemux
302 ((OggDemux*)clientData)->handleEndOfFile(); in handleEndOfFile()
305 void OggDemux::handleEndOfFile() { in handleEndOfFile() function in OggDemux
H A DMatroskaFile.cpp847 handleEndOfFile, this, this); in MatroskaDemux()
852 handleEndOfFile(); in ~MatroskaDemux()
915 void MatroskaDemux::handleEndOfFile(void* clientData) { in handleEndOfFile() function in MatroskaDemux
916 ((MatroskaDemux*)clientData)->handleEndOfFile(); in handleEndOfFile()
919 void MatroskaDemux::handleEndOfFile() { in handleEndOfFile() function in MatroskaDemux
/dports/net/liveMedia/live/liveMedia/include/
H A DMPEG2TransportStreamDemux.hh41 static void handleEndOfFile(void* clientData);
42 void handleEndOfFile();
H A DOggFile.hh167 static void handleEndOfFile(void* clientData);
168 void handleEndOfFile();
H A DMatroskaFile.hh201 static void handleEndOfFile(void* clientData);
202 void handleEndOfFile();
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/streaming/
H A Dmedia_streaming_file.h88 void handleEndOfFile();
H A Dmedia_streaming_file.cpp332 handleEndOfFile(); in readNextPacket()
337 void File::Context::handleEndOfFile() { in handleEndOfFile() function in Media::Streaming::File::Context