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

Method allocReaders

src/core/dataMemoryLevel.cpp:1182–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182void cDataMemoryLevel::allocReaders() {
1183 // allocate and initialize *curRr
1184 if (nReaders > 0) { // if registered readers are present...
1185 curRr = (long*)calloc(1,sizeof(long)*nReaders);
1186 }
1187}
1188
1189// set time meta information for frame at rIdx
1190void cDataMemoryLevel::setTimeMeta(long rIdx, long vIdx, const TimeMetaInfo *tm)

Callers 1

myFinaliseInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected