Home
last modified time | relevance | path

Searched refs:ComponentTunnelRequest (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp50 … int32_t ret = g_component->ComponentTunnelRequest(g_component, params.port, params.tunneledComp, in CodecComponentTunnelRequest()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A Dinterface_i_codec_component_v10.md44 | [ComponentTunnelRequest](#componenttunnelrequest) ([in] unsigned int port, [in] int tunneledComp,…
155 ### ComponentTunnelRequest()
158 ICodecComponent::ComponentTunnelRequest ([in] unsigned int port, [in] int tunneledComp, [in] unsign…
H A Dinterface_i_codec_component_v20.md42 | [ComponentTunnelRequest](#componenttunnelrequest) ([in] unsigned int port, [in] int tunneledComp,…
155 ### ComponentTunnelRequest()
158 ICodecComponent::ComponentTunnelRequest ([in] unsigned int port, [in] int tunneledComp, [in] unsign…
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp57 int32_t ret = g_component->ComponentTunnelRequest(params.port, params.tunneledComp, in CodecComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp141 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t… in ComponentTunnelRequest() function in OHOS::HDI::Codec::V3_0::CodecComponentService
148 return node_->ComponentTunnelRequest(port, tunneledComp, tunneledPort, outTunnelSetup); in ComponentTunnelRequest()
H A Dcomponent_node.cpp288 int32_t ComponentNode::ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uin… in ComponentTunnelRequest() function in OHOS::Codec::Omx::ComponentNode
294 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()
298 …auto err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledC… in ComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, member
/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() function in OHOS::Codec::Omx::ComponentNode
186 if (comType->ComponentTunnelRequest == nullptr) { in ComponentTunnelRequest()
191 …return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h42 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcomponent_node.h53 …int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneled…
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp390 BENCHMARK_F(CodecBenchmarkOmxTest, ComponentTunnelRequest)(benchmark::State &state) in BENCHMARK_F() argument
399 ret = component_->ComponentTunnelRequest(outputIndex, tunneledComp, tunneledPort, in BENCHMARK_F()
405 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, ComponentTunnelRequest)->
/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/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_service.cpp.txt68 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t…
H A Dcodec_component_service.h.txt49 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dicodec_component.h.txt102 … virtual int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcodec_component_proxy.h.txt57 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_service.cpp.txt68 int32_t CodecComponentService::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t…
H A Dcodec_component_service.h.txt49 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dicodec_component.h.txt102 … virtual int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcodec_component_proxy.h.txt57 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c288 instance->ComponentTunnelRequest = CodecComponentTypeComponentTunnelRequest; in CodecComponentTypeServiceConstruct()
H A Dcodec_adapter.cpp181 …return codecNode->node->ComponentTunnelRequest(port, omxHandleTypeTunneledComp, tunneledPort, tunn… in OmxAdapterComponentTunnelRequest()
H A Dcodec_component_type_stub.c424 …ret = serviceImpl->ComponentTunnelRequest(serviceImpl, port, tunneledComp, tunneledPort, &tunnelSe… in SerStubComponentTunnelRequest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/
H A Ddump.txt68 [mini, lite, full] ComponentTunnelRequest(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt68 [mini, lite, full] ComponentTunnelRequest(

12