Home | History | Annotate | Download | only in audio

Lines Matching refs:format

91     return out->legacy_out->format();
94 static int out_set_format(struct audio_stream *stream, int format)
211 return in->legacy_in->format();
214 static int in_set_format(struct audio_stream *stream, int format)
384 uint32_t sample_rate, int format,
388 return ladev->hwif->getInputBufferSize(sample_rate, format, channel_count);
393 int *format,
407 out->legacy_out = ladev->hwif->openOutputStream(devices, format, channels,
452 uint32_t devices, int *format,
466 in->legacy_in = ladev->hwif->openInputStream(devices, format, channels,