Home
last modified time | relevance | path

Searched refs:nPortIndex (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.h47 OMX_IN OMX_U32 nPortIndex,
55 OMX_IN OMX_U32 nPortIndex,
61 OMX_IN OMX_U32 nPortIndex,
66 OMX_U32 nPortIndex);
70 OMX_U32 nPortIndex);
111 OMX_ERRORTYPE Rkvpu_OMX_BufferFlush(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent);
131 const OMX_U32 nPortIndex);
136 const OMX_U32 nPortIndex);
H A DRkvpu_OMX_VdecControl.c130 OMX_INOUT OMX_BUFFERHEADERTYPE **ppBufferHdr, OMX_IN OMX_U32 nPortIndex, in Rkvpu_OMX_UseBuffer()
161 pRockchipPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_OMX_UseBuffer()
162 if (nPortIndex >= pRockchipComponent->portParam.nPorts) { in Rkvpu_OMX_UseBuffer()
163 omx_err_f("nPortIndex is %d", nPortIndex); in Rkvpu_OMX_UseBuffer()
197 if (nPortIndex == INPUT_PORT_INDEX) in Rkvpu_OMX_UseBuffer()
205 nPortIndex == INPUT_PORT_INDEX ? "input" : "output", in Rkvpu_OMX_UseBuffer()
231 OMX_INOUT OMX_BUFFERHEADERTYPE **ppBuffer, OMX_IN OMX_U32 nPortIndex, in Rkvpu_OMX_AllocateBuffer()
263 pRockchipPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_OMX_AllocateBuffer()
264 if (nPortIndex > in Rkvpu_OMX_AllocateBuffer()
129 Rkvpu_OMX_UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE **ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8 *pBuffer) Rkvpu_OMX_UseBuffer() argument
230 Rkvpu_OMX_AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE **ppBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) Rkvpu_OMX_AllocateBuffer() argument
344 Rkvpu_OMX_FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE *pBufferHdr) Rkvpu_OMX_FreeBuffer() argument
434 Rkvpu_OMX_AllocateTunnelBuffer(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex) Rkvpu_OMX_AllocateTunnelBuffer() argument
446 Rkvpu_OMX_FreeTunnelBuffer(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex) Rkvpu_OMX_FreeTunnelBuffer() argument
594 Rkvpu_OMX_BufferFlush(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent) Rkvpu_OMX_BufferFlush() argument
2414 Rkvpu_UpdatePortDefinition( OMX_HANDLETYPE hComponent, const OMX_PARAM_PORTDEFINITIONTYPE *pPortDefinition, const OMX_U32 nPortIndex) Rkvpu_UpdatePortDefinition() argument
2614 Rkvpu_CheckPortDefinition( const OMX_PARAM_PORTDEFINITIONTYPE *pNewPortDefinition, const OMX_PARAM_PORTDEFINITIONTYPE *pPortDefinition, const OMX_U32 nPortIndex) Rkvpu_CheckPortDefinition() argument
[all...]
H A DRkvpu_OMX_Vdec.h129 OMX_BOOL Rkvpu_Check_BufferProcess_State(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex);
H A DRkvpu_OMX_Vdec.c192 OMX_BOOL Rkvpu_Check_BufferProcess_State(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex) in Rkvpu_Check_BufferProcess_State() argument
197 (pRockchipComponent->pRockchipPort[nPortIndex].portState == OMX_StateIdle) && in Rkvpu_Check_BufferProcess_State()
333 void Rkvpu_Wait_ProcessPause(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex) in Rkvpu_Wait_ProcessPause() argument
343 rockchipOMXPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_Wait_ProcessPause()
351 Rockchip_OSAL_SignalWait(pRockchipComponent->pRockchipPort[nPortIndex].pauseEvent, DEF_MAX_WAIT_TIME); in Rkvpu_Wait_ProcessPause()
352 Rockchip_OSAL_SignalReset(pRockchipComponent->pRockchipPort[nPortIndex].pauseEvent); in Rkvpu_Wait_ProcessPause()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_VencControl.h47 OMX_IN OMX_U32 nPortIndex,
55 OMX_IN OMX_U32 nPortIndex,
61 OMX_IN OMX_U32 nPortIndex,
66 OMX_U32 nPortIndex);
70 OMX_U32 nPortIndex);
111 OMX_ERRORTYPE Rkvpu_OMX_BufferFlush(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent);
H A DRkvpu_OMX_VencControl.c140 OMX_ERRORTYPE Rkvpu_OMX_FreeTunnelBuffer(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex) in Rkvpu_OMX_FreeTunnelBuffer() argument
150 OMX_ERRORTYPE Rkvpu_OMX_AllocateTunnelBuffer(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex) in Rkvpu_OMX_AllocateTunnelBuffer() argument
161 OMX_INOUT OMX_BUFFERHEADERTYPE **ppBufferHdr, OMX_IN OMX_U32 nPortIndex, in Rkvpu_OMX_UseBuffer()
191 pRockchipPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_OMX_UseBuffer()
192 if (nPortIndex >= pRockchipComponent->portParam.nPorts) { in Rkvpu_OMX_UseBuffer()
193 omx_err_f("nPortIndex is %d", nPortIndex); in Rkvpu_OMX_UseBuffer()
225 if (nPortIndex == INPUT_PORT_INDEX) { in Rkvpu_OMX_UseBuffer()
250 OMX_INOUT OMX_BUFFERHEADERTYPE **ppBuffer, OMX_IN OMX_U32 nPortIndex, in Rkvpu_OMX_AllocateBuffer()
284 pRockchipPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_OMX_AllocateBuffer()
160 Rkvpu_OMX_UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE **ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8 *pBuffer) Rkvpu_OMX_UseBuffer() argument
249 Rkvpu_OMX_AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE **ppBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) Rkvpu_OMX_AllocateBuffer() argument
346 Rkvpu_OMX_FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE *pBufferHdr) Rkvpu_OMX_FreeBuffer() argument
546 Rkvpu_OMX_BufferFlush(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent) Rkvpu_OMX_BufferFlush() argument
[all...]
H A DRkvpu_OMX_Venc.h153 OMX_BOOL Rkvpu_Check_BufferProcess_State(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex);
H A DRkvpu_OMX_Venc.c171 OMX_BOOL Rkvpu_Check_BufferProcess_State(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex) in Rkvpu_Check_BufferProcess_State() argument
176 (pRockchipComponent->pRockchipPort[nPortIndex].portState == OMX_StateIdle) && in Rkvpu_Check_BufferProcess_State()
241 void Rkvpu_Wait_ProcessPause(ROCKCHIP_OMX_BASECOMPONENT *pRockchipComponent, OMX_U32 nPortIndex) in Rkvpu_Wait_ProcessPause() argument
253 rockchipOMXPort = &pRockchipComponent->pRockchipPort[nPortIndex]; in Rkvpu_Wait_ProcessPause()
261 Rockchip_OSAL_SignalWait(pRockchipComponent->pRockchipPort[nPortIndex].pauseEvent, DEF_MAX_WAIT_TIME); in Rkvpu_Wait_ProcessPause()
262 Rockchip_OSAL_SignalReset(pRockchipComponent->pRockchipPort[nPortIndex].pauseEvent); in Rkvpu_Wait_ProcessPause()
1877 pVideoEnc->AVCComponent[i].nPortIndex = i; in Rockchip_OMX_ComponentConstructor()
/device/soc/rockchip/rk3568/hardware/omx_il/include/rockchip/
H A DRockchip_OMX_Def.h156 OMX_U32 nPortIndex; member
193 OMX_U32 nPortIndex; member
200 OMX_U32 nPortIndex; member
207 OMX_U32 nPortIndex; member
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
H A DRockchip_OMX_Baseport.h194 OMX_ERRORTYPE Rockchip_OMX_PortEnableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
195 OMX_ERRORTYPE Rockchip_OMX_PortDisableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
196 OMX_ERRORTYPE Rockchip_OMX_BufferFlushProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent);
H A DRockchip_OMX_Basecomponent.h108 OMX_ERRORTYPE (*rockchip_AllocateTunnelBuffer)(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex);
109 OMX_ERRORTYPE (*rockchip_FreeTunnelBuffer)(ROCKCHIP_OMX_BASEPORT *pOMXBasePort, OMX_U32 nPortIndex);
112 OMX_ERRORTYPE (*rockchip_BufferFlush)(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent);
H A DRockchip_OMX_Baseport.c112 OMX_ERRORTYPE Rockchip_OMX_BufferFlushProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent) in Rockchip_OMX_BufferFlushProcess() argument
136 cnt = (nPortIndex == ALL_PORT_INDEX) ? ALL_PORT_NUM : 1; in Rockchip_OMX_BufferFlushProcess()
139 if (nPortIndex == ALL_PORT_INDEX) in Rockchip_OMX_BufferFlushProcess()
142 portIndex = nPortIndex; in Rockchip_OMX_BufferFlushProcess()
197 OMX_ERRORTYPE Rockchip_OMX_PortEnableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex) in Rockchip_OMX_PortEnableProcess() argument
221 cnt = (nPortIndex == ALL_PORT_INDEX) ? ALL_PORT_NUM : 1; in Rockchip_OMX_PortEnableProcess()
224 if (nPortIndex == ALL_PORT_INDEX) in Rockchip_OMX_PortEnableProcess()
227 portIndex = nPortIndex; in Rockchip_OMX_PortEnableProcess()
299 OMX_ERRORTYPE Rockchip_OMX_PortDisableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex) in Rockchip_OMX_PortDisableProcess() argument
323 cnt = (nPortIndex in Rockchip_OMX_PortDisableProcess()
[all...]
H A DRockchip_OMX_Basecomponent.c1029 OMX_U32 portIndex = portDefinition->nPortIndex; in Rockchip_OMX_GetParameter()
1059 OMX_U32 portIndex = bufferSupplier->nPortIndex; in Rockchip_OMX_GetParameter()
1171 OMX_U32 portIndex = portDefinition->nPortIndex; in Rockchip_OMX_SetParameter()
1220 OMX_U32 portIndex = bufferSupplier->nPortIndex; in Rockchip_OMX_SetParameter()
1254 bufferSupplier->nPortIndex = pRockchipPort->tunneledPort; in Rockchip_OMX_SetParameter()
1262 bufferSupplier->nPortIndex = pRockchipPort->tunneledPort; in Rockchip_OMX_SetParameter()
1504 OMX_IN OMX_U32 nPortIndex, in Rockchip_OMX_UseEGLImage()
1510 (void)nPortIndex; in Rockchip_OMX_UseEGLImage()
1501 Rockchip_OMX_UseEGLImage( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE **ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN void *eglImage) Rockchip_OMX_UseEGLImage() argument
/device/soc/rockchip/rk3568/hardware/omx_il/include/khronos/
H A DVideoExt.h83 OMX_U32 nPortIndex; // IN member
132 OMX_U32 nPortIndex; member

Completed in 22 milliseconds