Searched refs:in_layout (Results 1 - 3 of 3) 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
103 unaccounted = in_layout & ~out_layout;
105 in_channels = av_get_channel_layout_nb_channels( in_layout);
111 if (!in_layout || in_channels > AVRESAMPLE_MAX_CHANNELS)
117 if (!sane_layout(in_layout) || !sane_layout(out_layout))
122 if (in_layout & out_layout & (1ULL << i))
129 if ((in_layout & AV_CH_LAYOUT_STEREO) == AV_CH_LAYOUT_STEREO) {
145 if (in_layout & AV_CH_FRONT_CENTER)
185 if (in_layout & AV_CH_SIDE_LEFT) {
218 if (in_layout
[all...]
H A Davresample.h213 * @param in_layout input channel layout
228 int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout,
H A Daudio_mix.c37 uint64_t in_layout; member in struct:AudioMix
361 am->in_layout = avr->in_channel_layout;
721 am->in_channels, am->in_layout);

Completed in 41 milliseconds