Home
last modified time | relevance | path

Searched refs:readRests (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c170 s32 readRests; member
1007 strm->readRests = strm->strm1stTotalRead - length; in STRMStart()
1246 if (activeStrm->readRests < STRM_BUFFER_SIZE) in STRMUpdate()
1300 activeStrm->readSize = activeStrm->readRests; in STRMUpdate()
1301 activeStrm->readRests = 0; in STRMUpdate()
1348 activeStrm->readRests -= STRM_BUFFER_SIZE; in STRMUpdate()
1422 activeStrm->readRests = activeStrm->strmTotalRead - STRM_BUFFER_SIZE; in STRMUpdate()
1446 if (activeStrm->readRests > 0) in STRMUpdate()
1465 activeStrm->readRests -= STRM_BUFFER_SIZE; in STRMUpdate()