Lines Matching refs:format
49 u16 format; member
62 WaveFormat format; member
219 timerValue = SND_TIMER_CLOCK / strm->format.sampleRate; in PlayStream()
221 alarmPeriod /= (strm->format.bitPerSample == 16) ? sizeof(s16) : sizeof(s8); in PlayStream()
231 (strm->format.bitPerSample == in PlayStream()
236 (strm->format.bitPerSample == in PlayStream()
238 (strm->format.channels == 1) ? strm_lbuf : strm_rbuf, in PlayStream()
336 if (strm->format.channels == 1) in ReadStrmData()
346 if (strm->format.bitPerSample == 16) in ReadStrmData()
381 if (strm->format.bitPerSample == 16) in ReadStrmData()
459 if (FS_ReadFile(&strm->file, (u8 *)&strm->format, chunkSize) == -1) in ReadWaveFormat()