Home
last modified time | relevance | path

Searched refs:c2_node_id_t (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h34 SimpleC2Interface(const char *name, c2_node_id_t id, in SimpleC2Interface()
42 c2_node_id_t getId() const override { return mId; } in getId()
57 c2_status_t createTunnel_sm(c2_node_id_t) override { return C2_OMITTED; } in createTunnel_sm() argument
58 c2_status_t releaseTunnel_sm(c2_node_id_t) override { return C2_OMITTED; } in releaseTunnel_sm() argument
72 const c2_node_id_t mId;
/device/generic/goldfish-opengl/system/codecs/c2/store/include/goldfish_codec2/store/
DGoldfishComponentStore.h70 createComponent(c2_node_id_t id,
75 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface,
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp197 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *interface, in createInterface()
216 c2_node_id_t id, std::shared_ptr<C2Component> *component, in createComponent()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.h28 C2GoldfishVpxDec(const char *name, c2_node_id_t id,
DC2GoldfishVpxDec.cpp505 C2GoldfishVpxDec::C2GoldfishVpxDec(const char *name, c2_node_id_t id, in C2GoldfishVpxDec()
1067 createComponent(c2_node_id_t id, in createComponent()
1079 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp379 C2GoldfishHevcDec::C2GoldfishHevcDec(const char *name, c2_node_id_t id, in C2GoldfishHevcDec()
1092 createComponent(c2_node_id_t id, in createComponent()
1104 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()
DC2GoldfishHevcDec.h46 C2GoldfishHevcDec(const char *name, c2_node_id_t id,
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h46 C2GoldfishAvcDec(const char *name, c2_node_id_t id,
DC2GoldfishAvcDec.cpp428 C2GoldfishAvcDec::C2GoldfishAvcDec(const char *name, c2_node_id_t id, in C2GoldfishAvcDec()
1140 createComponent(c2_node_id_t id, in createComponent()
1152 c2_node_id_t id, std::shared_ptr<C2ComponentInterface> *const interface, in createInterface()