Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ Frame
Class
Frame
test/BaseDecoderTest.h:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
struct Frame {
21
Plane y;
22
Plane u;
23
Plane v;
24
};
25
26
struct Callback {
27
virtual void onDecodeFrame (const Frame& frame) = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected