#include <stdio.h>
#include <memory>
#include "webrtc/api/video/i420_buffer.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/optional.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
#include "webrtc/test/frame_utils.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"
◆ MAYBE_AlignedStrideEncodeDecode
#define MAYBE_AlignedStrideEncodeDecode AlignedStrideEncodeDecode |
◆ MAYBE_DecodeWithACompleteKeyFrame
#define MAYBE_DecodeWithACompleteKeyFrame DecodeWithACompleteKeyFrame |