/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccomponenttunnelrequestomx_fuzzer/ |
H A D | codeccomponenttunnelrequest_fuzzer.cpp | 26 struct OMX_TUNNELSETUPTYPE tunnelSetup; member 51 params.tunneledPort, &(params.tunnelSetup)); in CodecComponentTunnelRequest()
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/ |
H A D | codeccomponenttunnelrequest_fuzzer.cpp | 26 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 D | codec_component_type_stub.c | 402 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 D | codec_adapter.cpp | 175 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 D | codec_component_type_service.c | 149 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 D | codec_component_type_proxy.c | 442 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 D | codec_adapter_interface.h | 70 struct OMX_TUNNELSETUPTYPE *tunnelSetup);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 218 * @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 D | component_node.h | 57 struct OMX_TUNNELSETUPTYPE *tunnelSetup);
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 396 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 D | component_node.h | 54 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType &tunnelSetup);
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 453 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 D | component_node.cpp | 179 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 D | component_node.cpp | 289 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 D | codec_hdi_omx_test.cpp | 609 OMX_TUNNELSETUPTYPE tunnelSetup; in HWTEST_F() local 610 tunnelSetup.eSupplier = OMX_BufferSupplyInput; in HWTEST_F() 613 tunneledComp, tunneledPort, &tunnelSetup); in HWTEST_F()
|