Home
last modified time | relevance | path

Searched refs:tunnelSetup (Results 1 - 15 of 15) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp26 struct OMX_TUNNELSETUPTYPE tunnelSetup; member
51 params.tunneledPort, &(params.tunnelSetup)); in CodecComponentTunnelRequest()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/
H A Dcodeccomponenttunnelrequest_fuzzer.cpp26 struct OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; member
54 const struct OHOS::HDI::Codec::V3_0::CodecTunnelSetupType inTunnelSetup = params.tunnelSetup; in CodecComponentTunnelRequest()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_stub.c402 struct OMX_TUNNELSETUPTYPE tunnelSetup; in SerStubComponentTunnelRequest() local
419 if (!OMX_TUNNELSETUPTYPEBlockUnmarshalling(data, &tunnelSetup)) { in SerStubComponentTunnelRequest()
420 CODEC_LOGE("read tunnelSetup failed!"); in SerStubComponentTunnelRequest()
424 ret = serviceImpl->ComponentTunnelRequest(serviceImpl, port, tunneledComp, tunneledPort, &tunnelSetup); in SerStubComponentTunnelRequest()
430 if (!OMX_TUNNELSETUPTYPEBlockMarshalling(reply, &tunnelSetup)) { in SerStubComponentTunnelRequest()
431 CODEC_LOGE("write tunnelSetup failed!"); in SerStubComponentTunnelRequest()
H A Dcodec_adapter.cpp175 struct OMX_TUNNELSETUPTYPE *tunnelSetup) in OmxAdapterComponentTunnelRequest()
177 if (codecNode == nullptr || codecNode->node == nullptr || tunnelSetup == nullptr) { in OmxAdapterComponentTunnelRequest()
178 CODEC_LOGE("codecNode, node or tunnelSetup is null"); in OmxAdapterComponentTunnelRequest()
181 return codecNode->node->ComponentTunnelRequest(port, omxHandleTypeTunneledComp, tunneledPort, tunnelSetup); in OmxAdapterComponentTunnelRequest()
173 OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) OmxAdapterComponentTunnelRequest() argument
H A Dcodec_component_type_service.c149 struct OMX_TUNNELSETUPTYPE *tunnelSetup) in CodecComponentTypeComponentTunnelRequest()
158 return OmxAdapterComponentTunnelRequest(service->codecNode, port, tunneledComp, tunneledPort, tunnelSetup); in CodecComponentTypeComponentTunnelRequest()
147 CodecComponentTypeComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) CodecComponentTypeComponentTunnelRequest() argument
H A Dcodec_component_type_proxy.c442 uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) in CodecComponentTypeProxyComponentTunnelRequest()
478 if (!OMX_TUNNELSETUPTYPEBlockMarshalling(data, tunnelSetup)) { in CodecComponentTypeProxyComponentTunnelRequest()
479 CODEC_LOGE("write tunnelSetup failed!"); in CodecComponentTypeProxyComponentTunnelRequest()
491 if (!OMX_TUNNELSETUPTYPEBlockUnmarshalling(reply, tunnelSetup)) { in CodecComponentTypeProxyComponentTunnelRequest()
492 CODEC_LOGE("read tunnelSetup failed!"); in CodecComponentTypeProxyComponentTunnelRequest()
441 CodecComponentTypeProxyComponentTunnelRequest(struct CodecComponentType *self, uint32_t port, int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) CodecComponentTypeProxyComponentTunnelRequest() argument
/drivers/peripheral/codec/hal/include/
H A Dcodec_adapter_interface.h70 struct OMX_TUNNELSETUPTYPE *tunnelSetup);
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h218 * @param tunnelSetup Indicates the pointer to the tunnel structure set. For details,
227 int32_t tunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h57 struct OMX_TUNNELSETUPTYPE *tunnelSetup);
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp396 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; in BENCHMARK_F() local
397 tunnelSetup.supplier = OHOS::HDI::Codec::V3_0::CODEC_BUFFER_SUPPLY_INPUT; in BENCHMARK_F()
400 tunnelSetup, tunnelSetup); in BENCHMARK_F()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h54 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType &tunnelSetup);
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp453 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; in HWTEST_F() local
454 tunnelSetup.supplier = OHOS::HDI::Codec::V3_0::CODEC_BUFFER_SUPPLY_INPUT; in HWTEST_F()
457 tunnelSetup, tunnelSetup); in HWTEST_F()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp179 struct OMX_TUNNELSETUPTYPE *tunnelSetup) in ComponentTunnelRequest()
192 tunneledPort, tunnelSetup); in ComponentTunnelRequest()
178 ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) ComponentTunnelRequest() argument
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp289 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType &tunnelSetup) in ComponentTunnelRequest()
299 tunneledPort, reinterpret_cast<OMX_TUNNELSETUPTYPE *>(&tunnelSetup)); in ComponentTunnelRequest()
288 ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, OHOS::HDI::Codec::V3_0::CodecTunnelSetupType &tunnelSetup) ComponentTunnelRequest() argument
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp609 OMX_TUNNELSETUPTYPE tunnelSetup; in HWTEST_F() local
610 tunnelSetup.eSupplier = OMX_BufferSupplyInput; in HWTEST_F()
613 tunneledComp, tunneledPort, &tunnelSetup); in HWTEST_F()

Completed in 19 milliseconds