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

/fuchsia/zircon/system/uapp/audio/
H A Dwav-sink.cpp78 riff_chunk.four_cc = RIFF_FOUR_CC;
144 riff_chunk.four_cc = RIFF_FOUR_CC;
H A Dwav-source.cpp35 if (riff_hdr.four_cc != RIFF_FOUR_CC) {
37 RIFF_FOUR_CC, riff_hdr.four_cc);
H A Dwav-common.h64 static constexpr uint32_t RIFF_FOUR_CC = internal::make_fourcc('R', 'I', 'F', 'F'); member in class:WAVCommon
H A Dwav-common.cpp15 constexpr uint32_t WAVCommon::RIFF_FOUR_CC; member in class:WAVCommon

Completed in 29 milliseconds