decode_channel_map  756 libavcodec/aacdec.c     decode_channel_map(layout_map       , AAC_CHANNEL_FRONT, gb, num_front);
decode_channel_map  758 libavcodec/aacdec.c     decode_channel_map(layout_map + tags, AAC_CHANNEL_SIDE,  gb, num_side);
decode_channel_map  760 libavcodec/aacdec.c     decode_channel_map(layout_map + tags, AAC_CHANNEL_BACK,  gb, num_back);
decode_channel_map  762 libavcodec/aacdec.c     decode_channel_map(layout_map + tags, AAC_CHANNEL_LFE,   gb, num_lfe);
decode_channel_map  767 libavcodec/aacdec.c     decode_channel_map(layout_map + tags, AAC_CHANNEL_CC,    gb, num_cc);