Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_api.c394 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = 0; in ixheaacd_dec_api()
482 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = *pui_value; in ixheaacd_dec_api()
869 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = 0; in ixheaacd_decoder_2_ga_hdr()
950 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = 0; in ixheaacd_decoder_flush_api()
1413 if (p_obj_exhaacplus_dec->aac_config.ui_samp_freq == 0) { in ixheaacd_dec_init()
1513 p_obj_exhaacplus_dec->aac_config.ui_samp_freq; in ixheaacd_dec_init()
2082 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = sample_rate; in ixheaacd_dec_init()
2628 p_obj_exhaacplus_dec->aac_config.ui_samp_freq = sample_rate; in ixheaacd_dec_execute()
Dixheaacd_struct_def.h85 UWORD32 ui_samp_freq; member
Dixheaacd_headerdecode.c522 aac_state_struct->p_config->ui_samp_freq = tmp; in ixheaacd_ga_hdr_dec()
/external/libxaac/test/
Dixheaacd_main.c542 UWORD32 ui_samp_freq = atoi(pb_arg_val); in ixheaacd_set_config_param() local
545 IA_ENHAACPLUS_DEC_CONFIG_PARAM_SAMP_FREQ, &ui_samp_freq); in ixheaacd_set_config_param()