Searched refs:codecProfile (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
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() argument 66 if (codecProfile == CODEC_HEVC_PROFILE_MAIN10 || codecProfile == CODEC_HEVC_PROFILE_MAIN10_HDR10) { in Get_Video_HorAlign() 81 if (codecProfile == OMX_VIDEO_AVCProfileHigh10 && codecId == OMX_VIDEO_CodingAVC) { in Get_Video_HorAlign() 94 if (codecProfile == OMX_VIDEO_AVCProfileHigh10) { in Get_Video_HorAlign() 107 OMX_U32 Get_Video_VerAlign(OMX_VIDEO_CODINGTYPE codecId, OMX_U32 height, OMX_U32 codecProfile) in Get_Video_HorAlign() argument 111 if (codecProfile == CODEC_HEVC_PROFILE_MAIN10 || codecProfile == CODEC_HEVC_PROFILE_MAIN10_HDR10) in Get_Video_HorAlign() 551 pRockchipPort->portDefinition.format.video.nFrameHeight, pVideoDec->codecProfile); in Get_Video_HorAlign() 554 pRockchipPort->portDefinition.format.video.nFrameHeight, pVideoDec->codecProfile); in Get_Video_HorAlign() [all...] |
/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() 799 mSliceHeight = Get_Video_VerAlign(pVideoDec->codecId, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 899 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 900 mSliceHeight = Get_Video_VerAlign(pVideoDec->codecId, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 954 if ((pVideoDec->codecProfile == OMX_VIDEO_AVCProfileHigh10 && pVideoDec->codecId == OMX_VIDEO_CodingAVC) in Rkvpu_Frame2Outbuf() 955 || ((pVideoDec->codecProfile == CODEC_HEVC_PROFILE_MAIN10 || in Rkvpu_Frame2Outbuf() 956 pVideoDec->codecProfile == CODEC_HEVC_PROFILE_MAIN10_HDR10) in Rkvpu_Frame2Outbuf() 959 pframe->DisplayHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 960 OMX_U32 verStride = Get_Video_VerAlign(pVideoDec->codecId, pframe->DisplayHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 1542 = Get_Video_VerAlign(pVideoDec->codecId, height + 4, pVideoDec->codecProfile); in Rkvpu_OMX_GetParameter() [all...] |
H A D | Rkvpu_OMX_Vdec.h | 71 OMX_U32 codecProfile; member
|
H A D | Rkvpu_OMX_Vdec.c | 922 if ((pVideoDec->codecProfile == OMX_VIDEO_AVCProfileHigh10 && in Rkvpu_Post_OutputFrame() 924 || ((pVideoDec->codecProfile == CODEC_HEVC_PROFILE_MAIN10 || in Rkvpu_Post_OutputFrame() 925 pVideoDec->codecProfile == CODEC_HEVC_PROFILE_MAIN10_HDR10) in Rkvpu_Post_OutputFrame() 928 pframe.DisplayHeight, pVideoDec->codecProfile); in Rkvpu_Post_OutputFrame() 930 pVideoDec->codecProfile); in Rkvpu_Post_OutputFrame() 1472 pVideoDec->codecProfile = 0; in Rockchip_OMX_ComponentConstructor()
|
Completed in 8 milliseconds