Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
static bool
176
isBufferFull(int nbBufferedElement,
177
int hardwardIdealThreadCount)
178
{
179
return nbBufferedElement >= hardwardIdealThreadCount * 3;
180
}
181
182
#endif
183
Callers
1
threadLoopOnce
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected