Searched refs:c2_node_id_t (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/ |
D | SimpleC2Interface.h | 34 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/ |
D | GoldfishComponentStore.h | 70 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/ |
D | GoldfishComponentStore.cpp | 197 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/ |
D | C2GoldfishVpxDec.h | 28 C2GoldfishVpxDec(const char *name, c2_node_id_t id,
|
D | C2GoldfishVpxDec.cpp | 505 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/ |
D | C2GoldfishHevcDec.cpp | 379 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()
|
D | C2GoldfishHevcDec.h | 46 C2GoldfishHevcDec(const char *name, c2_node_id_t id,
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.h | 46 C2GoldfishAvcDec(const char *name, c2_node_id_t id,
|
D | C2GoldfishAvcDec.cpp | 428 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()
|