Home
last modified time | relevance | path

Searched refs:CodecComponentType (Results 1 – 25 of 29) sorted by relevance

12

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h64 struct CodecComponentType { struct
76 int32_t (*GetComponentVersion)(struct CodecComponentType *self, struct CompVerInfo *verInfo); argument
97 … int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, argument
117 … int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct, argument
137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, argument
156 …int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument
174 …int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument
191 …int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *ind… argument
206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); argument
226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, argument
[all …]
Dcodec_component_manager.h101 …int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *com…
/drivers/peripheral/codec/hal/include/
Dcodec_component_type_service.h26 void CodecComponentTypeServiceConstruct(struct CodecComponentType *instance);
27 struct CodecComponentType *CodecComponentTypeServiceGet(void);
28 void CodecComponentTypeServiceRelease(struct CodecComponentType *self);
29 void CodecComponentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNo…
30 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self);
Dcodec_component_type_stub.h29 struct CodecComponentType interface;
Dcodec_component_manager_service.h32 struct CodecComponentType *service;
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c30 static int32_t CodecComponentTypeGetComponentVersion(struct CodecComponentType *self, struct CompVe… in CodecComponentTypeGetComponentVersion()
37 static int32_t CodecComponentTypeSendCommand(struct CodecComponentType *self, in CodecComponentTypeSendCommand()
46 static int32_t CodecComponentTypeGetParameter(struct CodecComponentType *self, in CodecComponentTypeGetParameter()
60 static int32_t CodecComponentTypeSetParameter(struct CodecComponentType *self, in CodecComponentTypeSetParameter()
73 static int32_t CodecComponentTypeGetConfig(struct CodecComponentType *self, in CodecComponentTypeGetConfig()
86 static int32_t CodecComponentTypeSetConfig(struct CodecComponentType *self, in CodecComponentTypeSetConfig()
99 static int32_t CodecComponentTypeGetExtensionIndex(struct CodecComponentType *self, in CodecComponentTypeGetExtensionIndex()
107 static int32_t CodecComponentTypeGetState(struct CodecComponentType *self, enum OMX_STATETYPE *stat… in CodecComponentTypeGetState()
115 static int32_t CodecComponentTypeComponentTunnelRequest(struct CodecComponentType *self, in CodecComponentTypeComponentTunnelRequest()
125 static int32_t CodecComponentTypeUseBuffer(struct CodecComponentType *self, in CodecComponentTypeUseBuffer()
[all …]
Dcodec_component_type_stub.c34 static int32_t SerStubGetComponentVersion(struct CodecComponentType *serviceImpl, struct HdfSBuf *d… in SerStubGetComponentVersion()
57 static int32_t SerStubSendCommand(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, str… in SerStubSendCommand()
110 static int32_t SerStubGetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, st… in SerStubGetParameter()
162 static int32_t SerStubSetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, st… in SerStubSetParameter()
209 static int32_t SerStubGetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struc… in SerStubGetConfig()
261 static int32_t SerStubSetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struc… in SerStubSetConfig()
308 static int32_t SerStubGetExtensionIndex(struct CodecComponentType *serviceImpl, struct HdfSBuf *dat… in SerStubGetExtensionIndex()
340 static int32_t SerStubGetState(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct… in SerStubGetState()
359 static int32_t SerStubComponentTunnelRequest(struct CodecComponentType *serviceImpl, struct HdfSBuf… in SerStubComponentTunnelRequest()
402 static int32_t SerStubUseBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struc… in SerStubUseBuffer()
[all …]
Dcodec_component_type_proxy.c26 struct CodecComponentType instance;
40 static int32_t CodecComponentTypeProxyCall(struct CodecComponentType *self, int32_t id, struct HdfS… in CodecComponentTypeProxyCall()
66 static int32_t CodecComponentTypeProxyGetComponentVersion(struct CodecComponentType *self, struct C… in CodecComponentTypeProxyGetComponentVersion()
94 static int32_t CodecComponentTypeProxySendCommand(struct CodecComponentType *self, in CodecComponentTypeProxySendCommand()
149 static int32_t CodecComponentTypeProxyGetParameter(struct CodecComponentType *self, in CodecComponentTypeProxyGetParameter()
207 static int32_t CodecComponentTypeProxySetParameter(struct CodecComponentType *self, in CodecComponentTypeProxySetParameter()
256 static int32_t CodecComponentTypeProxyGetConfig(struct CodecComponentType *self, in CodecComponentTypeProxyGetConfig()
314 static int32_t CodecComponentTypeProxySetConfig(struct CodecComponentType *self, in CodecComponentTypeProxySetConfig()
363 static int32_t CodecComponentTypeProxyGetExtensionIndex(struct CodecComponentType *self, in CodecComponentTypeProxyGetExtensionIndex()
405 static int32_t CodecComponentTypeProxyGetState(struct CodecComponentType *self, in CodecComponentTypeProxyGetState()
[all …]
Dcodec_component_manager_service.c134 static int32_t OmxManagerCreateComponent(struct CodecComponentType **component, uint32_t *component… in OmxManagerCreateComponent()
143 struct CodecComponentType *comp = CodecComponentTypeServiceGet(); in OmxManagerCreateComponent()
Dcodec_component_manager_stub.c101 struct CodecComponentType *component = NULL; in SerStubCreateComponent()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_if.c24 static int32_t ComponentTypeGetComponentVersion(struct CodecComponentType *self, struct CompVerInfo… in ComponentTypeGetComponentVersion()
35 …struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32… in ComponentTypeSendCommand()
46 …struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct, uint32_t paramStructLen) in ComponentTypeGetParameter()
57 struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, uint32_t paramStructLen) in ComponentTypeSetParameter()
68 struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in ComponentTypeGetConfig()
79 struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen) in ComponentTypeSetConfig()
90 struct CodecComponentType *self, const char *paramName, uint32_t *indexType) in ComponentTypeGetExtensionIndex()
100 static int32_t ComponentTypeGetState(struct CodecComponentType *self, enum OMX_STATETYPE *state) in ComponentTypeGetState()
110 static int32_t ComponentTypeComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, … in ComponentTypeComponentTunnelRequest()
122 struct CodecComponentType *self, uint32_t portIndex, struct OmxCodecBuffer *buffer) in ComponentTypeUseBuffer()
[all …]
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codeccommonadapter_fuzzer/
Dcodeccommon_fuzzer.h28 extern CodecComponentType *g_component;
Dcodeccommon_fuzzer.cpp37 CodecComponentType *g_component = nullptr;
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
Dcodeccommon_fuzzer.h29 extern CodecComponentType *g_component;
Dcodeccommon_fuzzer.cpp35 CodecComponentType *g_component = nullptr;
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h31 struct CodecComponentType instance;
37 struct CodecComponentType **comp;
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_manager_test.cpp67 struct CodecComponentType *component = nullptr;
92 struct CodecComponentType *component = nullptr;
/drivers/peripheral/codec/
DREADME_zh.md191 …/a><a name="p14413122555620"></a>int32_t (*CreateComponent)(struct CodecComponentType **component,…
205 … name="p174121125175619"></a>int32_t (*GetComponentVersion)(struct CodecComponentType *self, struc…
210 …10"></a><a name="p1341212595610"></a>int32_t (*SendCommand)(struct CodecComponentType *self, enum …
215 …"></a><a name="p14413122555620"></a>int32_t (*GetParameter)(struct CodecComponentType *self, uint3…
220 …1"></a><a name="p1941362515561"></a>int32_t (*SetParameter)(struct CodecComponentType *self, uint3…
225 …51562"></a><a name="p241312251562"></a>int32_t (*GetConfig)(struct CodecComponentType *self, uint3…
230 …252564"></a><a name="p44133252564"></a>int32_t (*SetConfig)(struct CodecComponentType *self, uint3…
235 …</a><a name="p84134251566"></a>int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const…
240 …5617"></a><a name="p10413112575617"></a>int32_t (*GetState)(struct CodecComponentType *self, enum …
245 … name="p441318251564"></a>int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint3…
[all …]
DREADME.md191 …/a><a name="p14413122555620"></a>int32_t (*CreateComponent)(struct CodecComponentType **component,…
205 … name="p174121125175619"></a>int32_t (*GetComponentVersion)(struct CodecComponentType *self, struc…
210 …10"></a><a name="p1341212595610"></a>int32_t (*SendCommand)(struct CodecComponentType *self, enum …
215 …"></a><a name="p14413122555620"></a>int32_t (*GetParameter)(struct CodecComponentType *self, uint3…
220 …1"></a><a name="p1941362515561"></a>int32_t (*SetParameter)(struct CodecComponentType *self, uint3…
225 …51562"></a><a name="p241312251562"></a>int32_t (*GetConfig)(struct CodecComponentType *self, uint3…
230 …252564"></a><a name="p44133252564"></a>int32_t (*SetConfig)(struct CodecComponentType *self, uint3…
235 …</a><a name="p84134251566"></a>int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const…
240 …5617"></a><a name="p10413112575617"></a>int32_t (*GetState)(struct CodecComponentType *self, enum …
245 … name="p441318251564"></a>int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint3…
[all …]
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/
Dcodeccreatecomponent_fuzzer.cpp24 struct CodecComponentType *component = nullptr; in CodecCreateComponent()
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codeccreatecomponentadapter_fuzzer/
Dcodeccreatecomponent_fuzzer.cpp25 struct CodecComponentType *component = nullptr; in CodecCreateComponent()
/drivers/peripheral/codec/test/demo/adapter/include/
Dcodec_hdi_adapter_decode.h134 struct CodecComponentType *client_;
Dcodec_hdi_adapter_encode.h141 struct CodecComponentType *client_;
/drivers/peripheral/codec/test/demo/v2.0/include/
Dcodec_hdi_encode.h134 struct CodecComponentType *client_;
Dcodec_hdi_decode.h139 struct CodecComponentType *client_;

12