/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 41 return mHeight; in GetHeight() 63 int32_t mHeight = 0; member
|
H A D | hdi_layer.cpp | 28 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), in HdiLayerBuffer() 56 mHeight = right.height; in operator =()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 41 return mHeight; in GetHeight() 63 int32_t mHeight = 0; member
|
H A D | hdi_layer.cpp | 28 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer() 55 mHeight = right.height; in operator =()
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 795 OMX_U32 mHeight = pOutputPort->portDefinition.format.video.nFrameHeight; in Rkvpu_Frame2Outbuf() local 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() 844 rect.height = mHeight; in Rkvpu_Frame2Outbuf() 856 OMX_U32 mHeight = pOutputPort->portDefinition.format.video.nFrameHeight; in Rkvpu_Frame2Outbuf() local 878 Rockchip_OSAL_LockANB(pGrallocHandle, mWidth, mHeight, omx_format, &vplanes); in Rkvpu_Frame2Outbuf() 880 rga_nv122rgb(&vplanes, &pframe->vpumem, mWidth, mHeight, pixel_format, pVideoDec->rga_ctx); in Rkvpu_Frame2Outbuf() 893 OMX_U32 mHeight = pOutputPort->portDefinition.format.video.nFrameHeight; in Rkvpu_Frame2Outbuf() local 899 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 900 mSliceHeight = Get_Video_VerAlign(pVideoDec->codecId, mHeight, pVideoDe in Rkvpu_Frame2Outbuf() 938 OMX_U32 mHeight = (pOutputPort->portDefinition.format.video.nFrameHeight); Rkvpu_Frame2Outbuf() local [all...] |
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.h | 46 return mHeight;
in GetHeight() 70 int32_t mHeight = 0;
member
|
H A D | hdi_layer.cpp | 27 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format)
in HdiLayerBuffer() 54 mHeight = right.height;
in operator =()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 42 return mHeight; in GetHeight() 64 int32_t mHeight = 0; member
|
H A D | hdi_layer.cpp | 39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer() 66 mHeight = right.height; in operator =()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 42 return mHeight; in GetHeight() 64 int32_t mHeight = 0; member
|
H A D | hdi_layer.cpp | 39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer() 66 mHeight = right.height; in operator =()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 42 return mHeight;
in GetHeight() 64 int32_t mHeight = 0;
member
|
H A D | hdi_layer.cpp | 39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format)
in HdiLayerBuffer() 66 mHeight = right.height;
in operator =()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.h | 44 uint32_t mHeight, int dst_format, void *rga_ctx);
|