Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestVideoPlayer.cpp File Reference
#include "ServiceBroker.h"
#include "cores/IPlayerCallback.h"
#include "cores/VideoPlayer/VideoPlayer.h"
#include "jobs/JobManager.h"
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include <stdexcept>
#include <gtest/gtest.h>

Classes

class  CTestPlayerCallback
 
class  CTestVideoPlayer
 
class  TestVideoPlayer
 

Enumerations

enum class  TestSeekStep { NORMAL , LARGE }
 

Functions

 TEST_F (TestVideoPlayer, GetPreviousBookmark)
 
 TEST_F (TestVideoPlayer, GetNextBookmark)
 
 TEST_F (TestVideoPlayer, GetBookmarkPos)
 
 TEST_F (TestVideoPlayer, UpdateHasVideoAudioClearsStaleVideoFlag)
 
 TEST_F (TestVideoPlayer, UpdateHasVideoAudioKeepsFlagsWhenStreamsOpen)
 
 TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetCompat)
 
 TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetPercent)
 
 TEST_F (TestVideoPlayer, CalcTimeOrPercentSeekTargetSmooth)
 

Enumeration Type Documentation

◆ TestSeekStep

enum class TestSeekStep
strong
Enumerator
NORMAL 
LARGE 

Function Documentation

◆ TEST_F() [1/8]

TEST_F ( TestVideoPlayer ,
CalcTimeOrPercentSeekTargetCompat  )

◆ TEST_F() [2/8]

TEST_F ( TestVideoPlayer ,
CalcTimeOrPercentSeekTargetPercent  )

◆ TEST_F() [3/8]

TEST_F ( TestVideoPlayer ,
CalcTimeOrPercentSeekTargetSmooth  )

◆ TEST_F() [4/8]

TEST_F ( TestVideoPlayer ,
GetBookmarkPos  )

◆ TEST_F() [5/8]

TEST_F ( TestVideoPlayer ,
GetNextBookmark  )

◆ TEST_F() [6/8]

TEST_F ( TestVideoPlayer ,
GetPreviousBookmark  )

◆ TEST_F() [7/8]

TEST_F ( TestVideoPlayer ,
UpdateHasVideoAudioClearsStaleVideoFlag  )

◆ TEST_F() [8/8]

TEST_F ( TestVideoPlayer ,
UpdateHasVideoAudioKeepsFlagsWhenStreamsOpen  )