Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ BSDecoderStop
Function
BSDecoderStop
framework/WebAssemblyPlayer/WABitStreamDecoder.cpp:443–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
void BSDecoderStop()
444
{
445
#ifdef __EMSCRIPTEN__
446
emscripten_cancel_main_loop();
447
#else
448
pThread->stop();
449
#endif
450
}
451
452
/*
453
* ---------------------------------------------------
Callers
1
WABitStreamDecoder.cpp
File · 0.85
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected