Home
last modified time | relevance | path

Searched refs:ui_coupling_channel (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_api.c412 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel = 0; in ixheaacd_dec_api()
655 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel = 1; in ixheaacd_dec_api()
658 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel = *pui_value; in ixheaacd_dec_api()
884 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel = 0; in ixheaacd_decoder_2_ga_hdr()
965 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel = 0; in ixheaacd_decoder_flush_api()
1968 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel) { in ixheaacd_dec_init()
2445 p_obj_exhaacplus_dec->aac_config.ui_coupling_channel) { in ixheaacd_dec_execute()
Dixheaacd_struct_def.h120 WORD ui_coupling_channel; member
Dixheaacd_multichannel.c288 coupling_channel = p_obj_exhaacplus_dec->aac_config.ui_coupling_channel; in ixheaacd_dec_ind_coupling()
/external/libxaac/test/
Dixheaacd_main.c561 UWORD32 ui_coupling_channel = atoi(pb_arg_val); in ixheaacd_set_config_param() local
564 IA_ENHAACPLUS_DEC_CONFIG_PARAM_COUP_CHANNEL, &ui_coupling_channel); in ixheaacd_set_config_param()