Lines Matching full:res_buffer
1541 if (pcm_device->res_buffer) {
1542 free(pcm_device->res_buffer);
1543 pcm_device->res_buffer = NULL;
1602 pcm_device->res_buffer = NULL;
2128 pcm_device->res_buffer =
2129 realloc(pcm_device->res_buffer, pcm_device->res_byte_count);
2138 (int16_t *)buffer, &frames_rq, (int16_t *)pcm_device->res_buffer, &frames_wr);
2149 if (pcm_device->resampler && pcm_device->res_buffer) {
2150 audio_data = pcm_device->res_buffer;