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

Function CheckDecoderInterface

test/api/c_interface_test.c:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void CheckDecoderInterface (ISVCDecoder* p, CheckFunc check) {
25 CHECK (1, p, Initialize);
26 CHECK (2, p, Uninitialize);
27 CHECK (3, p, DecodeFrame);
28 CHECK (4, p, DecodeFrameNoDelay);
29 CHECK (5, p, DecodeFrame2);
30 CHECK (6, p, DecodeFrameEx);
31 CHECK (7, p, DecodeParser);
32 CHECK (8, p, SetOption);
33 CHECK (9, p, GetOption);
34 CHECK (10, p, FlushFrame);
35}
36
37struct bool_test_struct {
38 char c;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected