/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_sys.c | 200 MPP_CHN_S stMppChn; in SAMPLE_COMM_SYS_MemConfig() 359 MPP_CHN_S stSrcChn; in SAMPLE_COMM_VI_Bind_VO() 360 MPP_CHN_S stDestChn; in SAMPLE_COMM_VI_Bind_VO() 377 MPP_CHN_S stSrcChn; in SAMPLE_COMM_VI_UnBind_VO() 378 MPP_CHN_S stDestChn; in SAMPLE_COMM_VI_UnBind_VO() 395 MPP_CHN_S stSrcChn; in SAMPLE_COMM_VI_Bind_VPSS() 396 MPP_CHN_S stDestChn; in SAMPLE_COMM_VI_Bind_VPSS() 413 MPP_CHN_S stSrcChn; in SAMPLE_COMM_VI_UnBind_VPSS() 414 MPP_CHN_S stDestChn; in SAMPLE_COMM_VI_UnBind_VPSS() 431 MPP_CHN_S stSrcCh in SAMPLE_COMM_VI_Bind_VENC() [all...] |
H A D | sample_comm_region.c | 340 static HI_S32 SAMPLE_REGION_AttachToChn(RGN_HANDLE Handle, MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChnAttr) in SAMPLE_REGION_AttachToChn() 351 static HI_S32 SAMPLE_REGION_DetachFromChn(RGN_HANDLE Handle, MPP_CHN_S *pstChn) in SAMPLE_REGION_DetachFromChn() 362 HI_S32 SAMPLE_REGION_SetDisplayAttr(RGN_HANDLE Handle, MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChnAttr) in SAMPLE_REGION_SetDisplayAttr() 465 HI_S32 SAMPLE_COMM_REGION_AttachToChn(HI_S32 HandleNum, RGN_TYPE_E enType, MPP_CHN_S *pstMppChn) in SAMPLE_COMM_REGION_AttachToChn() 585 HI_S32 SAMPLE_COMM_REGION_DetachFrmChn(HI_S32 HandleNum, RGN_TYPE_E enType, MPP_CHN_S *pstMppChn) in SAMPLE_COMM_REGION_DetachFrmChn()
|
H A D | sample_comm_audio.c | 693 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AoBindAdec() 707 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AoUnbindAdec() 721 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AoBindAi() 735 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AoUnbindAi() 749 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AencBindAi() 763 MPP_CHN_S stSrcChn, stDestChn; in SAMPLE_COMM_AUDIO_AencUnbindAi()
|
H A D | sample_comm.h | 651 HI_S32 SAMPLE_COMM_REGION_AttachToChn(HI_S32 HandleNum, RGN_TYPE_E enType, MPP_CHN_S *pstMppChn); 652 HI_S32 SAMPLE_COMM_REGION_DetachFrmChn(HI_S32 HandleNum, RGN_TYPE_E enType, MPP_CHN_S *pstMppChn);
|
H A D | sample_comm_venc.c | 149 MPP_CHN_S stMppChnVENC; in SAMPLE_COMM_VENC_MemConfig()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | mpi_sys.h | 33 HI_S32 HI_MPI_SYS_Bind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn); 34 HI_S32 HI_MPI_SYS_UnBind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn); 35 HI_S32 HI_MPI_SYS_GetBindbyDest(const MPP_CHN_S *pstDestChn, MPP_CHN_S *pstSrcChn); 36 HI_S32 HI_MPI_SYS_GetBindbySrc(const MPP_CHN_S *pstSrcChn, MPP_BIND_DEST_S *pstBindDest); 80 HI_S32 HI_MPI_SYS_SetMemConfig(const MPP_CHN_S *pstMppChn, const HI_CHAR *pcMmzName); 81 HI_S32 HI_MPI_SYS_GetMemConfig(const MPP_CHN_S *pstMppChn, HI_CHAR *pcMmzName);
|
H A D | mpi_region.h | 31 HI_S32 HI_MPI_RGN_AttachToChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pstChnAttr);
32 HI_S32 HI_MPI_RGN_DetachFromChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn);
33 HI_S32 HI_MPI_RGN_SetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pstChnAttr);
34 HI_S32 HI_MPI_RGN_GetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChnAttr);
|
H A D | hi_comm_sys.h | 57 MPP_CHN_S astMppChn[BIND_DEST_MAXNUM];
|
H A D | hi_common.h | 215 } MPP_CHN_S; typedef
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | mpi_sys.h | 33 HI_S32 HI_MPI_SYS_Bind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn); 34 HI_S32 HI_MPI_SYS_UnBind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn); 35 HI_S32 HI_MPI_SYS_GetBindbyDest(const MPP_CHN_S *pstDestChn, MPP_CHN_S *pstSrcChn); 36 HI_S32 HI_MPI_SYS_GetBindbySrc(const MPP_CHN_S *pstSrcChn, MPP_BIND_DEST_S *pstBindDest); 80 HI_S32 HI_MPI_SYS_SetMemConfig(const MPP_CHN_S *pstMppChn, const HI_CHAR *pcMmzName); 81 HI_S32 HI_MPI_SYS_GetMemConfig(const MPP_CHN_S *pstMppChn, HI_CHAR *pcMmzName);
|
H A D | mpi_region.h | 31 HI_S32 HI_MPI_RGN_AttachToChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pstChnAttr);
32 HI_S32 HI_MPI_RGN_DetachFromChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn);
33 HI_S32 HI_MPI_RGN_SetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pstChnAttr);
34 HI_S32 HI_MPI_RGN_GetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChnAttr);
|
H A D | hi_comm_sys.h | 57 MPP_CHN_S astMppChn[BIND_DEST_MAXNUM];
|
H A D | hi_common.h | 212 } MPP_CHN_S; typedef
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/include/ |
H A D | hi_comm_sys.h | 60 MPP_CHN_S astMppChn[BIND_DEST_MAXNUM];
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_common.h | 218 } MPP_CHN_S; typedef
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/ |
H A D | osd_img.c | 224 MPP_CHN_S stChn;
in OSD_RGNDetach() 453 static HI_S32 OSD_Ratio2Absolute(MPP_CHN_S stChn, const POINT_S* pstRatioCoor, POINT_S* pstAbsCoor)
in OSD_Ratio2Absolute() 516 MPP_CHN_S stChn;
in OSD_Update() 688 MPP_CHN_S stChn;
in OSD_RGNAttach()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/ |
H A D | sample_media_ai.c | 1672 MPP_CHN_S srcChn;
in ViBindVpss() 1673 MPP_CHN_S dstChn;
in ViBindVpss()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/ |
H A D | sample_lcd.c | 1644 MPP_CHN_S srcChn;
in ViBindVpss() 1645 MPP_CHN_S dstChn;
in ViBindVpss()
|