Searched refs:size_in_bytes (Results 1 – 1 of 1) sorted by relevance
1097 int32_t size_in_bytes = 0; in push_echo_reference() local1601 size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, frames); in read_and_process_frames() local1603 in->proc_buf_in = (int16_t *)realloc(in->proc_buf_in, size_in_bytes); in read_and_process_frames()1607 in->proc_buf_out = (int16_t *)realloc(in->proc_buf_out, size_in_bytes); in read_and_process_frames()1681 size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, frames); in read_and_process_frames() local1683 in->proc_buf_out = (int16_t *)realloc(in->proc_buf_out, size_in_bytes); in read_and_process_frames()1745 size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, in->config.period_size); in get_next_buffer() local1748 in->read_buf = (int16_t *) realloc(in->read_buf, size_in_bytes); in get_next_buffer()1753 in->read_status = pcm_read(pcm_device->pcm, (void*)in->read_buf, size_in_bytes); in get_next_buffer()