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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c285 static void decode_channel_map(enum ChannelPosition *cpe_map, function
331 decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_FRONT, gb, num_front);
332 decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_SIDE, gb, num_side );
333 decode_channel_map(new_che_pos[TYPE_CPE], new_che_pos[TYPE_SCE], AAC_CHANNEL_BACK, gb, num_back );
334 decode_channel_map(NULL, new_che_pos[TYPE_LFE], AAC_CHANNEL_LFE, gb, num_lfe );
338 decode_channel_map(new_che_pos[TYPE_CCE], new_che_pos[TYPE_CCE], AAC_CHANNEL_CC, gb, num_cc );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c664 static void decode_channel_map(uint8_t layout_map[][3], function
734 decode_channel_map(layout_map , AAC_CHANNEL_FRONT, gb, num_front);
736 decode_channel_map(layout_map + tags, AAC_CHANNEL_SIDE, gb, num_side);
738 decode_channel_map(layout_map + tags, AAC_CHANNEL_BACK, gb, num_back);
740 decode_channel_map(layout_map + tags, AAC_CHANNEL_LFE, gb, num_lfe);
745 decode_channel_map(layout_map + tags, AAC_CHANNEL_CC, gb, num_cc);

Completed in 66 milliseconds