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
1266 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE]; in Parse_data()1301 count = (size < SAMPLE_CONVERT_CHUNK_SIZE ? size : SAMPLE_CONVERT_CHUNK_SIZE); in Parse_data()1334 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE]; in Parse_data()1348 count = (size < SAMPLE_CONVERT_CHUNK_SIZE ? size : SAMPLE_CONVERT_CHUNK_SIZE); in Parse_data()