Home
last modified time | relevance | path

Searched refs:tunneledComp (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp24 int32_t tunneledComp; member
50 … int32_t ret = g_component->ComponentTunnelRequest(g_component, params.port, params.tunneledComp, in CodecComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp24 int32_t tunneledComp; member
57 int32_t ret = g_component->ComponentTunnelRequest(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,…
158 ICodecComponent::ComponentTunnelRequest ([in] unsigned int port, [in] int tunneledComp, [in] unsign…
174 | tunneledComp | 组件的tunnel组件句柄。 |
H A Dinterface_i_codec_component_v20.md42 | [ComponentTunnelRequest](#componenttunnelrequest) ([in] unsigned int port, [in] int tunneledComp,…
158 ICodecComponent::ComponentTunnelRequest ([in] unsigned int port, [in] int tunneledComp, [in] unsign…
174 | tunneledComp | 组件的tunnel组件句柄。 |
/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() argument
148 return node_->ComponentTunnelRequest(port, tunneledComp, tunneledPort, outTunnelSetup); in ComponentTunnelRequest()
H A Dcomponent_node.cpp293 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest() local
298 … err = comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c148 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, in CodecComponentTypeComponentTunnelRequest() argument
158 …return OmxAdapterComponentTunnelRequest(service->codecNode, port, tunneledComp, tunneledPort, tunn… in CodecComponentTypeComponentTunnelRequest()
H A Dcodec_component_type_stub.c400 int32_t tunneledComp = 0; in SerStubComponentTunnelRequest() local
409 if (!HdfSbufReadInt32(data, &tunneledComp)) { in SerStubComponentTunnelRequest()
424 …ret = serviceImpl->ComponentTunnelRequest(serviceImpl, port, tunneledComp, tunneledPort, &tunnelSe… in SerStubComponentTunnelRequest()
H A Dcodec_component_type_proxy.c442 …uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetu… in CodecComponentTypeProxyComponentTunnelRequest() argument
466 if (!HdfSbufWriteInt32(data, tunneledComp)) { in CodecComponentTypeProxyComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h227 int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_proxy.h.txt57 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
104 … static int32_t ComponentTunnelRequest_(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
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 Dcodec_component_proxy.cpp.txt121 …:HDI::Codec::V1_0::CodecComponentProxy::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp,
124 …return OHOS::HDI::Codec::V1_0::CodecComponentProxy::ComponentTunnelRequest_(port, tunneledComp, tu…
488 …HDI::Codec::V1_0::CodecComponentProxy::ComponentTunnelRequest_(uint32_t port, int32_t tunneledComp,
505 if (!codecComponentData.WriteInt32(tunneledComp)) {
506 HDF_LOGE("%{public}s: write tunneledComp failed!", __func__);
H A Dicodec_component.h.txt102 … virtual int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcodec_component_stub.cpp.txt548 int32_t tunneledComp = 0;
549 if (!codecComponentData.ReadInt32(tunneledComp)) {
550 HDF_LOGE("%{public}s: read tunneledComp failed!", __func__);
573 …int32_t codecComponentRet = impl->ComponentTunnelRequest(port, tunneledComp, tunneledPort, inTunne…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_proxy.h.txt57 int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
104 … static int32_t ComponentTunnelRequest_(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
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 Dcodec_component_proxy.cpp.txt121 …:HDI::Codec::V2_0::CodecComponentProxy::ComponentTunnelRequest(uint32_t port, int32_t tunneledComp,
124 …return OHOS::HDI::Codec::V2_0::CodecComponentProxy::ComponentTunnelRequest_(port, tunneledComp, tu…
488 …HDI::Codec::V2_0::CodecComponentProxy::ComponentTunnelRequest_(uint32_t port, int32_t tunneledComp,
505 if (!codecComponentData.WriteInt32(tunneledComp)) {
506 HDF_LOGE("%{public}s: write tunneledComp failed!", __func__);
H A Dicodec_component.h.txt102 … virtual int32_t ComponentTunnelRequest(uint32_t port, int32_t tunneledComp, uint32_t tunneledPort,
H A Dcodec_component_stub.cpp.txt548 int32_t tunneledComp = 0;
549 if (!codecComponentData.ReadInt32(tunneledComp)) {
550 HDF_LOGE("%{public}s: read tunneledComp failed!", __func__);
573 …int32_t codecComponentRet = impl->ComponentTunnelRequest(port, tunneledComp, tunneledPort, inTunne…
/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,
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp190 unsigned long tunneledComp = static_cast<unsigned long>(omxHandleTypeTunneledComp); in ComponentTunnelRequest() local
191 …return comType->ComponentTunnelRequest(comp_, port, reinterpret_cast<OMX_HANDLETYPE>(tunneledComp), in ComponentTunnelRequest()
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp394 const int32_t tunneledComp = TUNNELE_COMP; in BENCHMARK_F() local
399 ret = component_->ComponentTunnelRequest(outputIndex, tunneledComp, tunneledPort, in BENCHMARK_F()

12