Home
last modified time | relevance | path

Searched refs:TremoloContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_tremolo.c26 typedef struct TremoloContext { struct
33 } TremoloContext; argument
35 #define OFFSET(x) offsetof(TremoloContext, x)
50 TremoloContext *s = ctx->priv; in filter_frame()
118 TremoloContext *s = ctx->priv; in uninit()
125 TremoloContext *s = ctx->priv; in config_input()
166 .priv_size = sizeof(TremoloContext),