Searched refs:peak_buf (Results 1 – 1 of 1) sorted by relevance
114 int peak_buf; member509 int need_buf = 0, peak_buf = 0; in allocate_buffers() local521 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()525 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()534 if (peak_buf <= 0) { in allocate_buffers()536 peak_buf); in allocate_buffers()541 pipeline->peak_buf = peak_buf; in allocate_buffers()542 pipeline->buffers = (float **)calloc(peak_buf, sizeof(float *)); in allocate_buffers()549 for (i = 0; i < peak_buf; i++) { in allocate_buffers()560 busy = calloc(peak_buf, sizeof(*busy)); in allocate_buffers()[all …]