Searched refs:aac_channel_layout_map (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdectab.h83 static const uint8_t aac_channel_layout_map[7][5][2] = { variable
H A Daacdec.c240 aac_channel_layout_map[channel_config - 1][i][0],
241 aac_channel_layout_map[channel_config - 1][i][1],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdectab.h83 static const uint8_t aac_channel_layout_map[7][5][3] = { variable
H A Daacdec.c538 memcpy(layout_map, aac_channel_layout_map[channel_config - 1],
2847 const int elem_type = aac_channel_layout_map[chan_config-1][i][0];
2848 const int elem_id = aac_channel_layout_map[chan_config-1][i][1];

Completed in 48 milliseconds