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

Method setTimeMeta

src/core/dataMemoryLevel.cpp:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void cVector::setTimeMeta(TimeMetaInfo *xtmeta) {
425 if ((tmeta != NULL)&&(!tmetaAlien)) {
426 delete[] tmeta;
427 }
428 tmetaAlien = 1;
429 tmeta = xtmeta;
430}
431
432void cVector::copyTimeMeta(const TimeMetaInfo *xtmeta) {
433 if ((tmeta != NULL)&&(!tmetaAlien)) {

Callers 13

getRowMethod · 0.80
getColMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80
myTickMethod · 0.80

Calls 2

getCompManMethod · 0.80
getSmileTimeMethod · 0.45

Tested by

no test coverage detected