Searched refs:req_fullfilled (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showwaves.c47 int req_fullfilled; member in struct:__anon3338
139 showwaves->req_fullfilled = 1;
151 showwaves->req_fullfilled = 0;
154 } while (!showwaves->req_fullfilled && ret >= 0);
H A Daf_aresample.c43 int req_fullfilled; member in struct:__anon3319
216 aresample->req_fullfilled= 1;
228 aresample->req_fullfilled = 0;
231 }while(!aresample->req_fullfilled && ret>=0);
H A Davf_showspectrum.c46 int req_fullfilled; member in struct:__anon3336
266 s->req_fullfilled = 1;
277 s->req_fullfilled = 0;
280 } while (!s->req_fullfilled && ret >= 0);
H A Davf_showcqt.c76 int req_fullfilled; member in struct:__anon3335
395 s->req_fullfilled = 0;
584 s->req_fullfilled = 1;
658 s->req_fullfilled = 0;
661 } while (!s->req_fullfilled && ret >= 0);

Completed in 61 milliseconds