Searched refs:FreeBufferOnPort (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 607 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 645 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F() 681 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 701 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F() 741 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 743 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F() 785 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 787 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F() 829 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 831 err = func_->FreeBufferOnPort(g_componen in HWTEST_F() [all...] |
H A D | codec_hdi_omx_dec_test.cpp | 147 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F() 149 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
|
H A D | codec_function_utils.h | 143 bool FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port);
|
H A D | codec_function_utils.cpp | 267 bool FunctionUtil::FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port)
in FreeBufferOnPort() function in FunctionUtil
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 175 bool FreeBufferOnPort(enum PortIndex portIndex) in FreeBufferOnPort() function in __anon680::CodecHdiOmxTest::PortIndex 756 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F() 783 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F() 801 ret = FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F() 833 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F() 850 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F() 866 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F() 1002 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F() 1003 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F() 1122 ret = FreeBufferOnPort(PortInde in HWTEST_F() [all...] |
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 177 bool FreeBufferOnPort(enum PortIndex port) in FreeBufferOnPort() function in __anon658::CodecBenchmarkOmxTest::PortIndex
|
Completed in 7 milliseconds