Home
last modified time | relevance | path

Searched refs:afbuffer_clients_read (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1700 …int afbuffer_clients_read; /// current read count. When this reaches abuffer_clients, we swap the … member
H A Deffects-weed.c7467 mainw->afbuffer_clients_read = 0; in register_audio_channels()
7519 if (mainw->afbuffer_clients_read == 0) { in fill_audio_channel()
7535 if (++mainw->afbuffer_clients_read >= mainw->afbuffer_clients) { in fill_audio_channel()
7538 mainw->afbuffer_clients_read = 0; in fill_audio_channel()
H A Dmain.c1482 mainw->afbuffer_clients = mainw->afbuffer_clients_read = 0; in lives_init()