Searched refs:kBytes (Results 1 – 1 of 1) sorted by relevance
134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t); in read() local135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes); in read()137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes); in read()