Searched refs:nextbuf (Results 1 – 4 of 4) sorted by relevance
100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) { in DCAUD_WaitAudio()155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) { in DCAUD_PlayAudio()160 offset = this->hidden->nextbuf*spec->size; in DCAUD_PlayAudio()161 this->hidden->nextbuf^=1; in DCAUD_PlayAudio()242 this->hidden->nextbuf = 0; in DCAUD_OpenAudio()
38 int nextbuf; member
60 return data->nextbuf >= (data->buf_size - data->buf_watermark) && !oprof_ready[cpu]; in need_wakeup()65 if (unlikely(++data->nextbuf == data->buf_size)) in next_sample()66 data->nextbuf = 0; in next_sample()122 struct op_sample * samples = &data->buffer[data->nextbuf]; in op_do_profile()261 int num = data->nextbuf; in check_buffer_amount()270 data->nextbuf = 0; in check_buffer_amount()344 if (oprof_data[cpu].nextbuf) { in oprof_read()472 data->nextbuf = 0; in oprof_init_data()577 data->nextbuf = 0; in oprof_stop()
50 uint nextbuf; member