Searched refs:COMPOSE_ID (Results 1 – 1 of 1) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | wav_parser.h | 56 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 62 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) 71 #define WAV_RIFF COMPOSE_ID('R','I','F','F') 72 #define WAV_RIFX COMPOSE_ID('R','I','F','X') 73 #define WAV_WAVE COMPOSE_ID('W','A','V','E') 74 #define WAV_FMT COMPOSE_ID('f','m','t',' ') 75 #define WAV_DATA COMPOSE_ID('d','a','t','a')
|
Completed in 4 milliseconds