Searched refs:Get_Video_HorAlign (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_OHOS.h | 107 OMX_U32 Get_Video_HorAlign(OMX_VIDEO_CODINGTYPE codecId, OMX_U32 width, OMX_U32 height, OMX_U32 codecprofile);
|
H A D | Rockchip_OSAL_OHOS.cpp | 62 OMX_U32 Get_Video_HorAlign(OMX_VIDEO_CODINGTYPE codecId, OMX_U32 width, OMX_U32 height, OMX_U32 codecProfile) in Get_Video_HorAlign() function 549 OMX_U32 hor_stride = Get_Video_HorAlign(pVideoDec->codecId, in Get_Video_HorAlign()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 798 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 899 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 958 OMX_U32 horStride = Get_Video_HorAlign(pVideoDec->codecId, pframe->DisplayWidth, in Rkvpu_Frame2Outbuf() 2477 nStride = Get_Video_HorAlign(pVideoDec->codecId, nFrameWidth, nFrameHeight, pVideoDec->codecProfile); in Rkvpu_UpdatePortDefinition()
|
H A D | Rkvpu_OMX_Vdec.c | 927 OMX_U32 horStride = Get_Video_HorAlign(pVideoDec->codecId, pframe.DisplayWidth, in Rkvpu_Post_OutputFrame()
|
Completed in 8 milliseconds