webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <string.h>
#include "webrtc/api/video/i420_buffer.h"
#include "webrtc/api/video/video_frame.h"
#include "webrtc/test/frame_utils.h"
Namespaces | |
webrtc | |
webrtc::test | |
Functions | |
bool | webrtc::test::EqualPlane (const uint8_t *data1, const uint8_t *data2, int stride1, int stride2, int width, int height) |
bool | webrtc::test::FramesEqual (const webrtc::VideoFrame &f1, const webrtc::VideoFrame &f2) |
bool | webrtc::test::FrameBufsEqual (const rtc::scoped_refptr< webrtc::VideoFrameBuffer > &f1, const rtc::scoped_refptr< webrtc::VideoFrameBuffer > &f2) |
rtc::scoped_refptr< I420Buffer > | webrtc::test::ReadI420Buffer (int width, int height, FILE *) |