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

/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp78 uint16_t mWaveFormat; member in struct:android::WAVSource
125 mWaveFormat, mBitsPerSample, mDataOffset, mDataSize);
177 mWaveFormat = U16_LE_AT(formatSpec);
178 if (mWaveFormat != WAVE_FORMAT_PCM
179 && mWaveFormat != WAVE_FORMAT_ALAW
180 && mWaveFormat != WAVE_FORMAT_MULAW
181 && mWaveFormat != WAVE_FORMAT_EXTENSIBLE) {
186 if (mWaveFormat == WAVE_FORMAT_EXTENSIBLE) {
194 if (mWaveFormat != WAVE_FORMAT_EXTENSIBLE) {
213 if (mWaveFormat
[all...]
/frameworks/av/media/libstagefright/include/
H A DWAVExtractor.h48 uint16_t mWaveFormat; member in class:android::WAVExtractor

Completed in 62 milliseconds