Searched refs:INDEX_OUTPUT (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_dec_test.cpp | 106 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::INDEX_OUTPUT); 133 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 135 err = func_->UseHandleBuffer(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, param.nBufferSize); in HWTEST_F() 155 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
|
H A D | codec_hdi_omx_enc_test.cpp | 106 const static uint32_t outputIndex = static_cast<uint32_t>(PortIndex::INDEX_OUTPUT); 443 func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 445 auto err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, in HWTEST_F() 448 err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_OUTPUT, 1, param.nBufferSize); in HWTEST_F() 450 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F() 476 ret = func_->GetPortParameter(g_component, PortIndex::INDEX_OUTPUT, param); in HWTEST_F() 478 err = func_->UseBufferOnPort(g_component, PortIndex::INDEX_OUTPUT, param.nBufferCountActual, param.nBufferSize); in HWTEST_F() 499 err = func_->FreeBufferOnPort(g_component, PortIndex::INDEX_OUTPUT); in HWTEST_F()
|
H A D | codec_function_utils.h | 54 enum class PortIndex { INDEX_INPUT = 0, INDEX_OUTPUT = 1 };
member in OHOS::HDI::Codec::V3_0::PortIndex
|
H A D | codec_function_utils.cpp | 272 if (port == PortIndex::INDEX_OUTPUT) {
in FreeBufferOnPort()
|
Completed in 5 milliseconds