Home
last modified time | relevance | path

Searched refs:tunneledComp (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/hdf/codec/hdi_component_additional/
H A Dcodec_component_test.cpp886 * @tc.desc : When setting the component status to OMX_StateInvalid, input port=OUTPUT_INDEX, tunneledComp=1,
895 const int32_t tunneledComp = 1; in HWTEST_F() local
900 ret = g_component->ComponentTunnelRequest(OUTPUT_INDEX, tunneledComp, tunneledPort, tunnelSetup, tunnelSetup); in HWTEST_F()
906 * @tc.desc : When setting the component status to OMX_StateIdle, input port=INPUT_INDEX, tunneledComp=1002,
915 const int32_t tunneledComp = 1002; in HWTEST_F() local
920 ret = g_component->ComponentTunnelRequest(INPUT_INDEX, tunneledComp, tunneledPort, tunnelSetup, tunnelSetup); in HWTEST_F()
926 * @tc.desc : When setting the component status to OMX_ tatePause, input port=INPUT_INDEX, tunneledComp=1002,
935 const int32_t tunneledComp = 1002; in HWTEST_F() local
940 ret = g_component->ComponentTunnelRequest(INPUT_INDEX, tunneledComp, tunneledPort, tunnelSetup, tunnelSetup); in HWTEST_F()
947 * tunneledComp
955 const int32_t tunneledComp = 1002; HWTEST_F() local
975 const int32_t tunneledComp = 1002; HWTEST_F() local
995 const int32_t tunneledComp = 1002; HWTEST_F() local
1015 const int32_t tunneledComp = 1002; HWTEST_F() local
1035 const int32_t tunneledComp = 1002; HWTEST_F() local
1055 const int32_t tunneledComp = 1002; HWTEST_F() local
1076 const int32_t tunneledComp = 1002; HWTEST_F() local
1097 const int32_t tunneledComp = 1002; HWTEST_F() local
1118 const int32_t tunneledComp = 1002; HWTEST_F() local
1138 const int32_t tunneledComp = 1002; HWTEST_F() local
1159 const int32_t tunneledComp = 1002; HWTEST_F() local
1180 const int32_t tunneledComp = 1002; HWTEST_F() local
1201 const int32_t tunneledComp = 1002; HWTEST_F() local
1221 const int32_t tunneledComp = 1002; HWTEST_F() local
[all...]
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp281 const int32_t tunneledComp = TUNNELECOMP; in BENCHMARK_F() local
286 ret = component_->ComponentTunnelRequest(outputIndex, tunneledComp, tunneledPort, in BENCHMARK_F()
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp710 const int32_t tunneledComp = 1002; in HWTEST_F() local
715 auto ret = component_->ComponentTunnelRequest(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, tunneledComp, in HWTEST_F()

Completed in 7 milliseconds