Searched refs:COMPOSE_ID (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-utils/aplay/ |
H A D | formats.h | 47 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 53 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro 68 #define WAV_RIFF COMPOSE_ID('R','I','F','F') 69 #define WAV_RIFX COMPOSE_ID('R','I','F','X') 70 #define WAV_WAVE COMPOSE_ID('W','A','V','E') 71 #define WAV_FMT COMPOSE_ID('f','m','t',' ') 72 #define WAV_DATA COMPOSE_ID('d','a','t','a') 118 #define AU_MAGIC COMPOSE_ID('.','s','n','d')
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 88 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 94 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro 697 #define WAV_RIFF COMPOSE_ID('R','I','F','F') 698 #define WAV_WAVE COMPOSE_ID('W','A','V','E') 699 #define WAV_FMT COMPOSE_ID('f','m','t',' ') 700 #define WAV_DATA COMPOSE_ID('d','a','t','a')
|
Completed in 4 milliseconds