MCPcopy Create free account
hub / github.com/FastLED/FastLED / setupCodecFilesystem_h264

Function setupCodecFilesystem_h264

tests/fl/codec/h264.hpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "platforms/stub/fs_stub.hpp" // ok platform headers
6
7static fl::FileSystem setupCodecFilesystem_h264() {
8 fl::setTestFileSystemRoot("tests");
9 fl::FileSystem fs;
10 bool ok = fs.beginSd(5);
11 FL_REQUIRE(ok);
12 return fs;
13}
14
15FL_TEST_CASE("H264 parseH264Info from MP4") {
16 fl::FileSystem fs = setupCodecFilesystem_h264();

Callers 1

h264.hppFile · 0.85

Calls 2

setTestFileSystemRootFunction · 0.85
beginSdMethod · 0.80

Tested by

no test coverage detected