Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffwavesynth.c92 struct wavesynth_context { struct
137 static void pink_fill(struct wavesynth_context *ws) in pink_fill()
197 static void wavesynth_seek(struct wavesynth_context *ws, int64_t ts) in wavesynth_seek()
236 struct wavesynth_context *ws = avc->priv_data; in wavesynth_parse_extradata()
314 struct wavesynth_context *ws = avc->priv_data; in wavesynth_init()
343 static void wavesynth_synth_sample(struct wavesynth_context *ws, int64_t ts, in wavesynth_synth_sample()
390 static void wavesynth_enter_intervals(struct wavesynth_context *ws, int64_t ts) in wavesynth_enter_intervals()
418 struct wavesynth_context *ws = avc->priv_data; in wavesynth_decode()
455 struct wavesynth_context *ws = avc->priv_data; in wavesynth_close()
467 .priv_data_size = sizeof(struct wavesynth_context),