Home
last modified time | relevance | path

Searched refs:Width (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c103 OMX_S32 rga_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, in rga_copy() argument
120 Rga_Request.src.act_w = Width; in rga_copy()
142 Rga_Request.dst.vir_w = Width; in rga_copy()
147 Rga_Request.clip.xmax = Width - 1; in rga_copy()
151 Rga_Request.dst.act_w = Width; 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, plane->stride, Height, HAL_PIXEL_FORMAT_RGBA_8888); in rga_rgb2nv12()
465 rga_set_rect(&dst.rect, 0, 0, Width, Height, dstWidth, dstHeight, HAL_PIXEL_FORMAT_YCrCb_NV12); in rga_rgb2nv12()
476 void rga_nv122rgb(RockchipVideoPlane *planes, VPUMemLinear_t *vpumem, uint32_t Width, in rga_nv122rgb() 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
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.h113 HI_U32 Width; /* Width of the original picture, */ member
145 HI_U32 Width; /* Expected width after decoding, */ member
159 HI_U32 Width; /* Picture width, */ member
H A Dhi_go_surface.h157 HI_S32 Width; /* Surface width */ member
171 HI_S32 Width; /* Surface width */ 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.h45 HI_U32 Width; /* The width of cell */ member
H A Dhi_gv_listbox.h51 HI_U32 Width; /* Column width */ member
H A Dhi_go_bliter.h272 * \param[in] Width is for line width.
285 HI_S32 HI_GO_SetLineWidth(HI_HANDLE Surface, HI_U32 Width);
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_Venc.c346 OMX_U32 Width = pOutPort->portDefinition.format.video.nFrameWidth; 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()
388 OMX_U32 Width = pOutPort->portDefinition.format.video.nFrameWidth; in Rkvpu_ProcessStoreMetaData() local
405 *len = Width * Height * 4; // 4:byte alignment in Rkvpu_ProcessStoreMetaData()
475 new_width = (Width + 15) & ~15; // 15: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 * Heigh in Rkvpu_ProcessStoreMetaData()
[all...]

Completed in 7 milliseconds