MCPcopy Create free account
hub / github.com/cisco/openh264 / Open

Method Open

test/api/BaseDecoderTest.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool BaseDecoderTest::Open (const char* fileName) {
187 if (decodeStatus_ == OpenFile) {
188 file_.open (fileName, std::ios_base::out | std::ios_base::binary);
189 if (file_.is_open()) {
190 decodeStatus_ = Decoding;
191 return true;
192 }
193 }
194 return false;
195}
196
197bool BaseDecoderTest::DecodeNextFrame (Callback* cbk) {
198 switch (decodeStatus_) {

Callers 5

TEST_FFunction · 0.45
TEST_FFunction · 0.45
DataGenerator.cppFile · 0.45
EncodeFileMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected