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

Method isNextMatrixReadOk

src/include/core/dataReader.hpp:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 long getNAvail();
202
203 int isNextMatrixReadOk() {
204 int r = 1; int i;
205 int nL = nLevels;
206 if (nL < 1) nL=1;
207 for (i=0; i<nL; i++) {
208 r &= dm->checkRead(level[i],curR,-1,rdId[i],lengthM);
209 }
210 return r;
211 }
212
213 int isNextFrameReadOk(int lag=0) {
214 int r = 1; int i;

Callers

nothing calls this directly

Calls 1

checkReadMethod · 0.45

Tested by

no test coverage detected