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

/fuchsia/zircon/system/uapp/audio/
H A Dwav-source.cpp49 if (wav_info.wave_four_cc != WAVE_FOUR_CC) {
51 WAVE_FOUR_CC, wav_info.wave_four_cc);
H A Dwav-common.h65 static constexpr uint32_t WAVE_FOUR_CC = internal::make_fourcc('W', 'A', 'V', 'E'); member in class:WAVCommon
H A Dwav-common.cpp16 constexpr uint32_t WAVCommon::WAVE_FOUR_CC; member in class:WAVCommon
H A Dwav-sink.cpp34 wav_hdr.wave_four_cc = WAVE_FOUR_CC;

Completed in 24 milliseconds