Home
last modified time | relevance | path

Searched refs:stSize (Results 1 - 19 of 19) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/smp/
H A Dsample_vio.c46 SIZE_S stSize; in SAMPLE_VIO_ViOnlineVpssOfflineRoute() local
103 s32Ret = SAMPLE_COMM_SYS_GetPicSize(enPicSize, &stSize); in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
113 u32BlkSize = COMMON_GetPicBufferSize(stSize.u32Width, stSize.u32Height, SAMPLE_PIXEL_FORMAT, DATA_BITWIDTH_8, in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
118 u32BlkSize = VI_GetRawBufferSize(stSize.u32Width, stSize.u32Height, PIXEL_FORMAT_RGB_BAYER_16BPP, in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
142 stVpssGrpAttr.u32MaxW = stSize.u32Width; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
143 stVpssGrpAttr.u32MaxH = stSize.u32Height; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
148 astVpssChnAttr[VpssChn].u32Width = stSize.u32Width; in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
149 astVpssChnAttr[VpssChn].u32Height = stSize in SAMPLE_VIO_ViOnlineVpssOfflineRoute()
261 SIZE_S stSize; SAMPLE_VIO_WDR_LDC_DIS_SPREAD() local
550 SIZE_S stSize; SAMPLE_VIO_ViDoublePipeRoute() local
775 SIZE_S stSize; SAMPLE_VIO_ViWdrSwitch() local
1134 SIZE_S stSize; SAMPLE_VIO_ViVpssLowDelay() local
1370 SIZE_S stSize; SAMPLE_VIO_Rotate() local
1556 SIZE_S stSize; SAMPLE_VIO_FPN() local
1713 SIZE_S stSize; SAMPLE_VIO_ViDoubleWdrPipe() local
1929 SIZE_S stSize; SAMPLE_VIO_VPSS_VO_MIPI_TX() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_opencv.cpp101 g_aicTennisMediaInfo.u32BlkSize = COMMON_GetPicBufferSize(g_aicTennisMediaInfo.stSize.u32Width, in TennisStVbParamCfg()
102 g_aicTennisMediaInfo.stSize.u32Height, SAMPLE_PIXEL_FORMAT, DATA_BITWIDTH_8, COMPRESS_MODE_SEG, DEFAULT_ALIGN); in TennisStVbParamCfg()
111 g_aicTennisMediaInfo.u32BlkSize = VI_GetRawBufferSize(g_aicTennisMediaInfo.stSize.u32Width, in TennisStVbParamCfg()
112 g_aicTennisMediaInfo.stSize.u32Height, PIXEL_FORMAT_RGB_BAYER_16BPP, COMPRESS_MODE_NONE, DEFAULT_ALIGN); in TennisStVbParamCfg()
122 g_aicTennisMediaInfo.stSize.u32Width, g_aicTennisMediaInfo.stSize.u32Width); in TennisVpssParamCfg()
260 s32Ret = SAMPLE_COMM_SYS_GetPicSize(g_aicTennisMediaInfo.enPicSize, &g_aicTennisMediaInfo.stSize);
261 SAMPLE_PRT("AIC: snsMaxSize=%ux%u\n", g_aicTennisMediaInfo.stSize.u32Width, g_aicTennisMediaInfo.stSize.u32Height);
H A Dsample_media_ai.c1916 g_aicMediaInfo.u32BlkSize = COMMON_GetPicBufferSize(g_aicMediaInfo.stSize.u32Width, g_aicMediaInfo.stSize.u32Height, in StVbParamCfg()
1926 g_aicMediaInfo.u32BlkSize = VI_GetRawBufferSize(g_aicMediaInfo.stSize.u32Width, g_aicMediaInfo.stSize.u32Height, in StVbParamCfg()
1948 g_aicMediaInfo.stSize.u32Width, g_aicMediaInfo.stSize.u32Width); in VpssParamCfg()
2053 s32Ret = SAMPLE_COMM_SYS_GetPicSize(g_aicMediaInfo.enPicSize, &g_aicMediaInfo.stSize); in SAMPLE_MEDIA_CNN_TRASH_CLASSIFY()
2054 SAMPLE_PRT("AIC: snsMaxSize=%ux%u\n", g_aicMediaInfo.stSize.u32Width, g_aicMediaInfo.stSize.u32Height); in SAMPLE_MEDIA_CNN_TRASH_CLASSIFY()
2173 s32Ret = SAMPLE_COMM_SYS_GetPicSize(g_aicMediaInfo.enPicSize, &g_aicMediaInfo.stSize); in SAMPLE_MEDIA_HAND_CLASSIFY()
[all...]
H A Dsample_media_ai.h164 SIZE_S stSize; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/store_sample/smp/
H A Dsample_store.c261 HI_S32 SAMPLE_VENC_CheckSensor(SAMPLE_SNS_TYPE_E enSnsType, SIZE_S stSize) in SAMPLE_VENC_CheckSensor() argument
278 if ((stSnsSize.u32Width < stSize.u32Width) || (stSnsSize.u32Height < stSize.u32Height)) { in SAMPLE_VENC_CheckSensor()
280 stSnsSize.u32Width, stSnsSize.u32Height, stSize.u32Width, stSize.u32Height); in SAMPLE_VENC_CheckSensor()
288 PIXEL_FORMAT_E enPixelFormat, SIZE_S stSize[], SAMPLE_SNS_TYPE_E enSnsType) in SAMPLE_VENC_VPSS_Init()
322 stVpssChnAttr[i].u32Width = stSize[i].u32Width; in SAMPLE_VENC_VPSS_Init()
323 stVpssChnAttr[i].u32Height = stSize[i].u32Height; in SAMPLE_VENC_VPSS_Init()
363 s32Ret = SAMPLE_VENC_CheckSensor(self->astViInfo[0].stSnsInfo.enSnsType, g_sampleStoreInfo.stSize[0]); in ViCfgInit()
366 &enSize[0], &g_sampleStoreInfo.stSize[ in ViCfgInit()
287 SAMPLE_VENC_VPSS_Init(VPSS_GRP VpssGrp, HI_BOOL* pabChnEnable, DYNAMIC_RANGE_E enDynamicRange, PIXEL_FORMAT_E enPixelFormat, SIZE_S stSize[], SAMPLE_SNS_TYPE_E enSnsType) SAMPLE_VENC_VPSS_Init() argument
[all...]
H A Dsample_store.h39 SIZE_S stSize[2]; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_region.c237 stRegion.unAttr.stOverlay.stSize.u32Height = RECT_HEIGHT; in SAMPLE_REGION_CreateOverLay()
238 stRegion.unAttr.stOverlay.stSize.u32Width = RECT_WIDTH; in SAMPLE_REGION_CreateOverLay()
260 stRegion.unAttr.stOverlayEx.stSize.u32Height = RECT_HEIGHT; in SAMPLE_REGION_CreateOverLayEx()
261 stRegion.unAttr.stOverlayEx.stSize.u32Width = RECT_WIDTH; in SAMPLE_REGION_CreateOverLayEx()
649 SIZE_S stSize; in SAMPLE_COMM_REGION_GetUpCanvas() local
660 stSize.u32Width = stCanvasInfo.stSize.u32Width; in SAMPLE_COMM_REGION_GetUpCanvas()
661 stSize.u32Height = stCanvasInfo.stSize.u32Height; in SAMPLE_COMM_REGION_GetUpCanvas()
662 REGION_MST_UpdateCanvas(Path_BMP, &stBitmap, HI_FALSE, 0, &stSize, stCanvasInf in SAMPLE_COMM_REGION_GetUpCanvas()
[all...]
H A Dsample_comm_venc.c1321 u32QpMapSizeWidth = (pstPara->stSize.u32Width + 512 - 1) / 512 * 32; /* 512 align * 32 */ in SAMPLE_COMM_QpmapSendFrameProc()
1322 u32QpMapSizeHeight = (pstPara->stSize.u32Height + 16 - 1) / 16; /* 16 align */ in SAMPLE_COMM_QpmapSendFrameProc()
1336 u32SkipWeightWidth_H264 = (pstPara->stSize.u32Width + 512 - 1) / 512 * 16; /* 512 align * 16 */ in SAMPLE_COMM_QpmapSendFrameProc()
1337 u32SkipWeightHeight_H264 = (pstPara->stSize.u32Height + 16 - 1) / 16; /* 16 align */ in SAMPLE_COMM_QpmapSendFrameProc()
1352 u32SkipWeightWidth_H265 = (pstPara->stSize.u32Width + 2048 - 1) / 2048 * 16; /* 2048 align * 16 */ in SAMPLE_COMM_QpmapSendFrameProc()
1353 u32SkipWeightHeight_H265 = (pstPara->stSize.u32Height + 64 - 1) / 64; /* 64 align */ in SAMPLE_COMM_QpmapSendFrameProc()
1475 SIZE_S stSize) in SAMPLE_COMM_VENC_QpmapSendFrame()
1484 stQpMapSendFramePara.stSize = stSize; in SAMPLE_COMM_VENC_QpmapSendFrame()
1474 SAMPLE_COMM_VENC_QpmapSendFrame(VPSS_GRP VpssGrp, VPSS_CHN VpssChn, VENC_CHN VeChn[], HI_S32 s32Cnt, SIZE_S stSize) SAMPLE_COMM_VENC_QpmapSendFrame() argument
H A Dsample_comm.h290 SIZE_S stSize; member
645 SIZE_S stSize);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_region.h80 SIZE_S stSize; member
172 SIZE_S stSize; member
239 SIZE_S stSize; member
H A Dhi_comm_vi.h387 SIZE_S stSize; /* RW;Input size */ member
416 SIZE_S stSize; /* RW;Input size */ member
710 SIZE_S stSize; /* RW;Channel out put size */ member
728 SIZE_S stSize; /* RO;Current pipe output size */ member
765 SIZE_S stSize; /* RW;Channel out put size */ member
815 SIZE_S stSize; /* RO;chn output size */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_region.h80 SIZE_S stSize; member
172 SIZE_S stSize; member
239 SIZE_S stSize; member
H A Dhi_comm_vi.h387 SIZE_S stSize; /* RW;Input size */ member
416 SIZE_S stSize; /* RW;Input size */ member
710 SIZE_S stSize; /* RW;Channel out put size */ member
728 SIZE_S stSize; /* RO;Current pipe output size */ member
765 SIZE_S stSize; /* RW;Channel out put size */ member
815 SIZE_S stSize; /* RO;chn output size */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_md.c239 SIZE_S stSize; in SAMPLE_IVE_Md() local
250 s32Ret = SAMPLE_COMM_SYS_GetPicSize(enSize, &stSize); in SAMPLE_IVE_Md()
253 s32Ret = SAMPLE_IVE_Md_Init(&s_stMd, stSize.u32Width, stSize.u32Height); in SAMPLE_IVE_Md()
H A Dsample_ive_od.c279 SIZE_S stSize; in SAMPLE_IVE_Od() local
289 s32Ret = SAMPLE_COMM_SYS_GetPicSize(enSize, &stSize); in SAMPLE_IVE_Od()
292 s32Ret = SAMPLE_IVE_Od_Init(&s_stOd, stSize.u32Width, stSize.u32Height); in SAMPLE_IVE_Od()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dosd_img.c472 stImageSize = stChnAttr.stSize; in OSD_Ratio2Absolute()
675 s_stOSDTextBitMap.stCanvasInfo.stSize.u32Width = pstContent->stBitmap.u32Width; in OSD_UpdateTextBitmap()
676 s_stOSDTextBitMap.stCanvasInfo.stSize.u32Height = pstContent->stBitmap.u32Height; in OSD_UpdateTextBitmap()
755 stRgnAttr.unAttr.stOverlayEx.stSize.u32Width = pstAttr->stContent.stBitmap.u32Width; in OSD_CreateRGN()
756 stRgnAttr.unAttr.stOverlayEx.stSize.u32Height = pstAttr->stContent.stBitmap.u32Height; in OSD_CreateRGN()
762 stRgnAttr.unAttr.stOverlay.stSize.u32Width = pstAttr->stContent.stBitmap.u32Width; in OSD_CreateRGN()
763 stRgnAttr.unAttr.stOverlay.stSize.u32Height = pstAttr->stContent.stBitmap.u32Height; in OSD_CreateRGN()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c1756 g_lcdMediaInfo.u32BlkSize = COMMON_GetPicBufferSize(g_lcdMediaInfo.stSize.u32Width, g_lcdMediaInfo.stSize.u32Height, in StVbParamCfg()
1766 g_lcdMediaInfo.u32BlkSize = VI_GetRawBufferSize(g_lcdMediaInfo.stSize.u32Width, g_lcdMediaInfo.stSize.u32Height, in StVbParamCfg()
1810 s32Ret = SAMPLE_COMM_SYS_GetPicSize(g_lcdMediaInfo.enPicSize, &g_lcdMediaInfo.stSize); in SampleVioVpssVoMipi()
1812 SAMPLE_PRT("AIC: snsMaxSize=%ux%u\n", g_lcdMediaInfo.stSize.u32Width, g_lcdMediaInfo.stSize.u32Height); in SampleVioVpssVoMipi()
1840 g_lcdMediaInfo.stSize.u32Width, g_lcdMediaInfo.stSize.u32Width); in SampleVioVpssVoMipi()
H A Dsample_lcd.h157 SIZE_S stSize; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1847 SIZE_S stSize; in SAMPLE_SVP_NNIE_Rfcn() local
1862 s32Ret = SAMPLE_COMM_SYS_GetPicSize(enSize, &stSize); in SAMPLE_SVP_NNIE_Rfcn()

Completed in 28 milliseconds