Remove non-implemented function signatures from RtpFrameReferenceFinder.
Bug: none Change-Id: I17e7cb6300cc6f4c82517d6a2059c7be6d4fb9ad Reviewed-on: https://webrtc-review.googlesource.com/86882 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23832}
This commit is contained in:
@ -129,25 +129,6 @@ class RtpFrameReferenceFinder {
|
|||||||
void UnwrapPictureIds(RtpFrameObject* frame)
|
void UnwrapPictureIds(RtpFrameObject* frame)
|
||||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
||||||
|
|
||||||
// Returns true if the frame is old and should be dropped.
|
|
||||||
// TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be
|
|
||||||
// around M59).
|
|
||||||
bool Vp9PidTl0Fix(const RtpFrameObject& frame,
|
|
||||||
int16_t* picture_id,
|
|
||||||
int16_t* tl0_pic_idx) RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
||||||
|
|
||||||
// TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be
|
|
||||||
// around M59).
|
|
||||||
bool DetectVp9PicIdJump(int fixed_pid,
|
|
||||||
int fixed_tl0,
|
|
||||||
uint32_t timestamp) const
|
|
||||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
||||||
|
|
||||||
// TODO(philipel): Remove when VP9 PID/TL0 does not jump mid-stream (should be
|
|
||||||
// around M59).
|
|
||||||
bool DetectVp9Tl0PicIdxJump(int fixed_tl0, uint32_t timestamp) const
|
|
||||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
||||||
|
|
||||||
// For every group of pictures, hold two sequence numbers. The first being
|
// For every group of pictures, hold two sequence numbers. The first being
|
||||||
// the sequence number of the last packet of the last completed frame, and
|
// the sequence number of the last packet of the last completed frame, and
|
||||||
// the second being the sequence number of the last packet of the last
|
// the second being the sequence number of the last packet of the last
|
||||||
|
|||||||
Reference in New Issue
Block a user