Lines Matching refs:i_out_bytes
829 WORD32 i_out_bytes, i_total_bytes = 0; in ixheaacd_main_process() local
1732 IA_API_CMD_GET_OUTPUT_BYTES, 0, &i_out_bytes); in ixheaacd_main_process()
1736 if (err_code_reinit != 0) memset(pb_out_buf, 0, i_out_bytes); in ixheaacd_main_process()
1738 i_total_bytes += i_out_bytes; in ixheaacd_main_process()
1741 memcpy(drc_ip_buf, pb_out_buf + preroll_frame_offset, i_out_bytes); in ixheaacd_main_process()
1742 preroll_frame_offset += i_out_bytes; in ixheaacd_main_process()
1767 IA_API_CMD_SET_INPUT_BYTES, 0, &i_out_bytes); in ixheaacd_main_process()
1777 memcpy(pb_out_buf, drc_op_buf, i_out_bytes); in ixheaacd_main_process()
1779 memmove(pb_out_buf, pb_out_buf + preroll_frame_offset, i_out_bytes); in ixheaacd_main_process()
1780 preroll_frame_offset += i_out_bytes; in ixheaacd_main_process()
1800 if (bytes_to_write < i_out_bytes) { in ixheaacd_main_process()
1801 ixheaacd_drc_offset = i_out_bytes - bytes_to_write; in ixheaacd_main_process()
1802 i_out_bytes = bytes_to_write; in ixheaacd_main_process()
1807 current_samples = i_out_bytes / (i_num_chan * (i_pcm_wd_sz >> 3)); in ixheaacd_main_process()
1816 i_out_bytes = (total_samples - (samples_written - current_samples)) * in ixheaacd_main_process()
1818 if (i_out_bytes < 0) i_out_bytes = 0; in ixheaacd_main_process()
1827 i_out_bytes / (i_pcm_wd_sz / 8), g_pf_out); in ixheaacd_main_process()
1831 fwrite(pb_out_buf + ixheaacd_drc_offset, sizeof(WORD8), i_out_bytes, in ixheaacd_main_process()
1849 if (i_out_bytes != 0) { in ixheaacd_main_process()
1850 int i_out_samples = i_out_bytes >> 2; in ixheaacd_main_process()
1853 (i_out_bytes) / ((i_pcm_wd_sz / 8) * i_num_chan); in ixheaacd_main_process()