webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
webrtc::TestLibYuv Class Reference
Inheritance diagram for webrtc::TestLibYuv:
testing::Test

Protected Member Functions

 TestLibYuv ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

FILE * source_file_
 
std::unique_ptr< VideoFrameorig_frame_
 
const int width_
 
const int height_
 
const int size_y_
 
const int size_uv_
 
const size_t frame_length_
 

Constructor & Destructor Documentation

◆ TestLibYuv()

webrtc::TestLibYuv::TestLibYuv ( )
protected

Member Function Documentation

◆ SetUp()

void webrtc::TestLibYuv::SetUp ( )
protectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void webrtc::TestLibYuv::TearDown ( )
protectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ frame_length_

const size_t webrtc::TestLibYuv::frame_length_
protected

◆ height_

const int webrtc::TestLibYuv::height_
protected

◆ orig_frame_

std::unique_ptr<VideoFrame> webrtc::TestLibYuv::orig_frame_
protected

◆ size_uv_

const int webrtc::TestLibYuv::size_uv_
protected

◆ size_y_

const int webrtc::TestLibYuv::size_y_
protected

◆ source_file_

FILE* webrtc::TestLibYuv::source_file_
protected

◆ width_

const int webrtc::TestLibYuv::width_
protected

The documentation for this class was generated from the following file: