Displaying 1 result from an estimated 1 matches for "rcvl1".
Did you mean:
rcvl2
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...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] = RcvR2[i_loop];...