Searched refs:gain_cmd (Results 1 – 1 of 1) sorted by relevance
92 char *gain_cmd; member178 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() local916 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()