MCPcopy Create free account
hub / github.com/audeering/opensmile / catchupCurR

Method catchupCurR

src/core/dataReader.cpp:350–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void cDataReader::catchupCurR(long _curR)
351{
352 int i;
353 for (i=0; i<nLevels; i++) {
354 //printf("catchup rdid %i in '%s' '%s'\n",rdId[i],getInstName(),dmLevel[i]);
355 dm->catchupCurR(level[i],rdId[i],_curR);
356 }
357}
358
359//-----
360cVector * cDataReader::getFrame(long vIdx, int special, int privateVec, int *result)

Callers 1

myTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected