MAX_ELEM_ID       158 libavcodec/aac.c static int output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ELEM_ID],
MAX_ELEM_ID       159 libavcodec/aac.c         enum ChannelPosition new_che_pos[4][MAX_ELEM_ID], int channel_config) {
MAX_ELEM_ID       163 libavcodec/aac.c     if(!memcmp(che_pos, new_che_pos, 4 * MAX_ELEM_ID * sizeof(new_che_pos[0][0])))
MAX_ELEM_ID       166 libavcodec/aac.c     memcpy(che_pos, new_che_pos, 4 * MAX_ELEM_ID * sizeof(new_che_pos[0][0]));
MAX_ELEM_ID       177 libavcodec/aac.c     for(i = 0; i < MAX_ELEM_ID; i++) {
MAX_ELEM_ID       194 libavcodec/aac.c         memset(ac->tag_che_map, 0,       4 * MAX_ELEM_ID * sizeof(ac->che[0][0]));
MAX_ELEM_ID       197 libavcodec/aac.c         memcpy(ac->tag_che_map, ac->che, 4 * MAX_ELEM_ID * sizeof(ac->che[0][0]));
MAX_ELEM_ID       198 libavcodec/aac.c         ac->tags_mapped = 4*MAX_ELEM_ID;
MAX_ELEM_ID       228 libavcodec/aac.c static int decode_pce(AACContext * ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID],
MAX_ELEM_ID       280 libavcodec/aac.c static int set_default_channel_config(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_ELEM_ID],
MAX_ELEM_ID       323 libavcodec/aac.c     enum ChannelPosition new_che_pos[4][MAX_ELEM_ID];
MAX_ELEM_ID       339 libavcodec/aac.c     memset(new_che_pos, 0, 4 * MAX_ELEM_ID * sizeof(new_che_pos[0][0]));
MAX_ELEM_ID       452 libavcodec/aac.c         enum ChannelPosition new_che_pos[4][MAX_ELEM_ID];
MAX_ELEM_ID       453 libavcodec/aac.c         memset(new_che_pos, 0, 4 * MAX_ELEM_ID * sizeof(new_che_pos[0][0]));
MAX_ELEM_ID      1537 libavcodec/aac.c     for (i = 0; i < MAX_ELEM_ID; i++) {
MAX_ELEM_ID      1566 libavcodec/aac.c         for (i = 0; i < MAX_ELEM_ID; i++) {
MAX_ELEM_ID      1666 libavcodec/aac.c             enum ChannelPosition new_che_pos[4][MAX_ELEM_ID];
MAX_ELEM_ID      1667 libavcodec/aac.c             memset(new_che_pos, 0, 4 * MAX_ELEM_ID * sizeof(new_che_pos[0][0]));
MAX_ELEM_ID      1717 libavcodec/aac.c     for (i = 0; i < MAX_ELEM_ID; i++) {
MAX_ELEM_ID       259 libavcodec/aac.h     enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
MAX_ELEM_ID       262 libavcodec/aac.h     ChannelElement * che[4][MAX_ELEM_ID];
MAX_ELEM_ID       263 libavcodec/aac.h     ChannelElement * tag_che_map[4][MAX_ELEM_ID];