Add frame_helpers
A number of utility functions to be shared between frame buffer 2 and the new frame scheduling implementation based on frame buffer 3. Change-Id: Icc932c6c76fddeeedc8aa64ec27c7e0c955abfd0 Bug: webrtc:13343 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/241604 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35743}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
8e8b966d54
commit
f83d4265b5
@ -147,9 +147,6 @@ class FrameBuffer {
|
||||
|
||||
void ClearFramesAndHistory() RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
||||
|
||||
bool HasBadRenderTiming(const EncodedFrame& frame, int64_t now_ms)
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
||||
|
||||
// The cleaner solution would be to have the NextFrame function return a
|
||||
// vector of frames, but until the decoding pipeline can support decoding
|
||||
// multiple frames at the same time we combine all frames to one frame and
|
||||
|
Reference in New Issue
Block a user