/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 64 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 D | codec_component_manager.h | 101 int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *compName,
|
/drivers/peripheral/codec/hal/include/ |
H A D | codec_component_type_service.h | 26 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 D | codec_component_type_stub.h | 29 struct CodecComponentType interface;
|
H A D | codec_component_manager_service.h | 32 struct CodecComponentType *service;
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 30 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 D | codec_component_type_stub.c | 34 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 D | codec_component_type_proxy.c | 26 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 D | codec_component_manager_service.c | 138 static int32_t OmxManagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent() 147 struct CodecComponentType *comp = CodecComponentTypeServiceGet(); in OmxManagerCreateComponent()
|
H A D | codec_component_manager_stub.c | 117 struct CodecComponentType *component = NULL; in SerStubCreateComponent()
|
H A D | codec_component_manager_proxy.c | 157 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 D | codeccommon_fuzzer.h | 29 extern CodecComponentType *g_component;
|
H A D | codeccommon_fuzzer.cpp | 42 CodecComponentType *g_component = nullptr;
|
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/ |
H A D | codeccreatecomponent_fuzzer.cpp | 24 struct CodecComponentType *component = nullptr; in CodecCreateComponent()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_manager_test.cpp | 67 struct CodecComponentType *component = nullptr; in HWTEST_F() 92 struct CodecComponentType *component = nullptr; in HWTEST_F()
|
H A D | codec_hdi_omx_test.cpp | 288 struct CodecComponentType *component_ = nullptr;
|
/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | codec_hdi_encode.h | 134 struct CodecComponentType *client_;
|
H A D | codec_hdi_decode.h | 139 struct CodecComponentType *client_;
|