Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, member
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp122 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t… in ComponentTunnelRequest() function in OHOS::HDI::Codec::V2_0::CodecComponentService
Dcomponent_node.cpp238 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uin… in ComponentTunnelRequest() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp258 int32_t ComponentNode::ComponentTunnelRequest( in ComponentTunnelRequest() function in OHOS::Codec::CodecAdapter::ComponentNode
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp178 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uin… in ComponentTunnelRequest() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp390 BENCHMARK_F(CodecBenchmarkOmxTest, ComponentTunnelRequest)(benchmark::State &state) in BENCHMARK_F() argument