MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / getVideoDecoderFlags

Method getVideoDecoderFlags

mediaPlayer/SMPAVDeviceManager.cpp:317–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316}
317uint64_t SMPAVDeviceManager::getVideoDecoderFlags()
318{
319 if (mVideoDecoder.decoder) {
320 return static_cast<uint64_t>(mVideoDecoder.decoder->getFlags());
321 }
322 return 0;
323}
324int SMPAVDeviceManager::createVideoRender(uint64_t flags)
325{
326 if (mVideoRenderValid && mVideoRenderFlags == flags) {

Callers 2

GetDecoderTypeMethod · 0.80
SetUpVideoPathMethod · 0.80

Calls 1

getFlagsMethod · 0.45

Tested by

no test coverage detected