H A D | asrc_sine.c | 42 uint32_t phi; ///< current phase of the sine (2pi = 1<<32) 71 OPT_DBL("frequency", frequency, 440, 0, DBL_MAX, "set the sine frequency",), 72 OPT_DBL("f", frequency, 440, 0, DBL_MAX, "set the sine frequency",), 83 AVFILTER_DEFINE_CLASS(sine); variable 148 SineContext *sine = ctx->priv; in init() local 150 if (!(sine->sin = av_malloc(sizeof(*sine->sin) << LOG_PERIOD))) in init() 152 sine->dphi = ldexp(sine->frequency, 32) / sine in init() 173 SineContext *sine = ctx->priv; uninit() local 182 SineContext *sine = ctx->priv; query_formats() local 200 SineContext *sine = outlink->src->priv; config_props() local 208 SineContext *sine = ctx->priv; activate() local [all...] |