DCA_SPEAKER_LAYOUT_5POINT0  130 libavcodec/dca.h #define DCA_SPEAKER_LAYOUT_5POINT1      (DCA_SPEAKER_LAYOUT_5POINT0 | DCA_SPEAKER_MASK_LFE1)
DCA_SPEAKER_LAYOUT_5POINT0  131 libavcodec/dca.h #define DCA_SPEAKER_LAYOUT_7POINT0_WIDE (DCA_SPEAKER_LAYOUT_5POINT0 | DCA_SPEAKER_MASK_Lw | DCA_SPEAKER_MASK_Rw)
DCA_SPEAKER_LAYOUT_5POINT0   61 libavcodec/dca_core.c     DCA_SPEAKER_LAYOUT_5POINT0
DCA_SPEAKER_LAYOUT_5POINT0  939 libavcodec/dca_xll.c     case DCA_SPEAKER_LAYOUT_5POINT0:
DCA_SPEAKER_LAYOUT_5POINT0  355 libavcodec/dcadec.c         s->request_channel_layout = DCA_SPEAKER_LAYOUT_5POINT0;