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

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h77 #ifndef SAMPLE_CONVERT_CHUNK_SIZE
78 #define SAMPLE_CONVERT_CHUNK_SIZE 32 macro
H A Deas_mdls.c1239 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE];
1274 count = (size < SAMPLE_CONVERT_CHUNK_SIZE ? size : SAMPLE_CONVERT_CHUNK_SIZE);

Completed in 791 milliseconds