Searched refs:AAC_CHANNEL_SIDE (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacdectab.h | 52 …CHANNEL_FRONT }, { TYPE_CPE, 0, AAC_CHANNEL_FRONT }, { TYPE_CPE, 1, AAC_CHANNEL_SIDE }, { TYPE_CPE… 57 { TYPE_CPE, 2, AAC_CHANNEL_SIDE }, // CPE3 = SiL and SiR, 64 { TYPE_CPE, 5, AAC_CHANNEL_SIDE }, // CPE6 = TpSiL and TpSiR,
|
D | aac.h | 98 AAC_CHANNEL_SIDE = 2, enumerator
|
D | aacdec_template.c | 263 ((pos == AAC_CHANNEL_FRONT && first_cpe) || pos == AAC_CHANNEL_SIDE)) in count_paired_channels() 286 count_paired_channels(layout_map, tags, AAC_CHANNEL_SIDE, &i); in sniff_channel_order() 344 AAC_CHANNEL_SIDE, &layout); in sniff_channel_order() 427 AAC_CHANNEL_SIDE, in sniff_channel_order() 643 layout_map[2][2] = AAC_CHANNEL_SIDE; in set_default_channel_config() 803 case AAC_CHANNEL_SIDE: in decode_channel_map() 874 decode_channel_map(layout_map + tags, AAC_CHANNEL_SIDE, gb, num_side); in decode_pce()
|