Home
last modified time | relevance | path

Searched defs:codecNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap… in OMXAdapterCreateComponent()
66 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent()
94 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf… in OmxAdapterComponentVersion()
134 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterGetConfig()
144 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterSetConfig()
154 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, in OmxAdapterGetExtensionIndex()
164 int32_t OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in OmxAdapterGetState()
173 int32_t OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, in OmxAdapterComponentTunnelRequest()
194 int32_t OmxAdapterAllocateBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, in OmxAdapterAllocateBuffer()
246 int32_t OmxAdapterDeInit(struct CodecComponentNode *codecNode) in OmxAdapterDeInit()
[all …]
H A Dcodec_component_manager_service.c43 struct CodecComponentNode *codecNode) in AddDeathRecipientForService()
117 struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in OmxManagerDestroyComponent() local
160 struct CodecComponentNode *codecNode = NULL; in OmxManagerCreateComponent() local
H A Dcodec_dfx_service.c56 … struct CodecComponentNode *codecNode = CodecComponentTypeServiceGetCodecNode(pos->service); in DevCodecHostDump() local
H A Dcodec_death_recipient.cpp34 struct CodecComponentNode *codecNode) in RegisterService()
H A Dcodec_component_type_service.c27 struct CodecComponentNode *codecNode; member
329 …onentTypeServiceSetCodecNode(struct CodecComponentType *self, struct CodecComponentNode *codecNode) in CodecComponentTypeServiceSetCodecNode()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp113 const struct DeviceResourceNode *codecNode = HcsGetNodeByMatchAttr(rootNode, CODEC_CONFIG_NAME); in CodecCompCapabilityInit() local