Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daeval.c61 char *chlayout_str; member
96 …{ "channel_layout", "set channel layout", OFFSET(chlayout_str), AV_OPT_TYPE_STRING, {.str = NULL},…
97 …{ "c", "set channel layout", OFFSET(chlayout_str), AV_OPT_TYPE_STRING, {.str = NULL},…
177 if (eval->chlayout_str) { in init()
178 if (!strcmp(eval->chlayout_str, "same") && !strcmp(ctx->filter->name, "aeval")) { in init()
181 ret = ff_parse_channel_layout(&eval->chlayout, NULL, eval->chlayout_str, ctx); in init()
344 …{ "channel_layout", "set channel layout", OFFSET(chlayout_str), AV_OPT_TYPE_STRING, {.str = NULL},…
345 …{ "c", "set channel layout", OFFSET(chlayout_str), AV_OPT_TYPE_STRING, {.str = NULL},…
Daf_ashowinfo.c180 char chlayout_str[128]; in filter_frame() local
202 av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), buf->channels, in filter_frame()
212 av_get_sample_fmt_name(buf->format), buf->channels, chlayout_str, in filter_frame()
Davf_showspectrum.c692 char chlayout_str[128]; in draw_legend() local
694 av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), inlink->channels, in draw_legend()
697 text = av_asprintf("%d Hz | %s", inlink->sample_rate, chlayout_str); in draw_legend()