Home
last modified time | relevance | path

Searched refs:FreeBufferOnPort (Results 1 - 5 of 5) sorted by relevance

/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp171 bool FreeBufferOnPort(enum PortIndex portIndex) in FreeBufferOnPort() function in __anon459::CodecHdiOmxTest::PortIndex
891 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F()
922 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F()
942 ret = FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F()
978 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F()
997 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F()
1016 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F()
1136 FreeBufferOnPort(PortIndex::PORT_INDEX_INPUT); in HWTEST_F()
1137 FreeBufferOnPort(PortIndex::PORT_INDEX_OUTPUT); in HWTEST_F()
1289 ret = FreeBufferOnPort(PortInde in HWTEST_F()
[all...]
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_hdi_omx_dec_test.cpp153 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F()
155 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
H A Dcodec_hdi_omx_enc_test.cpp425 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F()
450 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
497 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_INPUT); in HWTEST_F()
499 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
H A Dcodec_function_utils.h143 bool FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port);
H A Dcodec_function_utils.cpp268 bool FunctionUtil::FreeBufferOnPort(sptr<ICodecComponent> component, enum PortIndex port) in FreeBufferOnPort() function in FunctionUtil

Completed in 5 milliseconds