Home
last modified time | relevance | path

Searched refs:pstr_usac_conf (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_init_config.c512 ia_usac_config_struct *pstr_usac_conf, UINT32 *chan) { in ixheaacd_config() argument
516 pstr_usac_conf->usac_sampling_frequency_index = in ixheaacd_config()
519 if (pstr_usac_conf->usac_sampling_frequency_index == 0x1f) { in ixheaacd_config()
520 pstr_usac_conf->usac_sampling_frequency = in ixheaacd_config()
523 if (pstr_usac_conf->usac_sampling_frequency > USAC_MAX_SAMPLE_RATE) { in ixheaacd_config()
528 pstr_usac_conf->usac_sampling_frequency = in ixheaacd_config()
529 sampling_rate_tbl[pstr_usac_conf->usac_sampling_frequency_index]; in ixheaacd_config()
532 pstr_usac_conf->core_sbr_framelength_index = in ixheaacd_config()
535 if (pstr_usac_conf->core_sbr_framelength_index > MAX_CORE_SBR_FRAME_LEN_IDX) in ixheaacd_config()
538 pstr_usac_conf->channel_configuration_index = in ixheaacd_config()
[all …]
Dixheaacd_config.h627 VOID ixheaacd_conf_default(ia_usac_config_struct *pstr_usac_conf);
637 ia_usac_config_struct *pstr_usac_conf, UINT32 *chan);