Home
last modified time | relevance | path

Searched refs:comType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp185 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local
186 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()
191 …return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
229 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() local
230 if (comType->ComponentRoleEnum == nullptr) { in ComponentRoleEnum()
234 int32_t err = comType->ComponentRoleEnum(comp_, omxRole, index); in ComponentRoleEnum()
260 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in DeInit() local
261 return comType->ComponentDeInit(comp_); in DeInit()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp292 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentTunnelRequest() local
294 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()
298 …auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledC… in ComponentTunnelRequest()
331 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentRoleEnum() local
332 if (comType->ComponentRoleEnum == nullptr) { in ComponentRoleEnum()
336 int32_t err = comType->ComponentRoleEnum(comp_, omxRole, index); in ComponentRoleEnum()
348 OMX_COMPONENTTYPE *comType = static_cast<OMX_COMPONENTTYPE *>(comp_); in ComponentDeInit() local
349 auto err = comType->ComponentDeInit(comp_); in ComponentDeInit()