MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isBufferFull

Function isBufferFull

Engine/OutputSchedulerThread.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174#ifndef NATRON_PLAYBACK_USES_THREAD_POOL
175static bool
176isBufferFull(int nbBufferedElement,
177 int hardwardIdealThreadCount)
178{
179 return nbBufferedElement >= hardwardIdealThreadCount * 3;
180}
181
182#endif
183

Callers 1

threadLoopOnceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected