Searched refs:SAMPLE_CONVERT_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
77 #ifndef SAMPLE_CONVERT_CHUNK_SIZE78 #define SAMPLE_CONVERT_CHUNK_SIZE 32 macro
1223 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE]; in Parse_data()1258 count = (size < SAMPLE_CONVERT_CHUNK_SIZE ? size : SAMPLE_CONVERT_CHUNK_SIZE); in Parse_data()