MCPcopy Create free account
hub / github.com/FFMS/ffms2 / DisplayMatrixTest

Class DisplayMatrixTest

test/display_matrix.cpp:14–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace {
13
14class DisplayMatrixTest : public ::testing::Test {
15protected:
16 virtual void SetUp();
17 virtual void TearDown();
18 bool DoIndexing(std::string);
19
20 FFMS_Indexer* indexer;
21 FFMS_Index* index;
22 int video_track_idx;
23 FFMS_VideoSource* video_source;
24 const FFMS_VideoProperties* VP;
25
26 FFMS_ErrorInfo E;
27 char ErrorMsg[1024];
28
29 std::string SamplesDir;
30};
31
32void DisplayMatrixTest::SetUp() {
33 indexer = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected