Searched refs:WAVE_FOUR_CC (Results 1 – 4 of 4) sorted by relevance
49 if (wav_info.wave_four_cc != WAVE_FOUR_CC) { in Initialize()51 WAVE_FOUR_CC, wav_info.wave_four_cc); in Initialize()
16 constexpr uint32_t WAVCommon::WAVE_FOUR_CC; member in WAVCommon
65 static constexpr uint32_t WAVE_FOUR_CC = internal::make_fourcc('W', 'A', 'V', 'E'); variable
34 wav_hdr.wave_four_cc = WAVE_FOUR_CC; in SetFormat()
Completed in 6 milliseconds