Home | History | Annotate | Download | only in tests

Lines Matching refs:NextBuffer

290 OMX_U8 NextBuffer[G726ENC_INPUT_BUFFER_SIZE*3];
1603 nRead = fread(NextBuffer, 1, G726ENC_INPUT_BUFFER_SIZE/2, fIn);
1611 memcpy(pBuffer->pBuffer, NextBuffer,nRead);
1616 nRead = fread(NextBuffer, 1, G726ENC_INPUT_BUFFER_SIZE*2, fIn);
1619 nRead = fread(NextBuffer, 1, G726ENC_INPUT_BUFFER_SIZE/2, fIn);
1622 nRead = fread(NextBuffer, 1, G726ENC_INPUT_BUFFER_SIZE, fIn);