Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ BSDecoderStart
Function
BSDecoderStart
framework/WebAssemblyPlayer/WABitStreamDecoder.cpp:420–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
void BSDecoderStart()
421
{
422
#ifdef __EMSCRIPTEN__
423
emscripten_set_main_loop(pull_once, 100, 0);
424
#else
425
pThread->start();
426
#endif
427
}
428
429
void BSDecoderFlush()
430
{
Callers
1
WABitStreamDecoder.cpp
File · 0.85
Calls
1
start
Method · 0.65
Tested by
no test coverage detected