Searched refs:stereo_to_mono_buf (Results 1 – 2 of 2) sorted by relevance
1114 in->stereo_to_mono_buf = realloc(in->stereo_to_mono_buf, bytes*2); in in_read()1115 if (!in->stereo_to_mono_buf) { in in_read()1121 read_frames = audio_vbuffer_read(&in->buffer, in->stereo_to_mono_buf, frames); in in_read()1124 uint16_t *src = (uint16_t *)in->stereo_to_mono_buf; in in_read()1394 if (in->stereo_to_mono_buf != NULL) { in adev_close_input_stream()1395 free(in->stereo_to_mono_buf); in adev_close_input_stream()1473 in->stereo_to_mono_buf = NULL; in adev_open_input_stream()
96 int16_t *stereo_to_mono_buf; // Protected by this->lock member