Searched refs:echo_stream_new (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h151 echo_stream *echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dmulti.cpp1032 stream = echo_stream_new(card, ECHO_USE_PLAY, current_settings.buffer_frames, current_settings.buffer_count);
1049 stream = echo_stream_new(card, ECHO_USE_RECORD, current_settings.buffer_frames, current_settings.buffer_count);
H A Decho.cpp346 echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) function
350 LOG(("echo_stream_new\n"));

Completed in 54 milliseconds