Searched refs:enIntfType (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_mpi_vo.h | 32 RK_S32 RK_MPI_VO_GetHdmiParam(RK_U32 enIntfType, RK_U32 u32Id, VO_HDMI_PARAM_S *pstHDMIParam); 33 RK_S32 RK_MPI_VO_SetHdmiParam(RK_U32 enIntfType, RK_U32 u32Id, const VO_HDMI_PARAM_S *pstHDMIParam); 35 RK_S32 RK_MPI_VO_Get_Edid(RK_U32 enIntfType, RK_U32 u32Id, VO_EDID_S *pstEdidData); 36 RK_S32 RK_MPI_VO_GetSinkCapability(RK_U32 enIntfType, RK_U32 u32Id, VO_SINK_CAPABILITY_S *pstSinkCa… 38 RK_S32 RK_MPI_VO_RegCallbackFunc(RK_U32 enIntfType, RK_U32 u32Id, RK_VO_CALLBACK_FUNC_S *pstCallbac… 39 RK_S32 RK_MPI_VO_UnRegCallbackFunc(RK_U32 enIntfType, RK_U32 u32Id, RK_VO_CALLBACK_FUNC_S *pstCallb…
|
| H A D | rk_comm_vo.h | 285 VO_INTF_TYPE_E enIntfType; /* RW; Type of a VO interface */ member
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vo.cpp | 286 RK_U32 enIntfType; /* 0 HDMI 1 edp */ member 496 VoPubAttr.enIntfType = VO_INTF_HDMI; in mpi_vo_init_sample() 509 VoPubAttr1.enIntfType = VO_INTF_EDP; in mpi_vo_init_sample() 1655 switch (ctx->enIntfType) { in Sample_VO_Demo_Video_Mosaic() 1657 stVoPubAttr.enIntfType = VO_INTF_VGA; in Sample_VO_Demo_Video_Mosaic() 1660 stVoPubAttr.enIntfType = VO_INTF_HDMI; in Sample_VO_Demo_Video_Mosaic() 1663 stVoPubAttr.enIntfType = VO_INTF_EDP; in Sample_VO_Demo_Video_Mosaic() 1666 stVoPubAttr.enIntfType = VO_INTF_DP; in Sample_VO_Demo_Video_Mosaic() 1669 stVoPubAttr.enIntfType = VO_INTF_HDMI | VO_INTF_EDP; in Sample_VO_Demo_Video_Mosaic() 1672 stVoPubAttr.enIntfType in Sample_VO_Demo_Video_Mosaic() [all...] |
| H A D | test_mpi_all.cpp | 274 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 291 VoPubAttr.enIntfType = VO_INTF_MIPI; in create_vo()
|
| H A D | test_mpi_avs.cpp | 141 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 144 VoPubAttr.enIntfType = VO_INTF_MIPI; in create_vo()
|
| H A D | test_mpi_vdec.cpp | 524 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo()
|
| H A D | test_mpi_vi.cpp | 277 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo()
|
| H A D | test_mpi_gdc.cpp | 151 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo()
|