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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showwaves.c68 AVFILTER_DEFINE_CLASS(showwaves); variable
72 ShowWavesContext *showwaves = ctx->priv; local
74 av_frame_free(&showwaves->outpicref);
115 ShowWavesContext *showwaves = ctx->priv; local
117 if (!showwaves->n)
118 showwaves->n = FFMAX(1, ((double)inlink->sample_rate / (showwaves->w * av_q2d(showwaves->rate))) + 0.5);
120 showwaves->buf_idx = 0;
121 outlink->w = showwaves
135 ShowWavesContext *showwaves = outlink->src->priv; local
147 ShowWavesContext *showwaves = outlink->src->priv; local
167 ShowWavesContext *showwaves = ctx->priv; local
[all...]
H A Dallfilters.c240 REGISTER_FILTER(SHOWWAVES, showwaves, avf);

Completed in 110 milliseconds