Searched refs:StreamInfo (Results 1 – 4 of 4) sorted by relevance
52 typedef struct StreamInfo struct60 StreamInfo; argument62 static BOOL ReadWaveFormat(StreamInfo * strm);65 static StreamInfo StrmInfo;81 StreamInfo * strm = &StrmInfo; in DEMOReadWave()123 StreamInfo * strm = &StrmInfo; in CloseWave()139 static BOOL ReadWaveFormat(StreamInfo * strm) in ReadWaveFormat()
42 typedef struct StreamInfo struct46 StreamInfo; typedef73 static void Play(StreamInfo * strm);75 static void MakeStreamData(StreamInfo * strm);104 StreamInfo strm; in NitroMain()198 static void Play(StreamInfo * strm) in Play()256 (void)MakeStreamData((StreamInfo *) message); in StrmThread()283 static void MakeStreamData(StreamInfo * strm) in MakeStreamData()
59 typedef struct StreamInfo struct68 StreamInfo; argument70 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()[all …]
78 typedef struct StreamInfo struct82 StreamInfo; typedef125 static void Play(StreamInfo * strm);127 static void MakeStreamData(StreamInfo * strm);175 StreamInfo strm; in NitroMain()1052 static void Play(StreamInfo * strm) in Play()1113 (void)MakeStreamData((StreamInfo *) message); in StrmThread()1140 static void MakeStreamData(StreamInfo * strm) in MakeStreamData()