Searched refs:tunnelSetup (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 897 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; in HWTEST_F() local 898 tunnelSetup.supplier = OHOS::HDI::Codec::V3_0::CODEC_BUFFER_SUPPLY_INPUT; in HWTEST_F() 900 ret = g_component->ComponentTunnelRequest(OUTPUT_INDEX, tunneledComp, tunneledPort, tunnelSetup, tunnelSetup); in HWTEST_F() 917 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; in HWTEST_F() local 918 tunnelSetup.supplier = OHOS::HDI::Codec::V3_0::CODEC_BUFFER_SUPPLY_INPUT; in HWTEST_F() 920 ret = g_component->ComponentTunnelRequest(INPUT_INDEX, tunneledComp, tunneledPort, tunnelSetup, tunnelSetup); in HWTEST_F() 937 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; in HWTEST_F() local 938 tunnelSetup in HWTEST_F() 957 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 977 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 997 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1017 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1037 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1057 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1078 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1099 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1120 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1140 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1161 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1182 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1203 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local 1223 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup; HWTEST_F() local [all...] |
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 283 OHOS::HDI::Codec::V3_0::CodecTunnelSetupType tunnelSetup;
in BENCHMARK_F() local 284 tunnelSetup.supplier = OHOS::HDI::Codec::V3_0::CODEC_BUFFER_SUPPLY_INPUT;
in BENCHMARK_F() 287 tunnelSetup, tunnelSetup);
in BENCHMARK_F()
|
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 712 OMX_TUNNELSETUPTYPE tunnelSetup; in HWTEST_F() local 713 tunnelSetup.eSupplier = OMX_BufferSupplyInput; in HWTEST_F() 716 tunneledPort, &tunnelSetup); in HWTEST_F()
|
Completed in 7 milliseconds