Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_decode_main.c82 WORD32 *out_bytes, WORD32 num_channel_out) { in ixheaacd_samples_sat() argument
89 num = num_channel_out * num_samples_out; in ixheaacd_samples_sat()
94 ((WORD64)(out_samples[i % num_channel_out][i / num_channel_out])); in ixheaacd_samples_sat()
110 out_samples[i % num_channel_out][i / num_channel_out] * 256)); in ixheaacd_samples_sat()
220 WORD32 *num_channel_out) { in ixheaacd_dec_main() argument
274 *num_channel_out = pstr_dec_data->str_frame_data.scal_out_num_channels; in ixheaacd_dec_main()
336 *num_channel_out = pstr_dec_data->str_frame_data.scal_out_num_channels; in ixheaacd_dec_main()
365 ixheaacd_usac_process(pstr_dec_data, num_channel_out, aac_dec_handle); in ixheaacd_dec_main()
391 out_bytes, *num_channel_out); in ixheaacd_dec_main()
Dixheaacd_interface.h47 WORD32 *num_channel_out);