Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_channelmap.c352 char layout_name[256]; in channelmap_config_input() local
363 av_get_channel_layout_string(layout_name, sizeof(layout_name), in channelmap_config_input()
369 channel_name, layout_name); in channelmap_config_input()
373 m->in_channel_idx, layout_name); in channelmap_config_input()
/third_party/ffmpeg/fftools/
Dffmpeg.c2132 char layout_name[256]; in guess_input_channel_layout() local
2139 av_get_channel_layout_string(layout_name, sizeof(layout_name), in guess_input_channel_layout()
2142 "#%d.%d : %s\n", ist->file_index, ist->st->index, layout_name); in guess_input_channel_layout()