Searched refs:peak_buf (Results 1 – 1 of 1) sorted by relevance
114 int peak_buf; member507 int need_buf = 0, peak_buf = 0; in allocate_buffers() local519 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()523 peak_buf = MAX(peak_buf, need_buf); in allocate_buffers()528 pipeline->peak_buf = peak_buf; in allocate_buffers()529 pipeline->buffers = (float **)calloc(peak_buf, sizeof(float *)); in allocate_buffers()536 for (i = 0; i < peak_buf; i++) { in allocate_buffers()547 busy = calloc(peak_buf, sizeof(*busy)); in allocate_buffers()752 return pipeline->peak_buf; in cras_dsp_pipeline_get_peak_audio_buffers()906 for (i = 0; i < pipeline->peak_buf; i++) in cras_dsp_pipeline_free()[all …]