H A D | aacdec_template.c | 100 uint8_t layout_map[MAX_ELEM_ID*4][3], int tags, 202 uint8_t (*layout_map)[3], int offset, uint64_t left, in assign_pair() 205 if (layout_map[offset][0] == TYPE_CPE) { in assign_pair() 209 .elem_id = layout_map[offset][1], in assign_pair() 220 .elem_id = layout_map[offset][1], in assign_pair() 226 .elem_id = layout_map[offset + 1][1], in assign_pair() 239 static int count_paired_channels(uint8_t (*layout_map)[3], int tags, int pos, in count_paired_channels() argument 247 if (layout_map[i][2] != pos) in count_paired_channels() 249 if (layout_map[i][0] == TYPE_CPE) { in count_paired_channels() 272 static uint64_t sniff_channel_order(uint8_t (*layout_map)[ argument 201 assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID], uint8_t (*layout_map)[3], int offset, uint64_t left, uint64_t right, int pos, uint64_t *layout) assign_pair() argument 629 set_default_channel_config(AACContext *ac, AVCodecContext *avctx, uint8_t (*layout_map)[3], int *tags, int channel_config) set_default_channel_config() argument 679 uint8_t layout_map[MAX_ELEM_ID*4][3]; get_che() local 698 uint8_t layout_map[MAX_ELEM_ID * 4][3]; get_che() local 809 decode_channel_map(uint8_t layout_map[][3], enum ChannelPosition type, GetBitContext *gb, int n) decode_channel_map() argument 851 decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, uint8_t (*layout_map)[3], GetBitContext *gb, int byte_align_ref) decode_pce() argument 928 uint8_t layout_map[MAX_ELEM_ID*4][3]; decode_ga_specific_config() local 1016 uint8_t layout_map[MAX_ELEM_ID*4][3]; decode_eld_specific_config() local 1304 uint8_t layout_map[MAX_ELEM_ID*4][3]; aac_decode_init() local 3109 uint8_t layout_map[MAX_ELEM_ID*4][3]; global() local 3336 uint8_t layout_map[MAX_ELEM_ID*4][3] = {{0}}; global() local [all...] |