Home
last modified time | relevance | path

Searched refs:PORT_INDEX_OUTPUT (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/codec/hdi_omx/
Dcodec_hdi_omx_test.cpp64 enum class PortIndex { PORT_INDEX_INPUT = 0, PORT_INDEX_OUTPUT = 1 }; enumerator
168 if (portIndex == PortIndex::PORT_INDEX_OUTPUT) { in FreeBufferOnPort()
286 pixFormat.portIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
485 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
526 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
541 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
584 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
677 …component_->ComponentTunnelRequest(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, tunneledCom…
727 …auto ret = component_->AllocateBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, &allocBu…
739 …auto ret = component_->AllocateBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, &allocBu…
[all …]
/test/xts/hats/hdf/codec/hdi_adapter/
Dcodec_hdi_adapter_test.cpp58 enum class PortIndex { PORT_INDEX_INPUT = 0, PORT_INDEX_OUTPUT = 1, PORT_INDEX_ERROR_INPUT = 2 }; enumerator
548 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
563 param.nPortIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
619 …component->ComponentTunnelRequest(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, tunneledCom…
668 …int32_t ret = g_component->AllocateBuffer(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, &al…
681 …int32_t ret = g_component->AllocateBuffer(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, &al…
707 …int32_t ret = g_component->AllocateBuffer(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, &al…
755 …auto err = g_component->UseBuffer(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.g…
803 …auto err = g_component->UseBuffer(g_component, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.g…
837 param.nPortIndex = (OMX_U32)PortIndex::PORT_INDEX_OUTPUT;
[all …]