Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_firequalizer.c92 char *gain_cmd; member
178 av_freep(&s->gain_cmd); in uninit()
754 #define SELECT_GAIN(s) (s->gain_cmd ? s->gain_cmd : s->gain)
909 char *gain_cmd; in process_command() local
916 gain_cmd = av_strdup(args); in process_command()
917 if (!gain_cmd) in process_command()
920 ret = generate_kernel(ctx, gain_cmd, SELECT_GAIN_ENTRY(s)); in process_command()
922 av_freep(&s->gain_cmd); in process_command()
923 s->gain_cmd = gain_cmd; in process_command()
925 av_freep(&gain_cmd); in process_command()