Searched refs:CHUNK_RIFF (Results 1 – 5 of 5) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.h | 215 #define CHUNK_RIFF CHUNK_TYPE('R','I','F','F') macro
|
D | eas_wavefile.c | 58 #define CHUNK_RIFF CHUNK_TYPE('R','I','F','F') macro 543 if (tag != CHUNK_RIFF) in WaveParseHeader()
|
D | eas_mdls.c | 489 dls.bigEndian = (temp == CHUNK_RIFF); in DLSParser() 777 if ((*pChunkType == CHUNK_RIFF) || (*pChunkType == CHUNK_LIST)) in NextChunk()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_wavefile.c | 58 #define CHUNK_RIFF CHUNK_TYPE('R','I','F','F') macro 543 if (tag != CHUNK_RIFF) in WaveParseHeader()
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_wavefile.c | 58 #define CHUNK_RIFF CHUNK_TYPE('R','I','F','F') macro 543 if (tag != CHUNK_RIFF) in WaveParseHeader()
|