Home
last modified time | relevance | path

Searched refs:QAS_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/audio/qaudiosonar/qaudiosonar-1.7.4/
H A Dqaudiosonar_oss.cpp53 dbuf->in_off %= QAS_BUFFER_SIZE; in dsp_put_sample()
62 dbuf->out_off %= QAS_BUFFER_SIZE; in dsp_get_sample()
72 dbuf->mon_off %= QAS_BUFFER_SIZE; in dsp_get_monitor_sample()
79 return ((QAS_BUFFER_SIZE - 1 + dbuf->out_off - in dsp_write_space()
80 dbuf->in_off) % QAS_BUFFER_SIZE); in dsp_write_space()
87 dbuf->in_off) % QAS_BUFFER_SIZE); in dsp_write_monitor_space()
89 dbuf->in_off) % QAS_BUFFER_SIZE); in dsp_write_monitor_space()
99 return ((QAS_BUFFER_SIZE + dbuf->in_off - in dsp_read_space()
100 dbuf->out_off) % QAS_BUFFER_SIZE); in dsp_read_space()
106 return ((QAS_BUFFER_SIZE + dbuf->in_off - in dsp_monitor_space()
[all …]
H A Dqaudiosonar.h71 #define QAS_BUFFER_SIZE ((QAS_SAMPLES_MAX / 8) - ((QAS_SAMPLES_MAX / 8) % QAS_MUL_SIZE)) /* samples… macro
79 #if (QAS_DSP_SIZE == 0 || QAS_BUFFER_SIZE == 0)
383 double buffer[QAS_BUFFER_SIZE];