#include <math.h>
#include <string.h>
#include "webrtc/api/video/video_frame.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/test/fake_texture_frame.h"
#include "webrtc/test/frame_utils.h"
#include "webrtc/test/gtest.h"
|
| | webrtc::TEST (TestVideoFrame, WidthHeightValues) |
| |
| | webrtc::TEST (TestVideoFrame, ShallowCopy) |
| |
| | webrtc::TEST (TestVideoFrame, TextureInitialValues) |
| |
| | webrtc::TEST (TestI420FrameBuffer, Copy) |
| |
| | webrtc::TEST (TestI420FrameBuffer, Scale) |
| |
| | webrtc::TEST (TestI420FrameBuffer, CropXCenter) |
| |
| | webrtc::TEST (TestI420FrameBuffer, CropXNotCenter) |
| |
| | webrtc::TEST (TestI420FrameBuffer, CropYCenter) |
| |
| | webrtc::TEST (TestI420FrameBuffer, CropYNotCenter) |
| |
| | webrtc::TEST (TestI420FrameBuffer, CropAndScale16x9) |
| |
| | webrtc::TEST_P (TestI420BufferRotate, Rotates) |
| |
| | webrtc::INSTANTIATE_TEST_CASE_P (Rotate, TestI420BufferRotate, ::testing::Values(kVideoRotation_0, kVideoRotation_90, kVideoRotation_180, kVideoRotation_270)) |
| |
| | webrtc::TEST_P (TestI420BufferRotateOld, Rotates) |
| |
| | webrtc::INSTANTIATE_TEST_CASE_P (Rotate, TestI420BufferRotateOld, ::testing::Values(kVideoRotation_0, kVideoRotation_90, kVideoRotation_180, kVideoRotation_270)) |
| |