Home
last modified time | relevance | path

Searched refs:p_obj_exhaacplus_dec (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_api.c123 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD32 i_cmd, in ixheaacd_dec_mem_api() argument
136 p_obj_exhaacplus_dec->p_mem_info_aac[i_idx].ui_alignment) != 0) { in ixheaacd_dec_mem_api()
139 p_obj_exhaacplus_dec->pp_mem_aac[i_idx] = pv_value; in ixheaacd_dec_mem_api()
140 memset(p_obj_exhaacplus_dec->pp_mem_aac[i_idx], 0, in ixheaacd_dec_mem_api()
141 p_obj_exhaacplus_dec->p_mem_info_aac[i_idx].ui_size); in ixheaacd_dec_mem_api()
146 (UWORD32 *)p_obj_exhaacplus_dec->p_mem_info_aac + i_idx; in ixheaacd_dec_mem_api()
151 p_obj_exhaacplus_dec->p_state_aac = pv_value; in ixheaacd_dec_mem_api()
153 p_obj_exhaacplus_dec->p_state_aac->pstr_dec_data = p_temp; in ixheaacd_dec_mem_api()
154 p_obj_exhaacplus_dec->p_state_aac->ia_audio_specific_config = in ixheaacd_dec_mem_api()
156 p_obj_exhaacplus_dec->p_state_aac->header_ptr = in ixheaacd_dec_mem_api()
[all …]
Dixheaacd_multichannel.c275 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD16 *coup_ch_output, in ixheaacd_dec_ind_coupling() argument
288 coupling_channel = p_obj_exhaacplus_dec->aac_config.ui_coupling_channel; in ixheaacd_dec_ind_coupling()
290 ind_channel_info = &p_obj_exhaacplus_dec->p_state_aac->ind_cc_info; 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()
348 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD16 frame_size, in ixheaacd_dec_downmix_to_stereo() argument
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()
[all …]
Dixheaacd_struct_def.h258 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec,
269 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
272 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec,
276 WORD32 ixheaacd_dec_mem_api(ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec,
280 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
283 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
286 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
290 WORD32 ixheaacd_dec_init(ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
292 WORD32 ixheaacd_dec_execute(ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec);
295 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD32 i_cmd,
Dixheaacd_aacdecoder.c89 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, in ixheaacd_aacdec_decodeframe() argument
130 p_state_enhaacplus_dec = p_obj_exhaacplus_dec->p_state_aac; in ixheaacd_aacdec_decodeframe()
496 p_obj_exhaacplus_dec->p_state_aac->pstr_drc_dec); in ixheaacd_aacdec_decodeframe()
502 &p_obj_exhaacplus_dec->aac_config.ui_pce_found_in_hdr, in ixheaacd_aacdec_decodeframe()
503 &p_obj_exhaacplus_dec->aac_config.str_prog_config); in ixheaacd_aacdec_decodeframe()
574 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_type; in ixheaacd_aacdec_decodeframe()
704 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_ch - 1; in ixheaacd_aacdec_decodeframe()
720 (p_obj_exhaacplus_dec->aac_config.ld_decoder != 1)) { in ixheaacd_aacdec_decodeframe()
Dixheaacd_headerdecode.c909 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, UWORD8 *buffer, in ixheaacd_aac_headerdecode() argument
919 WORD32 disable_sync = p_obj_exhaacplus_dec->aac_config.ui_disable_sync; in ixheaacd_aac_headerdecode()
920 WORD32 is_ga_header = p_obj_exhaacplus_dec->aac_config.ui_mp4_flag; in ixheaacd_aac_headerdecode()
922 WORD32 loas_present = p_obj_exhaacplus_dec->aac_config.loas_present; in ixheaacd_aac_headerdecode()
925 p_obj_exhaacplus_dec->pp_mem_aac[IA_ENHAACPLUS_DEC_PERSIST_IDX]; in ixheaacd_aac_headerdecode()
1081 if (err_code == 0) p_obj_exhaacplus_dec->aac_config.ui_mp4_flag = 1; in ixheaacd_aac_headerdecode()
Dixheaacd_headerdecode.h57 ia_exhaacplus_dec_api_struct *p_obj_exhaacplus_dec, WORD ch_idx1,