#include "webrtc/modules/video_coding/frame_buffer2.h"
#include <algorithm>
#include <cstring>
#include <limits>
#include <vector>
#include "webrtc/base/platform_thread.h"
#include "webrtc/base/random.h"
#include "webrtc/modules/video_coding/frame_object.h"
#include "webrtc/modules/video_coding/jitter_estimator.h"
#include "webrtc/modules/video_coding/sequence_number_util.h"
#include "webrtc/modules/video_coding/timing.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, WaitForFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, OneSuperFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, DISABLED_OneUnorderedSuperFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, DISABLED_OneLayerStreamReordered) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, ExtractFromEmptyBuffer) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, MissingFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, OneLayerStream) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, DropTemporalLayerSlowDecoder) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, DropSpatialLayerSlowDecoder) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, InsertLateFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, ProtectionMode) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, NoContinuousFrame) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, LastContinuousFrameSingleLayer) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, LastContinuousFrameTwoLayers) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, PictureIdJumpBack) |
|
| webrtc::video_coding::TEST_F (TestFrameBuffer2, StatsCallback) |
|