Home
last modified time | relevance | path

Searched refs:DisplayHeight (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_Vdec.c634 if (pframe->DisplayWidth > 8192 || pframe->DisplayHeight > 4096) { // 8192:width, 4096:height in Rkvpu_Post_OutputFrame()
670 || (pInputPort->portDefinition.format.video.nFrameHeight != pframe->DisplayHeight) in Rkvpu_Post_OutputFrame()
680 pOutputPort->newCropRectangle.nHeight = pframe->DisplayHeight; in Rkvpu_Post_OutputFrame()
685 pInputPort->newPortDefinition.format.video.nFrameHeight = pframe->DisplayHeight; in Rkvpu_Post_OutputFrame()
745 pframe->DisplayHeight * pframe->DisplayWidth * 3 / 2; // 3:byte alignment, 2:byte alignment in Rkvpu_Post_OutputFrame()
835 if (pframe.DisplayWidth > 8192 || pframe.DisplayHeight > 4096) { // 8192:width, 4096:height in Rkvpu_Post_OutputFrame()
872 pInputPort->portDefinition.format.video.nFrameHeight != pframe.DisplayHeight || in Rkvpu_Post_OutputFrame()
880 pOutputPort->newCropRectangle.nHeight = pframe.DisplayHeight; in Rkvpu_Post_OutputFrame()
885 pInputPort->newPortDefinition.format.video.nFrameHeight = pframe.DisplayHeight; in Rkvpu_Post_OutputFrame()
887 pInputPort->newPortDefinition.format.video.nSliceHeight = pframe.DisplayHeight; in Rkvpu_Post_OutputFrame()
[all...]
H A DRkvpu_OMX_VdecControl.c825 src.height = pframe->DisplayHeight; 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()
975 src.height = pframe->DisplayHeight; in Rkvpu_Frame2Outbuf()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_go_gdev.h161 HI_S32 DisplayHeight; /* member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dvpu_api.h146 unsigned int DisplayHeight; // valid height for display member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dvpu_api.h144 RK_U32 DisplayHeight; // valid height for display member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dvpu_api.h147 RK_U32 DisplayHeight; // valid height for display member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dvpu_api.h146 RK_U32 DisplayHeight; // valid height for display member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp543 vframe->DisplayHeight = (*(mRKMppApi.HdiMppFrameGetHeight))(mframe); in setup_VPU_FRAME_from_mpp_frame()

Completed in 13 milliseconds