search for: inout_byte

Displaying 1 result from an estimated 1 matches for "inout_byte".

2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...busyEncoding = 1; //copy 20ms data (160 is the frame size) to encode for(i_loop = 0; i_loop < FRAME_SIZE; i_loop++) { if(CurrentRxR_DMAChannel == 2) { inout_byte[2*i_loop] = RcvL1[i_loop]; inout_byte[2*i_loop+1] = RcvR1[i_loop]; } else { inout_byte[2*i_loop] = RcvL2[i_loop]; inout_byte[2*i_loop+1] = Rcv...