Searched refs:delay_index (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_adelay.c30 unsigned delay_index; member in struct:ChanDelay
95 if (d->delay_index < d->delay) { \
96 const int len = FFMIN(nb_samples, d->delay - d->delay_index); \
98 memcpy(&samples[d->delay_index], src, len * sizeof(type)); \
100 d->delay_index += len; \
H A Daf_compand.c64 int delay_index; member in struct:CompandContext
231 av_assert1(channels > 0); /* would corrupt delay_count and delay_index */
241 dindex = s->delay_index;
278 s->delay_index = dindex;
313 dindex = s->delay_index;
321 s->delay_index = dindex;
H A Daf_aecho.c35 int delay_index; member in struct:AudioEchoContext
194 av_assert1(channels > 0); /* would corrupt delay_index */ \
201 index = ctx->delay_index; \
220 ctx->delay_index = index; \

Completed in 117 milliseconds