/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 794 OMX_U32 mWidth = pOutputPort->portDefinition.format.video.nFrameWidth; in Rkvpu_Frame2Outbuf() local 798 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 843 rect.width = mWidth; in Rkvpu_Frame2Outbuf() 855 OMX_U32 mWidth = pOutputPort->portDefinition.format.video.nFrameWidth; 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() 892 OMX_U32 mWidth = pOutputPort->portDefinition.format.video.nFrameWidth; in Rkvpu_Frame2Outbuf() local 899 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf() 903 Rockchip_OSAL_LockANB(pOutputBuffer->pBuffer, mWidth, mHeight, omx_format, &vplanes); in Rkvpu_Frame2Outbuf() 909 pOutputBuffer->nFilledLen = mWidth * mHeigh in Rkvpu_Frame2Outbuf() 937 OMX_U32 mWidth = (pOutputPort->portDefinition.format.video.nFrameWidth); Rkvpu_Frame2Outbuf() local [all...] |
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 45 return mWidth; in GetWight() 64 int32_t mWidth = 0; member
|
H A D | hdi_layer.cpp | 28 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), in HdiLayerBuffer() 55 mWidth = right.width; in operator =()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 45 return mWidth; in GetWight() 64 int32_t mWidth = 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() 54 mWidth = right.width; in operator =()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.h | 50 return mWidth;
in GetWidth() 71 int32_t mWidth = 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() 53 mWidth = right.width;
in operator =()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 46 return mWidth; in GetWight() 65 int32_t mWidth = 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() 65 mWidth = right.width; in operator =()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 46 return mWidth; in GetWight() 65 int32_t mWidth = 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() 65 mWidth = right.width; in operator =()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 46 return mWidth;
in GetWight() 65 int32_t mWidth = 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() 65 mWidth = right.width;
in operator =()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.h | 43 void rga_nv122rgb(RockchipVideoPlane *planes, VPUMemLinear_t *vpumem, uint32_t mWidth,
|