Displaying 1 result from an estimated 1 matches for "i_loop".
Did you mean:
_loop
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...samples with 8khz sampling
{
canEncode = 0;
if(busyEncoding == 0) // to guard encoding and decoding
{
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];...