Home
last modified time | relevance | path

Searched refs:pInputPort (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_Vdec.c213 ROCKCHIP_OMX_BASEPORT *pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; in Rkvpu_OMX_CheckIsNeedFastmode() local
217 && pInputPort->portDefinition.format.video.nFrameWidth > 1920 // 1920:Resolution size in Rkvpu_OMX_CheckIsNeedFastmode()
218 && pInputPort->portDefinition.format.video.nFrameHeight > 1080) { // 1080:Resolution size in Rkvpu_OMX_CheckIsNeedFastmode()
223 pInputPort->portDefinition.format.video.nFrameWidth, in Rkvpu_OMX_CheckIsNeedFastmode()
224 pInputPort->portDefinition.format.video.nFrameHeight); in Rkvpu_OMX_CheckIsNeedFastmode()
555 ROCKCHIP_OMX_BASEPORT *pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; in Rkvpu_Post_OutputFrame() local
669 if ((pInputPort->portDefinition.format.video.nFrameWidth != pframe->DisplayWidth) in Rkvpu_Post_OutputFrame()
670 || (pInputPort->portDefinition.format.video.nFrameHeight != pframe->DisplayHeight) in Rkvpu_Post_OutputFrame()
671 || (pInputPort->portDefinition.format.video.nSliceHeight != pframe->FrameHeight) in Rkvpu_Post_OutputFrame()
672 || (pInputPort in Rkvpu_Post_OutputFrame()
1733 ROCKCHIP_OMX_BASEPORT *pInputPort = NULL; Rockchip_OMX_ComponentDeInit() local
[all...]
H A DRkvpu_OMX_VdecControl.c601 ROCKCHIP_OMX_BASEPORT *pInputPort = NULL; in Rkvpu_OMX_BufferFlush() local
622 pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; in Rkvpu_OMX_BufferFlush()
644 Rockchip_OSAL_MutexLock(pInputPort->secureBufferMutex); in Rkvpu_OMX_BufferFlush()
646 Rockchip_OSAL_MutexUnlock(pInputPort->secureBufferMutex); in Rkvpu_OMX_BufferFlush()
652 Rockchip_OSAL_MutexLock(pInputPort->secureBufferMutex); in Rkvpu_OMX_BufferFlush()
654 int securebufferNum = Rockchip_OSAL_GetElemNum(&pInputPort->securebufferQ); in Rkvpu_OMX_BufferFlush()
658 (ROCKCHIP_OMX_DATABUFFER *)Rockchip_OSAL_Dequeue(&pInputPort->securebufferQ); in Rkvpu_OMX_BufferFlush()
661 securebufferNum = Rockchip_OSAL_GetElemNum(&pInputPort->securebufferQ); in Rkvpu_OMX_BufferFlush()
665 Rockchip_OSAL_MutexUnlock(pInputPort->secureBufferMutex); in Rkvpu_OMX_BufferFlush()
712 ROCKCHIP_OMX_BASEPORT *pInputPort in Rkvpu_ResolutionUpdate() local
1525 ROCKCHIP_OMX_BASEPORT *pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; Rkvpu_OMX_GetParameter() local
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.cpp634 ROCKCHIP_OMX_BASEPORT *pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; in Get_Video_HorAlign() local
672 pInputPort->portDefinition.format.video.xFramerate, in Get_Video_HorAlign()
682 pInputPort->portDefinition.format.video.xFramerate, in Get_Video_HorAlign()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_VencControl.c667 ROCKCHIP_OMX_BASEPORT *pInputPort = &pRockchipComponent->pRockchipPort[INPUT_PORT_INDEX]; in Rkvpu_ResolutionUpdate() local
673 Rkvpu_PortFormatSet(&pInputPort->portDefinition, &pInputPort->newPortDefinition); in Rkvpu_ResolutionUpdate()

Completed in 8 milliseconds