| 136 | } |
| 137 | |
| 138 | float PAGDecoder::frameRate() { |
| 139 | std::lock_guard<std::mutex> autoLock(locker); |
| 140 | checkCompositionChange(getComposition()); |
| 141 | return _frameRate; |
| 142 | } |
| 143 | |
| 144 | bool PAGDecoder::checkFrameChanged(int index) { |
| 145 | std::lock_guard<std::mutex> autoLock(locker); |
no outgoing calls
no test coverage detected