Home | History | Annotate | Download | only in test

Lines Matching defs:bytes_to_write

856   WORD32 bytes_to_write = 0;
1772 bytes_to_write =
1774 if (bytes_to_write < i_out_bytes) {
1775 ixheaacd_drc_offset = i_out_bytes - bytes_to_write;
1776 // i_total_bytes = i_total_bytes - i_out_bytes + bytes_to_write;
1777 i_out_bytes = bytes_to_write;
1779 bytes_to_write / (i_num_chan * (i_pcm_wd_sz >> 3));