Searched refs:COMPOSE_ID (Results 1 – 2 of 2) sorted by relevance
/third_party/alsa-utils/aplay/ |
D | formats.h | 48 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 54 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro 69 #define WAV_RIFF COMPOSE_ID('R','I','F','F') 70 #define WAV_RIFX COMPOSE_ID('R','I','F','X') 71 #define WAV_WAVE COMPOSE_ID('W','A','V','E') 72 #define WAV_FMT COMPOSE_ID('f','m','t',' ') 73 #define WAV_DATA COMPOSE_ID('d','a','t','a') 119 #define AU_MAGIC COMPOSE_ID('.','s','n','d')
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 78 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 84 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro 668 #define WAV_RIFF COMPOSE_ID('R','I','F','F') 669 #define WAV_WAVE COMPOSE_ID('W','A','V','E') 670 #define WAV_FMT COMPOSE_ID('f','m','t',' ') 671 #define WAV_DATA COMPOSE_ID('d','a','t','a')
|