Lines Matching refs:StreamInfo
59 typedef struct StreamInfo struct
68 StreamInfo; argument
70 static BOOL ReadWaveFormat(StreamInfo * strm);
71 static void ReadStrmData(StreamInfo * strm);
75 static void PlayStream(StreamInfo * strm, const char *filename);
76 static void StopStream(StreamInfo * strm);
93 static StreamInfo strm;
189 static void PlayStream(StreamInfo * strm, const char *filename) in PlayStream()
254 static void StopStream(StreamInfo * strm) in StopStream()
280 (void)ReadStrmData((StreamInfo *) message); in StrmThread()
308 static void ReadStrmData(StreamInfo * strm) in ReadStrmData()
426 static BOOL ReadWaveFormat(StreamInfo * strm) in ReadWaveFormat()