Home
last modified time | relevance | path

Searched refs:mStride (Results 1 - 13 of 13) sorted by relevance

/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_layer.h49 return mStride; in GetStride()
65 int32_t mStride = 0; member
H A Dhdi_layer.cpp28 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), in HdiLayerBuffer()
57 mStride = right.stride; in operator =()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_layer.h49 return mStride; in GetStride()
65 int32_t mStride = 0; member
H A Dhdi_layer.cpp28 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer()
56 mStride = right.stride; in operator =()
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_layer.h54 return mStride; in GetStride()
72 int32_t mStride = 0; member
H A Dhdi_layer.cpp27 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer()
55 mStride = right.stride; in operator =()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.h50 return mStride; in GetStride()
66 int32_t mStride = 0; member
H A Dhdi_layer.cpp39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer()
67 mStride = right.stride; in operator =()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.h50 return mStride; in GetStride()
66 int32_t mStride = 0; member
H A Dhdi_layer.cpp39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer()
67 mStride = right.stride; in operator =()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.h50 return mStride; in GetStride()
66 int32_t mStride = 0; member
H A Dhdi_layer.cpp39 : mPhyAddr(hdl.phyAddr), mHeight(hdl.height), mWidth(hdl.width), mStride(hdl.stride), mFormat(hdl.format) in HdiLayerBuffer()
67 mStride = right.stride; in operator =()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c796 OMX_U32 mStride = 0; in Rkvpu_Frame2Outbuf() local
798 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf()
895 OMX_U32 mStride = 0; in Rkvpu_Frame2Outbuf() local
899 mStride = Get_Video_HorAlign(pVideoDec->codecId, mWidth, mHeight, pVideoDec->codecProfile); in Rkvpu_Frame2Outbuf()
910 OMX_U32 uv_offset = mStride * mSliceHeight; in Rkvpu_Frame2Outbuf()
916 omx_trace("mWidth = %d mHeight = %d mStride = %d,mSlicHeight %d", in Rkvpu_Frame2Outbuf()
917 mWidth, mHeight, mStride, mSliceHeight); in Rkvpu_Frame2Outbuf()
919 Rockchip_OSAL_Memcpy((char*)vplanes.addr + i * mWidth, buff_vir + i * mStride, mWidth); in Rkvpu_Frame2Outbuf()
925 src_uv += mStride; in Rkvpu_Frame2Outbuf()
935 OMX_U32 mStride in Rkvpu_Frame2Outbuf() local
[all...]

Completed in 8 milliseconds