Home
last modified time | relevance | path

Searched refs:stereo_to_mono_buf (Results 1 – 2 of 2) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.c1114 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()
Daudio_hw.h96 int16_t *stereo_to_mono_buf; // Protected by this->lock member