Displaying 1 result from an estimated 1 matches for "xmitl2".
Did you mean:
xmitl1
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...RAME_SIZE; i_loop++)
{
if(CurrentTxR_DMAChannel == 1)
{
XmitL1[i_loop] = out_short[2*i_loop];
}
else
{
XmitL2[i_loop] = out_short[2*i_loop];
}
}
for(i_loop = 0; i_loop < FRAME_SIZE; i_loop++)
{
if(CurrentTxR_DMAChannel == 1)
{
XmitR1[i_loop] = o...