Searched defs:TestCodec (Results 1 – 1 of 1) sorted by relevance
30 class TestCodec : public Codec { class32 TestCodec(int id, const std::string& name, int clockrate) in TestCodec() function in TestCodec34 TestCodec() : Codec() {} in TestCodec() function in TestCodec35 TestCodec(const TestCodec& c) : Codec(c) {} in TestCodec() function in TestCodec