Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ compressedFrame
Function
compressedFrame
pj_scene2D/tests/image_codecs_test.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
DecodedFrame compressedFrame(const std::vector<uint8_t>& bytes) {
39
DecodedFrame frame;
40
frame.pixels = std::make_shared<std::vector<uint8_t>>(bytes);
41
return frame;
42
}
43
44
// --- JPEG tests ---
45
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected