MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / TEST

Function TEST

framework/tests/decoder/decoderUnitTest.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81#ifdef __APPLE__
82TEST(hardCodec, H264)
83{
84 std::string url = "http://player.alicdn.com/video/aliyunmedia.mp4";
85 test_codec(url, AF_CODEC_ID_H264, DECFLAG_HW);
86}
87#endif
88
89TEST(softCodec, H264)

Callers

nothing calls this directly

Calls 1

test_codecFunction · 0.85

Tested by

no test coverage detected