Searched defs:totalRead (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c1384 static int totalRead = 0; local
1387 totalRead += nRead;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c1412 static int totalRead = 0; local
1423 totalRead += nRead;
1430 __LINE__, pBuf->pBuffer, pBuf->nAllocLen, nRead, totalRead);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c1610 static OMX_S16 totalRead = 0; local
1638 totalRead += nRead;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c853 static int totalRead = 0; local
862 totalRead += nRead;
868 __LINE__, pBufferHeader->pBuffer, pBufferHeader->nAllocLen, nRead, totalRead);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c1869 static unsigned long totalRead = 0; local
1993 totalRead += nBytesRead;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c1634 static int totalRead = 0; local
1677 totalRead += nRead;
1698 static int totalRead = 0; local
1722 totalRead += nRead;

Completed in 105 milliseconds