Searched refs:out_layout (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_mix_matrix.c87 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, argument
99 if ((out_layout & AV_CH_LAYOUT_STEREO_DOWNMIX) == AV_CH_LAYOUT_STEREO_DOWNMIX) {
100 out_layout = AV_CH_LAYOUT_STEREO;
103 unaccounted = in_layout & ~out_layout;
106 out_channels = av_get_channel_layout_nb_channels(out_layout);
113 if (!out_layout || out_channels > AVRESAMPLE_MAX_CHANNELS)
117 if (!sane_layout(in_layout) || !sane_layout(out_layout))
122 if (in_layout & out_layout & (1ULL << i))
128 if ((out_layout & AV_CH_LAYOUT_STEREO) == AV_CH_LAYOUT_STEREO) {
141 if (out_layout
[all...]
H A Davresample.h214 * @param out_layout output channel layout
228 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,
H A Daudio_mix.c38 uint64_t out_layout; member in struct:AudioMix
362 am->out_layout = avr->out_channel_layout;
723 am->out_channels, am->out_layout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_aresample.c83 uint64_t out_layout = av_get_int(aresample->swr, "ocl", NULL); local
115 if(out_layout) {
116 int64_t layout_list[] = { out_layout, -1 };
133 uint64_t out_layout; local
153 out_layout = av_get_int(aresample->swr, "ocl", NULL);
158 av_assert0(outlink->channel_layout == out_layout || !outlink->channel_layout);

Completed in 36 milliseconds