Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A 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
206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); argument
226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, argument
349 int32_t (*ComponentDeInit)(struct CodecComponentType *self); argument
391 struct HdfRemoteService *(*AsObject)(struct CodecComponentType *self); argument
401 struct CodecComponentType *CodecComponentTypeGet(struct HdfRemoteService *remote);
[all …]
H A Dcodec_component_manager.h101 …int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *com…
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c41 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()
161 static int32_t CodecComponentTypeUseBuffer(struct CodecComponentType *self, in CodecComponentTypeUseBuffer()
174 static int32_t CodecComponentTypeAllocateBuffer(struct CodecComponentType *self, in CodecComponentTypeAllocateBuffer()
248 static int32_t CodecComponentTypeUseEglImage(struct CodecComponentType *self, in CodecComponentTypeUseEglImage()
274 void CodecComponentTypeServiceConstruct(struct CodecComponentType *instance) in CodecComponentTypeServiceConstruct()
299 struct CodecComponentType *CodecComponentTypeServiceGet(void) in CodecComponentTypeServiceGet()
[all …]
H A Dcodec_component_type_stub.c34 static int32_t SerStubGetComponentVersion(struct CodecComponentType *serviceImpl, struct HdfSBuf *d… in SerStubGetComponentVersion()
332 static int32_t SerStubGetExtensionIndex(struct CodecComponentType *serviceImpl, struct HdfSBuf *dat… in SerStubGetExtensionIndex()
391 static int32_t SerStubComponentTunnelRequest(struct CodecComponentType *serviceImpl, struct HdfSBuf… in SerStubComponentTunnelRequest()
479 static int32_t SerStubAllocateBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubAllocateBuffer()
552 static int32_t SerStubEmptyThisBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubEmptyThisBuffer()
581 static int32_t SerStubFillThisBuffer(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubFillThisBuffer()
641 static int32_t SerStubComponentDeInit(struct CodecComponentType *serviceImpl, struct HdfSBuf *data, in SerStubComponentDeInit()
718 static int32_t SerStubComponentRoleEnum(struct CodecComponentType *serviceImpl, struct HdfSBuf *dat… in SerStubComponentRoleEnum()
769 struct CodecComponentType *serviceImpl = (struct CodecComponentType *)remote; in CodecComponentTypeServiceOnRemoteRequest()
783 typedef int32_t(*SerStubFunc)(struct CodecComponentType*, struct HdfSBuf*, struct HdfSBuf*); in CodecComponentTypeServiceOnRemoteRequest()
[all …]
H A Dcodec_component_type_proxy.c26 struct CodecComponentType instance;
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()
405 static int32_t CodecComponentTypeProxyGetState(struct CodecComponentType *self, in CodecComponentTypeProxyGetState()
501 static int32_t CodecComponentTypeProxyUseBuffer(struct CodecComponentType *self, in CodecComponentTypeProxyUseBuffer()
597 static int32_t CodecComponentTypeProxyFreeBuffer(struct CodecComponentType *self, in CodecComponentTypeProxyFreeBuffer()
902 static void CodecComponentTypeProxyConstruct(struct CodecComponentType *instance) in CodecComponentTypeProxyConstruct()
[all …]
H A Dcodec_component_manager_service.c138 static int32_t OmxManagerCreateComponent(struct CodecComponentType **component, uint32_t *component… in OmxManagerCreateComponent()
147 struct CodecComponentType *comp = CodecComponentTypeServiceGet(); in OmxManagerCreateComponent()
H A Dcodec_component_manager_stub.c113 struct CodecComponentType *component = NULL; in SerStubCreateComponent()
/ohos5.0/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 CodecComponentNo…
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;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_port.h38 CodecPort(CodecComponentType* component, uint32_t portIndex, const CompVerInfo& verInfo);
43 CodecComponentType* codecComp_ {nullptr};
H A Dcodec_buffer_pool.h36 …CodecBufferPool(CodecComponentType* compType, CompVerInfo& verInfo, uint32_t portIndex, uint32_t b…
63 CodecComponentType* codecComp_ {nullptr};
H A Dcodec_cmd_executor.h41 CodecCmdExecutor(CodecComponentType* component, uint32_t inPortIndex);
56 CodecComponentType* codecComp_ {nullptr};
H A Dcodec_port.cpp34 CodecPort::CodecPort(CodecComponentType* component, uint32_t portIndex, const CompVerInfo& verInfo) in CodecPort()
H A Dcodec_buffer_pool.cpp28 CodecBufferPool::CodecBufferPool(CodecComponentType* compType, CompVerInfo& verInfo, in CodecBufferPool()
H A Dhdi_codec_adapter.h74 CodecComponentType* codecComp_ {nullptr};
H A Dhdi_codec_manager.cpp54 auto codecComponent = Plugin::AnyCast<CodecComponentType**>(component); in CreateComponent()
/ohos5.0/drivers/peripheral/codec/
H A DREADME_zh.md205 … name="p174121125175619"></a>int32_t (*GetComponentVersion)(struct CodecComponentType *self, struc…
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 …
250 …257567"></a><a name="p14132257567"></a>int32_t (*UseBuffer)(struct CodecComponentType *self, uint3…
265 …a><a name="p144141225165615"></a>int32_t (*EmptyThisBuffer)(struct CodecComponentType *self, const…
270 …</a><a name="p15414112510561"></a>int32_t (*FillThisBuffer)(struct CodecComponentType *self, const…
275 …0"></a><a name="p8414525145610"></a>int32_t (*SetCallbacks)(struct CodecComponentType *self, struc…
280 …"></a><a name="p6414425185619"></a>int32_t (*ComponentDeInit)(struct CodecComponentType *self);</p>
[all …]
H A DREADME.md205 … name="p174121125175619"></a>int32_t (*GetComponentVersion)(struct CodecComponentType *self, struc…
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 …
250 …257567"></a><a name="p14132257567"></a>int32_t (*UseBuffer)(struct CodecComponentType *self, uint3…
265 …a><a name="p144141225165615"></a>int32_t (*EmptyThisBuffer)(struct CodecComponentType *self, const…
270 …</a><a name="p15414112510561"></a>int32_t (*FillThisBuffer)(struct CodecComponentType *self, const…
275 …0"></a><a name="p8414525145610"></a>int32_t (*SetCallbacks)(struct CodecComponentType *self, struc…
280 …"></a><a name="p6414425185619"></a>int32_t (*ComponentDeInit)(struct CodecComponentType *self);</p>
[all …]
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_manager_test.cpp67 struct CodecComponentType *component = nullptr;
92 struct CodecComponentType *component = nullptr;
/ohos5.0/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;
/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/
H A Dcodeccreatecomponent_fuzzer.cpp24 struct CodecComponentType *component = nullptr; in CodecCreateComponent()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_decode.h139 struct CodecComponentType *client_;
H A Dcodec_hdi_encode.h134 struct CodecComponentType *client_;

12