Home
last modified time | relevance | path

Searched refs:omxHandleTypeTunneledComp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_adapter_interface.h69 int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort,
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp174 int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, in OmxAdapterComponentTunnelRequest() argument
181 …return codecNode->node->ComponentTunnelRequest(port, omxHandleTypeTunneledComp, tunneledPort, tunn… in OmxAdapterComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h56 …int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneled…
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h53 …int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneled…
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp178 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uin… in ComponentTunnelRequest() argument
190 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp288 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uin… in ComponentTunnelRequest() argument
293 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest()