| 525 | bool RequestedHwDecode() const { return requested_hw_decode_; } |
| 526 | bool UsingHwDecode() const { return decoded_hw_frames_; } |
| 527 | AVBufferRef* DeviceContext() const { return hw_device_context_; } |
| 528 | |
| 529 | bool NextFrame(ScopedFrame& frame, double& decode_ms) { |
| 530 | const auto start = Clock::now(); |
nothing calls this directly
no outgoing calls
no test coverage detected