Searched refs:src_buffer_size (Results 1 – 1 of 1) sorted by relevance
1040 size_t src_buffer_size = frames_num * src_channels * bytes_per_sample; in read_and_process_frames() local1052 in->proc_buf_in = realloc(in->proc_buf_in, src_buffer_size); in read_and_process_frames()1056 in->proc_buf_out = realloc(in->proc_buf_out, src_buffer_size); in read_and_process_frames()1125 if (in->proc_buf_size < src_buffer_size) { in read_and_process_frames()1126 in->proc_buf_size = src_buffer_size; in read_and_process_frames()1127 in->proc_buf_out = realloc(in->proc_buf_out, src_buffer_size); in read_and_process_frames()