HomeSort by relevance Sort by last modified time
    Searched refs:str_usac_data (Results 1 - 4 of 4) sorted by null

  /external/libxaac/decoder/
ixheaacd_create.c 539 &(pstr_dec_data->str_usac_data));
541 switch (pstr_dec_data->str_usac_data.sbr_ratio_idx) {
576 if (&(pstr_dec_data->str_usac_data) != NULL) {
639 pstr_dec_data->str_usac_data.down_samp_sbr = 0;
641 if (pstr_dec_data->str_usac_data.sbr_ratio_idx > 0) {
644 pstr_dec_data->str_usac_data.down_samp_sbr = 1;
646 if (pstr_dec_data->str_usac_data.down_samp_sbr == 0) {
647 if (pstr_dec_data->str_usac_data.sbr_ratio_idx == 3) {
659 pstr_dec_data->str_usac_data.pstr_esbr_dec = ixheaacd_init_sbr(
661 pstr_dec_data->str_usac_data.ccfl
    [all...]
ixheaacd_create.h 26 ia_usac_data_struct str_usac_data; member in struct:__anon26542
ixheaacd_decode_main.c 284 pstr_dec_data->str_usac_data.usac_flag = aac_dec_handle->usac_flag;
340 pstr_dec_data->str_usac_data.usac_flag = aac_dec_handle->usac_flag;
358 switch (pstr_dec_data->str_usac_data.sbr_ratio_idx) {
378 num_samples_out = pstr_dec_data->str_usac_data.output_samples;
381 pstr_dec_data->str_usac_data.time_sample_vector,
ixheaacd_process.c 275 ia_usac_data_struct *pstr_usac_data = &(pstr_dec_data->str_usac_data);
343 pstr_dec_data->str_usac_data.audio_object_type);

Completed in 702 milliseconds