Searched refs:decode_channel_map (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 809 static void decode_channel_map(uint8_t layout_map[][3], in decode_channel_map() function 887 decode_channel_map(layout_map , AAC_CHANNEL_FRONT, gb, num_front); in decode_pce() 889 decode_channel_map(layout_map + tags, AAC_CHANNEL_SIDE, gb, num_side); in decode_pce() 891 decode_channel_map(layout_map + tags, AAC_CHANNEL_BACK, gb, num_back); in decode_pce() 893 decode_channel_map(layout_map + tags, AAC_CHANNEL_LFE, gb, num_lfe); in decode_pce() 898 decode_channel_map(layout_map + tags, AAC_CHANNEL_CC, gb, num_cc); in decode_pce()
|
Completed in 6 milliseconds