Displaying 1 result from an estimated 1 matches for "currenttxr_dmachannel".
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...lay = 0;
busyEncoding = 0;
//printf("encode-decode complete\n");
//copy decode data to playback through DMA
for(i_loop = 0; i_loop < FRAME_SIZE; i_loop++)
{
if(CurrentTxR_DMAChannel == 1)
{
XmitL1[i_loop] = out_short[2*i_loop];
}
else
{
XmitL2[i_loop] = out_short[2*i_loop];
}
}...