Searched refs:GetPortParameter (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_dec_test.cpp | 126 func_->GetPortParameter(g_component, PortIndex::INDEX_INPUT, param); in HWTEST_F() 133 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F()
|
H A D | codec_hdi_omx_enc_test.cpp | 418 func_->GetPortParameter(g_component, PortIndex::INDEX_INPUT, param); in HWTEST_F() 443 func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 471 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_INPUT, param); in HWTEST_F() 476 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F()
|
H A D | codec_function_utils.h | 145 int32_t GetPortParameter(sptr<ICodecComponent> component, PortIndex index, OMX_PARAM_PORTDEFINITIONTYPE ¶m);
|
H A D | codec_function_utils.cpp | 286 int32_t FunctionUtil::GetPortParameter(sptr<ICodecComponent> component, PortIndex index,
in GetPortParameter() function in FunctionUtil
|
Completed in 3 milliseconds