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

/fuchsia/zircon/system/uapp/audio/
H A Dwav-common.h12 static inline constexpr uint32_t make_fourcc(uint8_t a, uint8_t b, function in namespace:internal
64 static constexpr uint32_t RIFF_FOUR_CC = internal::make_fourcc('R', 'I', 'F', 'F');
65 static constexpr uint32_t WAVE_FOUR_CC = internal::make_fourcc('W', 'A', 'V', 'E');
66 static constexpr uint32_t FMT_FOUR_CC = internal::make_fourcc('f', 'm', 't', ' ');
67 static constexpr uint32_t DATA_FOUR_CC = internal::make_fourcc('d', 'a', 't', 'a');

Completed in 25 milliseconds