Home
last modified time | relevance | path

Searched refs:SimpleC2Interface (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h32 template <typename T> class SimpleC2Interface : public C2ComponentInterface {
34 SimpleC2Interface(const char *name, c2_node_id_t id, in SimpleC2Interface() function
38 ~SimpleC2Interface() override = default;
79 template <> class SimpleC2Interface<void> {
195 template <typename T> using SimpleInterface = SimpleC2Interface<T>;
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DAndroid.bp19 "SimpleC2Interface.cpp",