/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_node_utils.cpp | 49 buffer->GetCurWidth(), buffer->GetCurHeight(), buffer->GetWidth(), buffer->GetHeight(), in CheckIfNeedDoTransform() 53 && buffer->GetCurHeight() == buffer->GetHeight() in CheckIfNeedDoTransform() 101 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in TransformToVirAddress() 102 buffer->GetWidth(), buffer->GetHeight(), dstRkFmt); in TransformToVirAddress() 126 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in TransformToFd() 127 buffer->GetWidth(), buffer->GetHeight(), dstRkFmt); in TransformToFd() 154 buffer->SetCurHeight(buffer->GetHeight()); in BufferScaleFormatTransform()
|
H A D | rk_scale_node.cpp | 65 buffer->GetCurWidth(), buffer->GetCurHeight(), buffer->GetWidth(), buffer->GetHeight(), in DeliverBuffer()
|
H A D | rk_codec_node.cpp | 310 encodeJpegToMemory((unsigned char *)buffer->GetVirAddress(), buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToJpeg() 351 args.height = buffer->GetHeight(); in Yuv420ToH264()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | hdi_drm_layer.cpp | 46 ret = drmModeAddFB2(drmFd, hdl.GetWidth(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0);
in Init() 50 hdl.GetWidth(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]);
in Init()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 46 ret = drmModeAddFB2(drmFd, hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, in Init() 52 hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]); in Init()
|
H A D | hdi_layer.h | 39 int32_t GetHeight() const in GetHeight() function
|
H A D | hdi_gfx_composition.cpp | 108 iSurface.height = buffer.GetHeight(); in InitGfxSurface()
|
H A D | hdi_drm_composition.cpp | 132 int32_t bufferH = layerBuffer->GetHeight(); in ApplyPlane()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 46 ret = drmModeAddFB2(drmFd, hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0); in Init() 50 hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]); in Init()
|
H A D | hdi_layer.h | 39 int32_t GetHeight() const in GetHeight() function
|
H A D | hdi_gfx_composition.cpp | 108 iSurface.height = buffer.GetHeight(); in InitGfxSurface()
|
H A D | hdi_drm_composition.cpp | 128 int32_t bufferH = layerBuffer->GetHeight(); in ApplyPlane()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 47 ret = drmModeAddFB2(drmFd, hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0); in Init() 51 hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]); in Init()
|
H A D | hdi_layer.h | 40 int32_t GetHeight() const in GetHeight() function
|
H A D | hdi_gfx_composition.cpp | 112 iSurface.height = buffer.GetHeight(); in InitGfxSurface()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 47 ret = drmModeAddFB2(drmFd, hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0); in Init() 51 hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]); in Init()
|
H A D | hdi_layer.h | 40 int32_t GetHeight() const in GetHeight() function
|
H A D | hdi_gfx_composition.cpp | 133 iSurface.height = buffer.GetHeight(); in InitGfxSurface()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_drm_layer.cpp | 47 ret = drmModeAddFB2(drmFd, hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0);
in Init() 51 hdl.GetWight(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]);
in Init()
|
H A D | hdi_layer.h | 40 int32_t GetHeight() const
in GetHeight() function
|
H A D | hdi_gfx_composition.cpp | 112 iSurface.height = buffer.GetHeight();
in InitGfxSurface()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.cpp | 326 previewHeight_ = buffer->GetHeight(); in Yuv420ToRGBA8888() 348 rga_set_rect(&src.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 349 buffer->GetWidth(), buffer->GetHeight(), RK_FORMAT_YCbCr_420_SP); in Yuv420ToRGBA8888() 350 rga_set_rect(&dst.rect, 0, 0, buffer->GetWidth(), buffer->GetHeight(), in Yuv420ToRGBA8888() 351 buffer->GetWidth(), buffer->GetHeight(), RK_FORMAT_RGBA_8888); in Yuv420ToRGBA8888()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/ |
H A D | fb_composition.cpp | 32 fbFrameInfo.rect.h = clientlayer.GetCurrentBuffer()->GetHeight();
in FbFresh()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.h | 44 int32_t GetHeight() const
in GetHeight() function
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_gfx_composition.cpp | 117 surface.height = buffer.GetHeight();
in InitGfxSurface()
|