Home
last modified time | relevance | path

Searched refs:Height (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c104 uint32_t Height, int format, int rga_fd) in rga_copy()
116 Rga_Request.src.vir_h = Height; in rga_copy()
121 Rga_Request.src.act_h = Height; in rga_copy()
143 Rga_Request.dst.vir_h = Height; in rga_copy()
149 Rga_Request.clip.ymax = Height - 1; in rga_copy()
152 Rga_Request.dst.act_h = Height; in rga_copy()
436 uint32_t Width, uint32_t Height, uint32_t dstWidth, uint32_t dstHeight, void* rga_ctx) in rga_rgb2nv12()
450 rga_set_info(&src, Width, Height, plane->stride, Height, plane->fd, in rga_rgb2nv12()
464 rga_set_rect(&src.rect, 0, 0, Width, Height, plan in rga_rgb2nv12()
103 rga_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, int format, int rga_fd) rga_copy() argument
435 rga_rgb2nv12(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, uint32_t dstWidth, uint32_t dstHeight, void* rga_ctx) rga_rgb2nv12() argument
476 rga_nv122rgb(RockchipVideoPlane *planes, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, int dst_format, void* rga_ctx) rga_nv122rgb() argument
519 rga_nv12_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, void* rga_ctx) rga_nv12_copy() argument
548 rga_rgb_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, void* rga_ctx) rga_rgb_copy() argument
[all...]
H A DRockchip_OSAL_RGA_Process.h37 void rga_nv12_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, void *rga_ctx);
38 void rga_rgb_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height, void *rga_ctx);
39 void rga_rgb2nv12(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Height,
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_go_decoder.h114 HI_U32 Height; /* Height of the original picture, */ member
146 HI_U32 Height; /* Expected height after decoding, */ member
160 HI_U32 Height; /* Picture height, */ member
H A Dhi_go_surface.h158 HI_S32 Height; /* Surface height */ member
172 HI_S32 Height; /* Surface height */ member
256 HI_S32 HI_GO_CreateSurface(HI_S32 Width, HI_S32 Height, HIGO_PF_E PixelFormat, HI_HANDLE *pSurface);
H A Dhi_go_winc.h82 HI_S32 HI_GO_ResizeWindow(HI_HANDLE Window, HI_S32 Width, HI_S32 Height);
H A Dhi_gv_scrollgrid.h46 HI_U32 Height; /* The height of cell */ member
H A Dhi_go_text.h76 HI_U8 Height; /* Font Height */ member
103 HI_S32 s32Height; /* Height of display arear */
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_Venc.c347 OMX_U32 Height = pOutPort->portDefinition.format.video.nFrameHeight; in Rkvpu_N12_Process() local
369 &pVideoEnc->params_extend, Width, Height, pVideoEnc->rga_ctx); in Rkvpu_N12_Process()
375 len = Width * Height * 3 / 2; // 3:byte alignment, 2:byte alignment in Rkvpu_N12_Process()
389 OMX_U32 Height = pOutPort->portDefinition.format.video.nFrameHeight; in Rkvpu_ProcessStoreMetaData() local
405 *len = Width * Height * 4; // 4:byte alignment in Rkvpu_ProcessStoreMetaData()
476 new_height = (Height + 7) & ~7; // 7:byte alignment in Rkvpu_ProcessStoreMetaData()
479 rga_rgb2nv12(&vplanes, pVideoEnc->enc_vpumem, Width, Height, new_width, new_height, pVideoEnc->rga_ctx); in Rkvpu_ProcessStoreMetaData()
493 if (Width != vplanes.stride || (Height & 0xf)) { in Rkvpu_ProcessStoreMetaData()
494 rga_nv12_copy(&vplanes, pVideoEnc->enc_vpumem, Width, Height, pVideoEnc->rga_ctx); in Rkvpu_ProcessStoreMetaData()
498 Width * Height * in Rkvpu_ProcessStoreMetaData()
[all...]

Completed in 6 milliseconds