Home
last modified time | relevance | path

Searched refs:av_get_channel_layout_string (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dframehash.c38 av_get_channel_layout_string(buf, sizeof(buf), avctx->channels, avctx->channel_layout); in ff_framehash_write_header()
/third_party/ffmpeg/libswresample/
Drematrix.c94 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/
Daf_aresample.c173av_get_channel_layout_string(inchl_buf, sizeof(inchl_buf), inlink ->channels, inlink ->channel_l… in config_output()
174av_get_channel_layout_string(outchl_buf, sizeof(outchl_buf), outlink->channels, outlink->channel_l… in config_output()
Daf_resample.c174 av_get_channel_layout_string(buf1, sizeof(buf1), in config_output()
176 av_get_channel_layout_string(buf2, sizeof(buf2), in config_output()
Daf_channelmap.c251 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()
Dgraphdump.c48 av_get_channel_layout_string(layout, sizeof(layout), in print_link_prop()
Daf_ashowinfo.c202 av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), buf->channels, in filter_frame()
Daf_amerge.c93 av_get_channel_layout_string(buf, sizeof(buf), 0, inlayout[i]); in query_formats()
Daeval.c235 av_get_channel_layout_string(buf, sizeof(buf), 0, eval->chlayout); in config_props()
/third_party/ffmpeg/libavutil/
Dchannel_layout.h171 void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout…
Dchannel_layout.c217 void av_get_channel_layout_string(char *buf, int buf_size, in av_get_channel_layout_string() function
/third_party/ffmpeg/libavfilter/tests/
Dfiltfmts.c62 av_get_channel_layout_string(buf, sizeof(buf), -1, \ in print_formats()
Dformats.c126 av_get_channel_layout_string(buf, sizeof(buf), -1, *cl); in main()
/third_party/ffmpeg/tools/
Dgraph2dot.c94 av_get_channel_layout_string(buf, sizeof(buf), -1, in print_digraph()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c298av_get_channel_layout_string( in_layout_string, sizeof( in_layout_string), in_ch_count, in_ch_la… in main()
299av_get_channel_layout_string(out_layout_string, sizeof(out_layout_string), out_ch_count, out_ch_la… in main()
/third_party/ffmpeg/doc/examples/
Dfiltering_audio.c187 av_get_channel_layout_string(args, sizeof(args), -1, outlink->channel_layout); in init_filters()
Dfilter_audio.c103 av_get_channel_layout_string(ch_layout, sizeof(ch_layout), 0, INPUT_CHANNEL_LAYOUT); in init_filter_graph()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c58 av_get_channel_layout_string(name_buff, NAME_BUFF_SIZE, 0, ch_layout); in init_encoder()
/third_party/ffmpeg/libavcodec/
Dencode.c607 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()
Dlibvorbisenc.c159 av_get_channel_layout_string(name, sizeof(name), avctx->channels, in libvorbis_setup()
Davcodec.c371 av_get_channel_layout_string(buf, sizeof(buf), -1, avctx->channel_layout); in avcodec_open2()
794av_get_channel_layout_string(buf + strlen(buf), buf_size - strlen(buf), enc->channels, enc->channe… in avcodec_string()
Dlibopusenc.c199 av_get_channel_layout_string(name, sizeof(name), avctx->channels, in libopus_check_vorbis_layout()
/third_party/ffmpeg/fftools/
Dcmdutils.h644 av_get_channel_layout_string(name, sizeof(name), 0, ch_layout);
/third_party/ffmpeg/libavresample/
Daudio_mix.c720 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/
Dalsa.c277 av_get_channel_layout_string(name, sizeof(name), channels, layout); in ff_alsa_open()

12