MythTV  master
Public Member Functions | Private Attributes | List of all members
VideoPerformanceTest Class Reference
Collaboration diagram for VideoPerformanceTest:
Collaboration graph
[legend]

Public Member Functions

 VideoPerformanceTest (QString filename, bool decodeno, bool onlydecode, std::chrono::seconds runfor, bool deint, bool gpu)
 
 ~VideoPerformanceTest ()
 
void Test (void)
 

Private Attributes

QString m_file
 
bool m_noDecode {false}
 
bool m_decodeOnly {false}
 
std::chrono::seconds m_secondsToRun {1s}
 
bool m_deinterlace {false}
 
bool m_allowGpu {false}
 
PlayerContextm_ctx {nullptr}
 

Detailed Description

Definition at line 32 of file mythavtest.cpp.

Constructor & Destructor Documentation

◆ VideoPerformanceTest()

VideoPerformanceTest::VideoPerformanceTest ( QString  filename,
bool  decodeno,
bool  onlydecode,
std::chrono::seconds  runfor,
bool  deint,
bool  gpu 
)
inline

Definition at line 35 of file mythavtest.cpp.

◆ ~VideoPerformanceTest()

VideoPerformanceTest::~VideoPerformanceTest ( )
inline

Definition at line 46 of file mythavtest.cpp.

Member Function Documentation

◆ Test()

void VideoPerformanceTest::Test ( void  )
inline

Definition at line 51 of file mythavtest.cpp.

Member Data Documentation

◆ m_file

QString VideoPerformanceTest::m_file
private

Definition at line 156 of file mythavtest.cpp.

Referenced by Test().

◆ m_noDecode

bool VideoPerformanceTest::m_noDecode {false}
private

Definition at line 157 of file mythavtest.cpp.

Referenced by Test().

◆ m_decodeOnly

bool VideoPerformanceTest::m_decodeOnly {false}
private

Definition at line 158 of file mythavtest.cpp.

Referenced by Test().

◆ m_secondsToRun

std::chrono::seconds VideoPerformanceTest::m_secondsToRun {1s}
private

Definition at line 159 of file mythavtest.cpp.

Referenced by Test().

◆ m_deinterlace

bool VideoPerformanceTest::m_deinterlace {false}
private

Definition at line 160 of file mythavtest.cpp.

Referenced by Test().

◆ m_allowGpu

bool VideoPerformanceTest::m_allowGpu {false}
private

Definition at line 161 of file mythavtest.cpp.

Referenced by Test().

◆ m_ctx

PlayerContext* VideoPerformanceTest::m_ctx {nullptr}
private

Definition at line 162 of file mythavtest.cpp.

Referenced by Test(), and ~VideoPerformanceTest().


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