Searched refs:mWaveFormat (Results 1 – 2 of 2) sorted by relevance
96 uint16_t mWaveFormat; member202 mWaveFormat = U16_LE_AT(formatSpec); in init()203 if (mWaveFormat != WAVE_FORMAT_PCM in init()280 if (mWaveFormat == WAVE_FORMAT_PCM) { in init()294 } else if (mWaveFormat == WAVE_FORMAT_MULAW || mWaveFormat == WAVE_FORMAT_ALAW) { in init()310 switch (mWaveFormat) { in init()377 mWaveFormat(waveFormat), in WAVSource()447 if (mWaveFormat == WAVE_FORMAT_MSGSM) { in read()485 if (mWaveFormat == WAVE_FORMAT_MSGSM) { in read()512 if (mWaveFormat == WAVE_FORMAT_PCM) { in read()[all …]
49 uint16_t mWaveFormat; variable