MCPcopy 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
420void BSDecoderStart()
421{
422#ifdef __EMSCRIPTEN__
423 emscripten_set_main_loop(pull_once, 100, 0);
424#else
425 pThread->start();
426#endif
427}
428
429void BSDecoderFlush()
430{

Callers 1

Calls 1

startMethod · 0.65

Tested by

no test coverage detected