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