Searched refs:kInputSize (Results 1 – 1 of 1) sorted by relevance
36 kInputSize = 320, // 160 samples * 16-bit per sample. enumerator91 inputBuf = (uint16_t*) malloc(kInputSize); in encode()108 bytesRead = fread(inputBuf, 1, kInputSize, fSrc); in encode()109 if (bytesRead != kInputSize && !feof(fSrc)) { in encode()