Home | History | Annotate | Download | only in audio

Lines Matching full:calloc

3238     out = (struct tuna_stream_out *)calloc(1, sizeof(struct tuna_stream_out));
3321 /* out->muted = false; by calloc() */
3508 in = (struct tuna_stream_in *)calloc(1, sizeof(struct tuna_stream_in));
3535 /* initialisation of preprocessor structure array is implicit with the calloc.
3622 adev = calloc(1, sizeof(struct tuna_audio_device));