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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.c166 int64_t layout = 0, layout_single; local
171 layout_single = get_channel_layout_single(n, e - n, compat);
173 layout_single = get_channel_layout_single(n, e - n);
175 if (!layout_single)
177 layout |= layout_single;

Completed in 33 milliseconds