Lines Matching refs:channel_layout
22 #include "libavutil/channel_layout.h"
50 int ff_flac_is_native_layout(uint64_t channel_layout)
52 if (channel_layout == AV_CH_LAYOUT_MONO ||
53 channel_layout == AV_CH_LAYOUT_STEREO ||
54 channel_layout == AV_CH_LAYOUT_SURROUND ||
55 channel_layout == AV_CH_LAYOUT_QUAD ||
56 channel_layout == AV_CH_LAYOUT_5POINT0 ||
57 channel_layout == AV_CH_LAYOUT_5POINT1 ||
58 channel_layout == AV_CH_LAYOUT_6POINT1 ||
59 channel_layout == AV_CH_LAYOUT_7POINT1)