Searched refs:FORMAT_LPCM (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/uapp/audio/
H A Dwav-source.cpp68 if (wav_info.format != FORMAT_LPCM) {
70 wav_info.format, FORMAT_LPCM);
H A Dwav-common.h72 static constexpr uint16_t FORMAT_LPCM = 0x0001; member in class:WAVCommon
H A Dwav-common.cpp21 constexpr uint16_t WAVCommon::FORMAT_LPCM; member in class:WAVCommon
H A Dwav-sink.cpp48 wav_hdr.format = FORMAT_LPCM;

Completed in 60 milliseconds