Searched refs:bufframes (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h59 uint32 bufframes; member in struct:_es1370_stream
134 es1370_stream *es1370_stream_new(es1370_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Des1370.c130 stream->buffer = es1370_mem_alloc(stream->card, stream->bufframes * frame_size * stream->bufcount);
134 stream->blksize = stream->bufframes * frame_size;
158 es1370_reg_write_32(&card->config, ES1370_REG_ADC_SCOUNT & 0xff, stream->bufframes - 1);
163 es1370_reg_write_32(&card->config, ES1370_REG_DAC2_SCOUNT & 0xff, stream->bufframes - 1);
183 + (buf * stream->bufframes * frame_size) + chan * sample_size;
269 es1370_stream_new(es1370_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
284 stream->bufframes = bufframes;
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h68 uint32 bufframes; member in struct:_echo_stream
151 echo_stream *echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Decho.cpp255 stream->bufframes * frame_size * stream->bufcount);
259 stream->blksize = stream->bufframes * frame_size;
295 *buffer = (char*)stream->buffer->log_base + (buf * stream->bufframes * frame_size)
346 echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
361 stream->bufframes = bufframes;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h102 uint32 bufframes; member in struct:_auvia_stream
167 auvia_stream *auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dauvia.c149 stream->buffer = auvia_mem_alloc(stream->card, stream->bufframes
154 stream->blksize = stream->bufframes * frame_size;
228 *buffer =(char *)((addr_t)stream->buffer->log_base + (uintptr_t)(buf * stream->bufframes * frame_size))
294 auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
309 stream->bufframes = bufframes;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h113 uint32 bufframes; member in struct:_auich_stream
192 auich_stream *auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dauich.c179 stream->buffer = auich_mem_alloc(stream->card, stream->bufframes * frame_size * stream->bufcount);
183 stream->blksize = stream->bufframes * frame_size;
250 + (buf * stream->bufframes * frame_size) + chan * sample_size;
310 auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
325 stream->bufframes = bufframes;
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h295 uint32 bufframes; member in struct:_emuxki_stream
420 emuxki_stream *emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Demuxki.c1525 buffer = emuxki_pmem_alloc(stream->card, stream->bufframes
1528 buffer = emuxki_rmem_alloc(stream->card, stream->bufframes
1532 stream->bufframes * frame_size * stream->bufcount,
1533 stream->bufframes * frame_size);
1611 + (buf * stream->bufframes * sample_size * 2);
1628 + (buf * stream->bufframes * sample_size);
1668 emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
1685 stream->bufframes = bufframes;

Completed in 61 milliseconds