Searched refs:count_paired_channels (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacdec_template.c | 237 static int count_paired_channels(uint8_t (*layout_map)[3], int tags, int pos, in count_paired_channels() function 282 count_paired_channels(layout_map, tags, AAC_CHANNEL_FRONT, &i); in sniff_channel_order() 286 count_paired_channels(layout_map, tags, AAC_CHANNEL_SIDE, &i); in sniff_channel_order() 290 count_paired_channels(layout_map, tags, AAC_CHANNEL_BACK, &i); in sniff_channel_order()
|