Home | History | Annotate | Download | only in audio

Lines Matching refs:malloc

701     struct buffer_remix *br = (struct buffer_remix *)malloc(sizeof(struct buffer_remix));
717 in->buffer = malloc(in->config.period_size * br->sample_size * chans);
1706 out->buffer = malloc(RESAMPLER_BUFFER_SIZE); /* todo: allow for reallocing */
2525 out->buffer = malloc(RESAMPLER_BUFFER_SIZE); /* todo: allow for reallocing */
2771 in->buffer = malloc(2 * in->config.period_size * audio_stream_frame_size(&in->stream.common));