/third_party/ffmpeg/libavformat/ |
D | framehash.c | 38 av_get_channel_layout_string(buf, sizeof(buf), avctx->channels, avctx->channel_layout); in ff_framehash_write_header()
|
/third_party/ffmpeg/libswresample/ |
D | rematrix.c | 94 av_get_channel_layout_string(buf, sizeof(buf), -1, layout); in clean_layout() 147 av_get_channel_layout_string(buf, sizeof(buf), -1, in_ch_layout); in swr_build_matrix() 155 av_get_channel_layout_string(buf, sizeof(buf), -1, in_ch_layout_param); in swr_build_matrix() 161 av_get_channel_layout_string(buf, sizeof(buf), -1, out_ch_layout_param); in swr_build_matrix()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 173 …av_get_channel_layout_string(inchl_buf, sizeof(inchl_buf), inlink ->channels, inlink ->channel_l… in config_output() 174 …av_get_channel_layout_string(outchl_buf, sizeof(outchl_buf), outlink->channels, outlink->channel_l… in config_output()
|
D | af_resample.c | 174 av_get_channel_layout_string(buf1, sizeof(buf1), in config_output() 176 av_get_channel_layout_string(buf2, sizeof(buf2), in config_output()
|
D | af_channelmap.c | 251 av_get_channel_layout_string(buf, sizeof(buf), 0, out_ch_mask); in channelmap_init() 363 av_get_channel_layout_string(layout_name, sizeof(layout_name), in channelmap_config_input()
|
D | graphdump.c | 48 av_get_channel_layout_string(layout, sizeof(layout), in print_link_prop()
|
D | af_ashowinfo.c | 202 av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), buf->channels, in filter_frame()
|
D | af_amerge.c | 93 av_get_channel_layout_string(buf, sizeof(buf), 0, inlayout[i]); in query_formats()
|
D | aeval.c | 235 av_get_channel_layout_string(buf, sizeof(buf), 0, eval->chlayout); in config_props()
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 171 void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout…
|
D | channel_layout.c | 217 void av_get_channel_layout_string(char *buf, int buf_size, in av_get_channel_layout_string() function
|
/third_party/ffmpeg/libavfilter/tests/ |
D | filtfmts.c | 62 av_get_channel_layout_string(buf, sizeof(buf), -1, \ in print_formats()
|
D | formats.c | 126 av_get_channel_layout_string(buf, sizeof(buf), -1, *cl); in main()
|
/third_party/ffmpeg/tools/ |
D | graph2dot.c | 94 av_get_channel_layout_string(buf, sizeof(buf), -1, in print_digraph()
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 298 …av_get_channel_layout_string( in_layout_string, sizeof( in_layout_string), in_ch_count, in_ch_la… in main() 299 …av_get_channel_layout_string(out_layout_string, sizeof(out_layout_string), out_ch_count, out_ch_la… in main()
|
/third_party/ffmpeg/doc/examples/ |
D | filtering_audio.c | 187 av_get_channel_layout_string(args, sizeof(args), -1, outlink->channel_layout); in init_filters()
|
D | filter_audio.c | 103 av_get_channel_layout_string(ch_layout, sizeof(ch_layout), 0, INPUT_CHANNEL_LAYOUT); in init_filter_graph()
|
/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 58 av_get_channel_layout_string(name_buff, NAME_BUFF_SIZE, 0, ch_layout); in init_encoder()
|
/third_party/ffmpeg/libavcodec/ |
D | encode.c | 607 av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout); in ff_encode_preinit() 617 av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout); in ff_encode_preinit()
|
D | libvorbisenc.c | 159 av_get_channel_layout_string(name, sizeof(name), avctx->channels, in libvorbis_setup()
|
D | avcodec.c | 371 av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout); in avcodec_open2() 794 …av_get_channel_layout_string(buf + strlen(buf), buf_size - strlen(buf), enc->channels, enc->channe… in avcodec_string()
|
D | libopusenc.c | 199 av_get_channel_layout_string(name, sizeof(name), avctx->channels, in libopus_check_vorbis_layout()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 644 av_get_channel_layout_string(name, sizeof(name), 0, ch_layout);
|
/third_party/ffmpeg/libavresample/ |
D | audio_mix.c | 720 av_get_channel_layout_string(in_layout_name, sizeof(in_layout_name), in ff_audio_mix_set_matrix() 722 av_get_channel_layout_string(out_layout_name, sizeof(out_layout_name), in ff_audio_mix_set_matrix()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 277 av_get_channel_layout_string(name, sizeof(name), channels, layout); in ff_alsa_open()
|