Searched refs:out_layout (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | audio_mix_matrix.c | 87 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, in avresample_build_matrix() argument 99 if ((out_layout & AV_CH_LAYOUT_STEREO_DOWNMIX) == AV_CH_LAYOUT_STEREO_DOWNMIX) { in avresample_build_matrix() 100 out_layout = AV_CH_LAYOUT_STEREO; in avresample_build_matrix() 103 unaccounted = in_layout & ~out_layout; in avresample_build_matrix() 106 out_channels = av_get_channel_layout_nb_channels(out_layout); in avresample_build_matrix() 113 if (!out_layout || out_channels > AVRESAMPLE_MAX_CHANNELS) in avresample_build_matrix() 117 if (!sane_layout(in_layout) || !sane_layout(out_layout)) in avresample_build_matrix() 122 if (in_layout & out_layout & (1ULL << i)) in avresample_build_matrix() 128 if ((out_layout & AV_CH_LAYOUT_STEREO) == AV_CH_LAYOUT_STEREO) { in avresample_build_matrix() 141 if (out_layout & AV_CH_FRONT_CENTER) { in avresample_build_matrix() [all …]
|
D | avresample.h | 286 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,
|
D | audio_mix.c | 38 uint64_t out_layout; member 362 am->out_layout = avr->out_channel_layout; in ff_audio_mix_alloc() 723 am->out_channels, am->out_layout); in ff_audio_mix_set_matrix()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 83 int64_t out_rate, out_layout; in query_formats() local 95 av_opt_get_int(aresample->swr, "ocl", 0, &out_layout); in query_formats() 127 if(out_layout) { in query_formats() 128 int64_t layout_list[] = { out_layout, -1 }; in query_formats() 143 int64_t out_rate, out_layout; in config_output() local 163 av_opt_get_int(aresample->swr, "ocl", 0, &out_layout); in config_output() 168 av_assert0(outlink->channel_layout == out_layout || !outlink->channel_layout); in config_output()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 912 GstAudioChannelPosition out_layout[2] = in GST_START_TEST() local 919 INTERLEAVED, out_layout); in GST_START_TEST() 945 GstAudioChannelPosition out_layout[2] = in GST_START_TEST() local 952 INTERLEAVED, out_layout); in GST_START_TEST() 965 GstAudioChannelPosition out_layout[1] = in GST_START_TEST() local 970 INTERLEAVED, out_layout); in GST_START_TEST() 983 GstAudioChannelPosition out_layout[1] = { GST_AUDIO_CHANNEL_POSITION_MONO }; in GST_START_TEST() local 987 INTERLEAVED, out_layout); in GST_START_TEST() 1000 GstAudioChannelPosition out_layout[1] = { GST_AUDIO_CHANNEL_POSITION_MONO }; in GST_START_TEST() local 1004 INTERLEAVED, out_layout); in GST_START_TEST() [all …]
|
/third_party/ffmpeg/libswresample/ |
D | swresample.h | 388 int swr_build_matrix(uint64_t in_layout, uint64_t out_layout,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-converter.c | 635 GstAudioLayout out_layout = convert->chlayout_target; in do_change_layout() local 643 if (out_layout == GST_AUDIO_LAYOUT_INTERLEAVED) { in do_change_layout()
|