Home
last modified time | relevance | path

Searched refs:mWaveFormat (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp96 uint16_t mWaveFormat; member
202 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 …]
H A DWAVExtractor.h49 uint16_t mWaveFormat; variable