Searched refs:rflush (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudio_aac.c114 int rflush; /* Read flush */ member in struct:audio
203 if (audio->rflush)
317 audio->rflush = 0;
620 audio->rflush = 1;
626 audio->rflush = 0;
801 || (audio->rflush));
806 if (audio->stopped || audio->rflush) {
845 if (audio->buf_refresh && !audio->rflush) {
H A Daudio_mp3.c119 int rflush; /* Read flush */ member in struct:audio
209 if (audio->rflush) {
326 audio->rflush = 0;
564 audio->rflush = 1;
567 audio->rflush = 0;
712 || (audio->rflush));
717 if (audio->stopped || audio->rflush) {
758 if (audio->buf_refresh && !audio->rflush) {

Completed in 57 milliseconds