Home
last modified time | relevance | path

Searched refs:ui_max_channels (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_api.c239 p_state_enhaacplus_dec->p_config->ui_max_channels)) != 0) { in ixheaacd_readifadts()
487 p_obj_exhaacplus_dec->aac_config.ui_max_channels = 6; in ixheaacd_dec_api()
684 p_obj_exhaacplus_dec->aac_config.ui_max_channels = 8; in ixheaacd_dec_api()
688 p_obj_exhaacplus_dec->aac_config.ui_max_channels = 2; in ixheaacd_dec_api()
691 p_obj_exhaacplus_dec->aac_config.ui_max_channels = *pui_value; in ixheaacd_dec_api()
1067 p_obj_exhaacplus_dec->aac_config.ui_max_channels = 6; in ixheaacd_decoder_2_ga_hdr()
1155 p_obj_exhaacplus_dec->aac_config.ui_max_channels = 6; in ixheaacd_decoder_flush_api()
1284 if (p_obj_exhaacplus_dec->aac_config.ui_max_channels > 2) { in ixheaacd_fill_aac_mem_tables()
1285 num_channels = (p_obj_exhaacplus_dec->aac_config.ui_max_channels + 1); in ixheaacd_fill_aac_mem_tables()
1289 num_channels = p_obj_exhaacplus_dec->aac_config.ui_max_channels; in ixheaacd_fill_aac_mem_tables()
[all …]
Dixheaacd_struct_def.h92 UWORD32 ui_max_channels; member
Dixheaacd_headerdecode.c994 WORD32 usr_max_ch = aac_state_struct->p_config->ui_max_channels; in ixheaacd_aac_headerdecode()