Home
last modified time | relevance | path

Searched refs:DIS_ATTR_S (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_comm_dis.h78 } DIS_ATTR_S; typedef
Dmpi_vi.h157 HI_S32 HI_MPI_VI_SetChnDISAttr(VI_PIPE ViPipe, VI_CHN ViChn, const DIS_ATTR_S *pstDISAttr);
158 HI_S32 HI_MPI_VI_GetChnDISAttr(VI_PIPE ViPipe, VI_CHN ViChn, DIS_ATTR_S *pstDISAttr);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_comm_dis.h78 } DIS_ATTR_S; typedef
Dmpi_vi.h161 HI_S32 HI_MPI_VI_SetChnDISAttr(VI_PIPE ViPipe, VI_CHN ViChn, const DIS_ATTR_S *pstDISAttr);
162 HI_S32 HI_MPI_VI_GetChnDISAttr(VI_PIPE ViPipe, VI_CHN ViChn, DIS_ATTR_S *pstDISAttr);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/smp/
Dsample_vio.c291 DIS_ATTR_S stDISAttr = { 0 }; in SAMPLE_VIO_WDR_LDC_DIS_SPREAD()