Home
last modified time | relevance | path

Searched refs:aac_config (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_api.c383 p_obj_exhaacplus_dec->aac_config.ui_pcm_wdsz = 16; in ixheaacd_dec_api()
384 p_obj_exhaacplus_dec->aac_config.flag_downmix = 0; in ixheaacd_dec_api()
385 p_obj_exhaacplus_dec->aac_config.flag_08khz_out = 0; in ixheaacd_dec_api()
386 p_obj_exhaacplus_dec->aac_config.flag_16khz_out = 0; in ixheaacd_dec_api()
387 p_obj_exhaacplus_dec->aac_config.flag_to_stereo = 0; in ixheaacd_dec_api()
388 p_obj_exhaacplus_dec->aac_config.down_sample_flag = 0; in ixheaacd_dec_api()
389 p_obj_exhaacplus_dec->aac_config.header_dec_done = 0; in ixheaacd_dec_api()
390 p_obj_exhaacplus_dec->aac_config.frame_status = 1; in ixheaacd_dec_api()
391 p_obj_exhaacplus_dec->aac_config.ui_mp4_flag = 0; in ixheaacd_dec_api()
392 p_obj_exhaacplus_dec->aac_config.ui_disable_sync = 0; in ixheaacd_dec_api()
[all …]
Dixheaacd_multichannel.c288 coupling_channel = p_obj_exhaacplus_dec->aac_config.ui_coupling_channel; in ixheaacd_dec_ind_coupling()
297 if (p_obj_exhaacplus_dec->aac_config.element_type[l] == in ixheaacd_dec_ind_coupling()
299 p_obj_exhaacplus_dec->aac_config.element_instance_order[l] == in ixheaacd_dec_ind_coupling()
308 k = p_obj_exhaacplus_dec->aac_config.slot_element[l]; in ixheaacd_dec_ind_coupling()
328 k = p_obj_exhaacplus_dec->aac_config.slot_element[l]; in ixheaacd_dec_ind_coupling()
360 if (0 == p_obj_exhaacplus_dec->aac_config.element_type[i] || in ixheaacd_dec_downmix_to_stereo()
361 3 == p_obj_exhaacplus_dec->aac_config.element_type[i]) { in ixheaacd_dec_downmix_to_stereo()
365 [k][0][p_obj_exhaacplus_dec->aac_config.slot_element[i]], in ixheaacd_dec_downmix_to_stereo()
367 p_obj_exhaacplus_dec->aac_config in ixheaacd_dec_downmix_to_stereo()
374 [k][1][p_obj_exhaacplus_dec->aac_config.slot_element[i]], in ixheaacd_dec_downmix_to_stereo()
[all …]
Dixheaacd_common_lpfuncs.c103 WORD *ptr_slot_element = p_obj_enhaacplus_dec->aac_config.slot_element; in ixheaacd_get_channel_mask()
104 WORD *ptr_element_type = p_obj_enhaacplus_dec->aac_config.element_type; in ixheaacd_get_channel_mask()
299 p_obj_enhaacplus_dec->aac_config.str_prog_config.alignment_bits = in ixheaacd_get_element_index_tag()
318 it_bit_buff, &p_obj_enhaacplus_dec->aac_config.ui_pce_found_in_hdr, in ixheaacd_get_element_index_tag()
319 &p_obj_enhaacplus_dec->aac_config.str_prog_config); in ixheaacd_get_element_index_tag()
352 if (p_obj_enhaacplus_dec->aac_config.element_type[j] == element_type && in ixheaacd_get_element_index_tag()
Dixheaacd_decode_main.c369 handle->aac_config.ui_sbr_mode = 0; in ixheaacd_dec_main()
372 handle->aac_config.ui_sbr_mode = 1; in ixheaacd_dec_main()
375 handle->aac_config.ui_sbr_mode = 1; in ixheaacd_dec_main()
378 handle->aac_config.ui_sbr_mode = 3; in ixheaacd_dec_main()
382 handle->aac_config.ui_sbr_mode = 0; in ixheaacd_dec_main()
Dixheaacd_create.c564 handle->aac_config.ui_sbr_mode = 0; in ixheaacd_decode_create()
567 handle->aac_config.ui_sbr_mode = 1; in ixheaacd_decode_create()
570 handle->aac_config.ui_sbr_mode = 1; in ixheaacd_decode_create()
573 handle->aac_config.ui_sbr_mode = 3; in ixheaacd_decode_create()
577 handle->aac_config.ui_sbr_mode = 0; in ixheaacd_decode_create()
Dixheaacd_aacdecoder.c503 &p_obj_exhaacplus_dec->aac_config.ui_pce_found_in_hdr, in ixheaacd_aacdec_decodeframe()
504 &p_obj_exhaacplus_dec->aac_config.str_prog_config); in ixheaacd_aacdec_decodeframe()
575 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_type; in ixheaacd_aacdec_decodeframe()
703 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_ch - 1; in ixheaacd_aacdec_decodeframe()
718 (p_obj_exhaacplus_dec->aac_config.ld_decoder != 1)) { in ixheaacd_aacdec_decodeframe()
Dixheaacd_headerdecode.c910 WORD32 disable_sync = p_obj_exhaacplus_dec->aac_config.ui_disable_sync; in ixheaacd_aac_headerdecode()
911 WORD32 is_ga_header = p_obj_exhaacplus_dec->aac_config.ui_mp4_flag; in ixheaacd_aac_headerdecode()
913 WORD32 loas_present = p_obj_exhaacplus_dec->aac_config.loas_present; in ixheaacd_aac_headerdecode()
1070 if (err_code == 0) p_obj_exhaacplus_dec->aac_config.ui_mp4_flag = 1; in ixheaacd_aac_headerdecode()
Dixheaacd_struct_def.h242 ia_aac_dec_config_struct aac_config; member