Home
last modified time | relevance | path

Searched refs:RECT_S (Results 1 - 25 of 31) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/include/
H A Dhi_comm_vo.h42 RECT_S stRect; /* Rectangle of video output channel */
96 RECT_S stDispRect; /* RW; Display resolution */
123 RECT_S stZoomRect; /* zoom in by rect */
130 RECT_S *ATTRIBUTE pstRegion; /* region attribute */
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_vo.h39 RECT_S stRect; /* Rectangle of video output channel */
93 RECT_S stDispRect; /* RW; Display resolution */
120 RECT_S stZoomRect; /* zoom in by rect */
127 RECT_S *ATTRIBUTE pstRegion; /* region attribute */
H A Dhi_comm_vgs.h53 RECT_S stSrcRect; /* OSD color revert area */
86 RECT_S stDstRect; /* The rectangle area */
94 RECT_S stRect; /* Osd area */
118 RECT_S stCropOpt;
H A Dhi_comm_region.h133 RECT_S stRect; /* config of rect */
144 RECT_S stRect; /* config of rect */
160 RECT_S stRect; /* location of MOSAIC */
H A Dhi_comm_video.h89 } RECT_S; typedef
93 RECT_S ATTRIBUTE *pstRegion; /* W; region attribute */
98 RECT_S stRect;
116 RECT_S stVideoRect; /* valid in ASPECT_RATIO_MANUAL mode */
H A Dhi_comm_gdc.h84 RECT_S stOutRect; /* RW; out Imge rectangle attribute */
95 RECT_S stOutRect; /* RW; out Imge rectangle attribute */
H A Dhi_comm_venc.h647 RECT_S stRect; /* RW; Region of an ROI */
667 RECT_S stRect[HI_VENC_ROI_FOR_BUTT]; /* RW;Region of an ROI */
895 RECT_S stRect[HI_VENC_MAX_MOSAIC_RECT_NUM];
938 RECT_S stRect; /* RW; */
944 RECT_S stRect; /* RW; Crop region, note: s32X must be multi of 16 */
1078 RECT_S stRectAttr[HI_VENC_MAX_SVC_RECT_NUM];
H A Dmpi_vgs.h58 HI_S32 HI_MPI_VGS_AddLumaTaskArray(VGS_HANDLE hHandle, VGS_TASK_ATTR_S *pstTask, const RECT_S astVgsLumaRect[],
H A Dhi_comm_vi.h783 RECT_S stCropRect; /* RW;CROP rectangular */
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_vgs.h53 RECT_S stSrcRect; /* OSD color revert area */
86 RECT_S stDstRect; /* The rectangle area */
94 RECT_S stRect; /* Osd area */
H A Dhi_comm_region.h133 RECT_S stRect; /* config of rect */
144 RECT_S stRect; /* config of rect */
160 RECT_S stRect; /* location of MOSAIC */
H A Dhi_comm_video.h89 } RECT_S; typedef
93 RECT_S ATTRIBUTE *pstRegion; /* W; region attribute */
98 RECT_S stRect;
116 RECT_S stVideoRect; /* valid in ASPECT_RATIO_MANUAL mode */
H A Dhi_comm_gdc.h84 RECT_S stOutRect; /* RW; out Imge rectangle attribute */
95 RECT_S stOutRect; /* RW; out Imge rectangle attribute */
H A Dhi_comm_venc.h646 RECT_S stRect; /* RW; Region of an ROI */
666 RECT_S stRect[HI_VENC_ROI_FOR_BUTT]; /* RW;Region of an ROI */
894 RECT_S stRect[HI_VENC_MAX_MOSAIC_RECT_NUM];
937 RECT_S stRect; /* RW; */
943 RECT_S stRect; /* RW; Crop region, note: s32X must be multi of 16 */
1077 RECT_S stRectAttr[HI_VENC_MAX_SVC_RECT_NUM];
H A Dhi_comm_vo.h281 RECT_S stRect; /* Rectangle of video output channel */
368 RECT_S stDispRect; /* RW; Display resolution */
395 RECT_S stZoomRect; /* zoom in by rect */
410 RECT_S *ATTRIBUTE pstRegion; /* region attribute */
H A Dmpi_vgs.h58 HI_S32 HI_MPI_VGS_AddLumaTaskArray(VGS_HANDLE hHandle, VGS_TASK_ATTR_S *pstTask, const RECT_S astVgsLumaRect[],
H A Dhi_comm_vi.h783 RECT_S stCropRect; /* RW;CROP rectangular */
H A Dhi_comm_vpss.h127 RECT_S stCropRect; /* CROP rectangular. */
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h92 } RECT_S; typedef
96 RECT_S ATTRIBUTE* pstRegion; /* W; region attribute */
101 RECT_S stRect;
119 RECT_S stVideoRect; /* valid in ASPECT_RATIO_MANUAL mode */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vo.c468 RECT_S stDefDispRect = { 0, 0, IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_GetDefConfig()
502 RECT_S stDefDispRect = { 0, 0, IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_StartVO()
556 if (memcmp(&pstVoConfig->stDispRect, &stDefDispRect, sizeof(RECT_S)) != 0) { in SAMPLE_COMM_VO_StartVO()
557 (HI_VOID)memcpy_s(&stLayerAttr.stDispRect, sizeof(RECT_S), &pstVoConfig->stDispRect, sizeof(RECT_S)); in SAMPLE_COMM_VO_StartVO()
656 RECT_S stDefDispRect = { 0, 0, IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_StartLayerChn()
691 if (memcmp(&pstVoLayerConfig->stDispRect, &stDefDispRect, sizeof(RECT_S)) != 0) { in SAMPLE_COMM_VO_StartLayerChn()
H A Dsample_comm.h402 RECT_S stDispRect;
423 RECT_S stDispRect;
568 HI_S32 SAMPLE_COMM_VI_StartChn(VI_CHN ViChn, RECT_S *pstCapRect, SIZE_S *pstTarSize, SAMPLE_VI_CONFIG_S *pstViConfig);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_vou_graphics.h151 hi_bool vou_graphics_enable_zme(GRAPHIC_LAYER gfx_layer, RECT_S *in_rect, RECT_S *out_rect, hi_bool enable);
H A Dhifb_vou_drv.c615 RECT_S in; in hifb_drv_enable_zme()
616 RECT_S out; in hifb_drv_enable_zme()
H A Dhifb_vou_graphics.c448 hi_bool vou_graphics_enable_zme(GRAPHIC_LAYER layer, RECT_S *in_rect, RECT_S *out_rect, hi_bool enable) in vou_graphics_enable_zme()
H A Dhifb_graphic_hal.h96 hi_bool hal_video_set_multi_area_rect(hal_disp_layer layer, hi_u32 area_num, RECT_S *video_area_rect);

Completed in 32 milliseconds

12