Searched refs:ch_config (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_headerdecode.c | 524 aac_state_struct->ch_config = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_ga_hdr_dec() 527 aac_state_struct->ch_config; in ixheaacd_ga_hdr_dec() 562 if (aac_state_struct->ch_config == 0) { in ixheaacd_ga_hdr_dec() 682 ixheaacd_eld_sbr_header(it_bit_buff, aac_state_struct->ch_config, in ixheaacd_ga_hdr_dec() 977 aac_state_struct->ch_config = adif.str_prog_config.channels; in ixheaacd_aac_headerdecode() 1025 aac_state_struct->ch_config = adts.channel_configuration; in ixheaacd_aac_headerdecode()
|
D | ixheaacd_struct_def.h | 164 UWORD32 ch_config; member 261 WORD32 object_type, WORD32 ch_config,
|
D | ixheaacd_aacdecoder.c | 98 WORD32 object_type, WORD32 ch_config, in ixheaacd_aacdec_decodeframe() argument 581 switch (ch_config) { in ixheaacd_aacdec_decodeframe() 589 if (ch_config == 2) in ixheaacd_aacdec_decodeframe() 743 (WORD16)(ch_config - 1), pstr_drc_dec, object_type, adtsheader, in ixheaacd_aacdec_decodeframe()
|
D | ixheaacd_latmdemux.c | 222 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config()
|
D | ixheaacd_api.c | 1754 p_state_enhaacplus_dec->ch_config, in ixheaacd_dec_init() 2506 if(p_state_enhaacplus_dec->ch_config == 2 && channel == 1) in ixheaacd_dec_execute() 2518 p_state_enhaacplus_dec->ch_config, in ixheaacd_dec_execute()
|