Home
last modified time | relevance | path

Searched refs:StreamInfo (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.3.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOWave.c52 typedef struct StreamInfo struct
60 StreamInfo; typedef
62 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()
/TwlSDK-5.3.1/build/demos/snd/synth/src/
Dmain.c42 typedef struct StreamInfo struct
46 StreamInfo; argument
73 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()
/TwlSDK-5.3.1/build/demos/snd/stream/src/
Dmain.c59 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()
[all …]
/TwlSDK-5.3.1/build/demos/math/fft-2/src/
Dmain.c78 typedef struct StreamInfo struct
82 StreamInfo; argument
125 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()