Home
last modified time | relevance | path

Searched refs:CodecComponentType (Results 1 - 18 of 18) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h64 struct CodecComponentType { struct
76 int32_t (*GetComponentVersion)(struct CodecComponentType *self, struct CompVerInfo *verInfo);
97 int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param,
117 int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct,
137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct,
156 int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen);
174 int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen);
191 int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *indexType);
206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state);
226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *sel
[all...]
H A Dcodec_component_manager.h101 int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *compName,
/drivers/peripheral/codec/hal/include/
H A 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 CodecComponentNode *codecNode);
30 struct CodecComponentNode *CodecComponentTypeServiceGetCodecNode(struct CodecComponentType *self);
H A Dcodec_component_type_stub.h29 struct CodecComponentType interface;
H A Dcodec_component_manager_service.h32 struct CodecComponentType *service;
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c30 static int32_t CodecComponentTypeGetComponentVersion(struct CodecComponentType *self, struct CompVerInfo *verInfo) in CodecComponentTypeGetComponentVersion()
41 static int32_t CodecComponentTypeSendCommand(struct CodecComponentType *self, in CodecComponentTypeSendCommand()
54 static int32_t CodecComponentTypeGetParameter(struct CodecComponentType *self, in CodecComponentTypeGetParameter()
72 static int32_t CodecComponentTypeSetParameter(struct CodecComponentType *self, in CodecComponentTypeSetParameter()
89 static int32_t CodecComponentTypeGetConfig(struct CodecComponentType *self, in CodecComponentTypeGetConfig()
106 static int32_t CodecComponentTypeSetConfig(struct CodecComponentType *self, in CodecComponentTypeSetConfig()
123 static int32_t CodecComponentTypeGetExtensionIndex(struct CodecComponentType *self, in CodecComponentTypeGetExtensionIndex()
135 static int32_t CodecComponentTypeGetState(struct CodecComponentType *self, enum OMX_STATETYPE *state) in CodecComponentTypeGetState()
147 static int32_t CodecComponentTypeComponentTunnelRequest(struct CodecComponentType *self, in CodecComponentTypeComponentTunnelRequest()
161 static int32_t CodecComponentTypeUseBuffer(struct CodecComponentType *sel
[all...]
H A Dcodec_component_type_stub.c34 static int32_t SerStubGetComponentVersion(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubGetComponentVersion()
61 static int32_t SerStubSendCommand(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSendCommand()
118 static int32_t SerStubGetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetParameter()
174 static int32_t SerStubSetParameter(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSetParameter()
225 static int32_t SerStubGetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetConfig()
281 static int32_t SerStubSetConfig(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubSetConfig()
332 static int32_t SerStubGetExtensionIndex(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubGetExtensionIndex()
368 static int32_t SerStubGetState(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, struct HdfSBuf *reply) in SerStubGetState()
391 static int32_t SerStubComponentTunnelRequest(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubComponentTunnelRequest()
438 static int32_t SerStubUseBuffer(struct CodecComponentType *serviceImp
[all...]
H A Dcodec_component_type_proxy.c26 struct CodecComponentType instance;
40 static int32_t CodecComponentTypeProxyCall(struct CodecComponentType *self, int32_t id, struct HdfSBuf *data, in CodecComponentTypeProxyCall()
66 static int32_t CodecComponentTypeProxyGetComponentVersion(struct CodecComponentType *self, struct CompVerInfo *verInfo) 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 *sel
[all...]
H A Dcodec_component_manager_service.c138 static int32_t OmxManagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent()
147 struct CodecComponentType *comp = CodecComponentTypeServiceGet(); in OmxManagerCreateComponent()
H A Dcodec_component_manager_stub.c117 struct CodecComponentType *component = NULL; in SerStubCreateComponent()
H A Dcodec_component_manager_proxy.c157 static int32_t CreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in CreateComponent()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
H A Dcodeccommon_fuzzer.h29 extern CodecComponentType *g_component;
H A Dcodeccommon_fuzzer.cpp42 CodecComponentType *g_component = nullptr;
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/
H A Dcodeccreatecomponent_fuzzer.cpp24 struct CodecComponentType *component = nullptr; in CodecCreateComponent()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_manager_test.cpp67 struct CodecComponentType *component = nullptr; in HWTEST_F()
92 struct CodecComponentType *component = nullptr; in HWTEST_F()
H A Dcodec_hdi_omx_test.cpp288 struct CodecComponentType *component_ = nullptr;
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h134 struct CodecComponentType *client_;
H A Dcodec_hdi_decode.h139 struct CodecComponentType *client_;

Completed in 10 milliseconds