Home
last modified time | relevance | path

Searched refs:mWidth (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c794 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 Dhdi_layer.h45 return mWidth; in GetWight()
64 int32_t mWidth = 0; member
H A Dhdi_layer.cpp28 : 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 Dhdi_layer.h45 return mWidth; in GetWight()
64 int32_t mWidth = 0; member
H A Dhdi_layer.cpp28 : 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 Dhdi_layer.h50 return mWidth; in GetWidth()
71 int32_t mWidth = 0; member
H A Dhdi_layer.cpp27 : 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 Dhdi_layer.h46 return mWidth; in GetWight()
65 int32_t mWidth = 0; member
H A Dhdi_layer.cpp39 : 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 Dhdi_layer.h46 return mWidth; in GetWight()
65 int32_t mWidth = 0; member
H A Dhdi_layer.cpp39 : 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 Dhdi_layer.h46 return mWidth; in GetWight()
65 int32_t mWidth = 0; member
H A Dhdi_layer.cpp39 : 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 DRockchip_OSAL_RGA_Process.h43 void rga_nv122rgb(RockchipVideoPlane *planes, VPUMemLinear_t *vpumem, uint32_t mWidth,

Completed in 8 milliseconds