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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
bool WriteDummyTestFrames (VideoCodecType codec_type, int width, int height, int num_frames, bool use_capture_tims_ms)
 
void VerifyIvfHeader (rtc::File *file, const uint8_t fourcc[4], int width, int height, uint32_t num_frames, bool use_capture_tims_ms)
 
void VerifyDummyTestFrames (rtc::File *file, uint32_t num_frames)
 
void RunBasicFileStructureTest (VideoCodecType codec_type, const uint8_t fourcc[4], bool use_capture_tims_ms)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::string file_name_
 
std::unique_ptr< IvfFileWriterfile_writer_
 

Member Function Documentation

◆ RunBasicFileStructureTest()

void webrtc::IvfFileWriterTest::RunBasicFileStructureTest ( VideoCodecType  codec_type,
const uint8_t  fourcc[4],
bool  use_capture_tims_ms 
)
inlineprotected

◆ SetUp()

void webrtc::IvfFileWriterTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void webrtc::IvfFileWriterTest::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

◆ VerifyDummyTestFrames()

void webrtc::IvfFileWriterTest::VerifyDummyTestFrames ( rtc::File file,
uint32_t  num_frames 
)
inlineprotected

◆ VerifyIvfHeader()

void webrtc::IvfFileWriterTest::VerifyIvfHeader ( rtc::File file,
const uint8_t  fourcc[4],
int  width,
int  height,
uint32_t  num_frames,
bool  use_capture_tims_ms 
)
inlineprotected

◆ WriteDummyTestFrames()

bool webrtc::IvfFileWriterTest::WriteDummyTestFrames ( VideoCodecType  codec_type,
int  width,
int  height,
int  num_frames,
bool  use_capture_tims_ms 
)
inlineprotected

Member Data Documentation

◆ file_name_

std::string webrtc::IvfFileWriterTest::file_name_
protected

◆ file_writer_

std::unique_ptr<IvfFileWriter> webrtc::IvfFileWriterTest::file_writer_
protected

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