Searched refs:convBuf (Results 1 – 1 of 1) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 1266 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE]; in Parse_data() local 1296 pInput = (EAS_I8*) convBuf; in Parse_data() 1298 pInput = (EAS_I8*) convBuf + 1; in Parse_data() 1302 …if ((result = EAS_HWReadFile(pDLSData->hwInstData, pDLSData->fileHandle, convBuf, count, &count)) … in Parse_data() 1334 EAS_U8 convBuf[SAMPLE_CONVERT_CHUNK_SIZE]; in Parse_data() local 1349 …if ((result = EAS_HWReadFile(pDLSData->hwInstData, pDLSData->fileHandle, convBuf, count, &count)) … in Parse_data() 1356 memcpy(p, convBuf, count); in Parse_data() 1363 *p++ = (short)((convBuf[i] ^ 0x80) << 8); in Parse_data()
|