Searched refs:chlayout_str (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | aeval.c | 61 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},…
|
D | af_ashowinfo.c | 180 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()
|
D | avf_showspectrum.c | 692 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()
|