Home
last modified time | relevance | path

Searched refs:SIZE_S (Results 1 - 25 of 41) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_region.h59 SIZE_S stInvColArea; /* It must be multipe of 16 but not more than 64. */
80 SIZE_S stSize;
172 SIZE_S stSize;
239 SIZE_S stSize;
H A Dhi_comm_vi.h344 SIZE_S stBasSize; /* RW;bayer scale size. */
387 SIZE_S stSize; /* RW;Input size */
416 SIZE_S stSize; /* RW;Input size */
710 SIZE_S stSize; /* RW;Channel out put size */
728 SIZE_S stSize; /* RO;Current pipe output size */
765 SIZE_S stSize; /* RW;Channel out put size */
815 SIZE_S stSize; /* RO;chn output size */
820 SIZE_S stDestSize; /* RW;Target size */
H A Dhi_comm_sys.h42 SIZE_S stLargeStreamSize; /* VENC Large Stream Size */
43 SIZE_S stSmallStreamSize; /* VENC Small Stream Size */
H A Dhi_comm_video.h82 } SIZE_S; typedef
540 SIZE_S stDestSize; /* RW;Dest size of any angle rotation */
H A Dhi_comm_gdc.h147 SIZE_S stDestSize; /* RW; dest size of spread */
H A Dhi_comm_vo.h332 SIZE_S stTargetSize; /* RW; WBC Zoom target size */
369 SIZE_S stImageSize; /* RW; Canvas size of the video layer */
H A Dhi_comm_venc.h313 SIZE_S astLargeThumbNailSize[HI_VENC_MAX_MPF_NUM]; /* RW; The resolution of large ThumbNail */
1076 SIZE_S stBaseResolution;
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_region.h59 SIZE_S stInvColArea; /* It must be multipe of 16 but not more than 64. */
80 SIZE_S stSize;
172 SIZE_S stSize;
239 SIZE_S stSize;
H A Dhi_comm_vi.h344 SIZE_S stBasSize; /* RW;bayer scale size. */
387 SIZE_S stSize; /* RW;Input size */
416 SIZE_S stSize; /* RW;Input size */
710 SIZE_S stSize; /* RW;Channel out put size */
728 SIZE_S stSize; /* RO;Current pipe output size */
765 SIZE_S stSize; /* RW;Channel out put size */
815 SIZE_S stSize; /* RO;chn output size */
820 SIZE_S stDestSize; /* RW;Target size */
H A Dhi_comm_vo.h57 SIZE_S stTargetSize; /* RW; WBC Zoom target size */
94 SIZE_S stImageSize; /* RW; Canvas size of the video layer */
H A Dhi_comm_sys.h42 SIZE_S stLargeStreamSize; /* VENC Large Stream Size */
43 SIZE_S stSmallStreamSize; /* VENC Small Stream Size */
H A Dhi_comm_video.h82 } SIZE_S; typedef
541 SIZE_S stDestSize; /* RW;Dest size of any angle rotation */
H A Dhi_comm_gdc.h147 SIZE_S stDestSize; /* RW; dest size of spread */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/store_sample/smp/
H A Dsample_store.c131 SIZE_S stSnsSize; in SAMPLE_VENC_SYS_Init()
237 HI_S32 SAMPLE_VENC_ModifyResolution(SAMPLE_SNS_TYPE_E enSnsType, PIC_SIZE_E *penSize, SIZE_S *pstSize) in SAMPLE_VENC_ModifyResolution()
240 SIZE_S stSnsSize; in SAMPLE_VENC_ModifyResolution()
261 HI_S32 SAMPLE_VENC_CheckSensor(SAMPLE_SNS_TYPE_E enSnsType, SIZE_S stSize) in SAMPLE_VENC_CheckSensor()
264 SIZE_S stSnsSize; in SAMPLE_VENC_CheckSensor()
288 PIXEL_FORMAT_E enPixelFormat, SIZE_S stSize[], SAMPLE_SNS_TYPE_E enSnsType) in SAMPLE_VENC_VPSS_Init()
293 SIZE_S stSnsSize; in SAMPLE_VENC_VPSS_Init()
H A Dsample_store.h39 SIZE_S stSize[2];
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/include/
H A Dhi_comm_vo.h60 SIZE_S stTargetSize; /* RW; WBC Zoom target size */
97 SIZE_S stImageSize; /* RW; Canvas size of the video layer */
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/include/
H A Dhi_comm_sys.h45 SIZE_S stLargeStreamSize; /* VENC Large Stream Size */
46 SIZE_S stSmallStreamSize; /* VENC Small Stream Size */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.h151 HI_S32 SAMPLE_COMM_IVE_VbInit(PIC_SIZE_E *paenSize, SIZE_S *pastSize, HI_U32 u32VpssChnNum);
157 HI_S32 SAMPLE_COMM_IVE_StartVpss(SIZE_S *pastSize, HI_U32 u32VpssChnNum);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/include/
H A Dosd_img.h195 SIZE_S stFontSize;
215 SIZE_S stMaxSize;
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm.h290 SIZE_S stSize;
403 SIZE_S stImageSize;
424 SIZE_S stImageSize;
515 HI_S32 SAMPLE_COMM_SYS_GetPicSize(PIC_SIZE_E enPicSize, SIZE_S *pstSize);
568 HI_S32 SAMPLE_COMM_VI_StartChn(VI_CHN ViChn, RECT_S *pstCapRect, SIZE_S *pstTarSize, SAMPLE_VI_CONFIG_S *pstViConfig);
636 HI_S32 SAMPLE_COMM_VENC_SnapStart(VENC_CHN VencChn, SIZE_S *pstSize, HI_BOOL bSupportDCF);
645 SIZE_S stSize);
H A Dsample_comm_vo.c469 SIZE_S stDefImageSize = { IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_GetDefConfig()
503 SIZE_S stDefImageSize = { IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_StartVO()
559 if (memcmp(&pstVoConfig->stImageSize, &stDefImageSize, sizeof(SIZE_S)) != 0) { in SAMPLE_COMM_VO_StartVO()
560 (HI_VOID)memcpy_s(&stLayerAttr.stImageSize, sizeof(SIZE_S), &pstVoConfig->stImageSize, sizeof(SIZE_S)); in SAMPLE_COMM_VO_StartVO()
657 SIZE_S stDefImageSize = { IMG_2M_WIDTH, IMG_2M_HEIGHT }; in SAMPLE_COMM_VO_StartLayerChn()
698 if (memcmp(&pstVoLayerConfig->stImageSize, &stDefImageSize, sizeof(SIZE_S)) != 0) { in SAMPLE_COMM_VO_StartLayerChn()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h85 } SIZE_S; typedef
544 SIZE_S stDestSize; /* RW;Dest size of any angle rotation */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.h164 SIZE_S stSize;
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.h157 SIZE_S stSize;
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/smp/
H A Dsample_vio.c46 SIZE_S stSize; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
261 SIZE_S stSize; in SAMPLE_VIO_WDR_LDC_DIS_SPREAD()
550 SIZE_S stSize; in SAMPLE_VIO_ViDoublePipeRoute()
775 SIZE_S stSize; in SAMPLE_VIO_ViWdrSwitch()
1134 SIZE_S stSize; in SAMPLE_VIO_ViVpssLowDelay()
1370 SIZE_S stSize; in SAMPLE_VIO_Rotate()
1556 SIZE_S stSize; in SAMPLE_VIO_FPN()
1713 SIZE_S stSize; in SAMPLE_VIO_ViDoubleWdrPipe()
1929 SIZE_S stSize; in SAMPLE_VIO_VPSS_VO_MIPI_TX()

Completed in 32 milliseconds

12