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

Method setBlocksizeWriter

src/core/dataMemory.cpp:313–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311void cDataMemory::setFrameSizeSec(int _level, double fss)
312 { if ((_level>=0)&&(_level<levels.size())) levels[_level]->setFrameSizeSec(fss); }
313void cDataMemory::setBlocksizeWriter(int _level, long _bsw)
314 { if ((_level>=0)&&(_level<levels.size())) levels[_level]->setBlocksizeWriter(_bsw); }
315
316void cDataMemory::printDmLevelStats(int detail)
317 { for (int i=0; i<levels.size(); i++) levels[i]->printLevelStats(detail); }

Callers 1

setBlocksizeMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected