Searched refs:VoPubAttr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_all.cpp | 252 VO_PUB_ATTR_S VoPubAttr; in create_vo() local 257 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in create_vo() 269 s32Ret = RK_MPI_VO_GetPubAttr(0, &VoPubAttr); in create_vo() 274 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 275 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo() 277 s32Ret = RK_MPI_VO_SetPubAttr(0, &VoPubAttr); in create_vo() 286 s32Ret = RK_MPI_VO_GetPubAttr(3, &VoPubAttr); in create_vo() 291 VoPubAttr.enIntfType = VO_INTF_MIPI; in create_vo() 292 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo() 294 s32Ret = RK_MPI_VO_SetPubAttr(3, &VoPubAttr); in create_vo()
|
| H A D | test_mpi_avs.cpp | 124 VO_PUB_ATTR_S VoPubAttr; in create_vo() local 129 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in create_vo() 131 s32Ret = RK_MPI_VO_GetPubAttr(VoDev, &VoPubAttr); in create_vo() 141 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 142 VoPubAttr.enIntfSync = VO_OUTPUT_1080P60; in create_vo() 144 VoPubAttr.enIntfType = VO_INTF_MIPI; in create_vo() 145 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo() 148 s32Ret = RK_MPI_VO_SetPubAttr(VoDev, &VoPubAttr); in create_vo()
|
| H A D | test_mpi_vdec.cpp | 493 VO_PUB_ATTR_S VoPubAttr; in create_vo() local 507 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in create_vo() 519 s32Ret = RK_MPI_VO_GetPubAttr(VoDev, &VoPubAttr); in create_vo() 524 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 525 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo() 527 s32Ret = RK_MPI_VO_SetPubAttr(VoDev, &VoPubAttr); in create_vo()
|
| H A D | test_mpi_vi.cpp | 246 VO_PUB_ATTR_S VoPubAttr; in create_vo() local 260 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in create_vo() 272 s32Ret = RK_MPI_VO_GetPubAttr(VoDev, &VoPubAttr); in create_vo() 277 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 278 VoPubAttr.enIntfSync = VO_OUTPUT_DEFAULT; in create_vo() 280 s32Ret = RK_MPI_VO_SetPubAttr(VoDev, &VoPubAttr); in create_vo()
|
| H A D | test_mpi_gdc.cpp | 139 VO_PUB_ATTR_S VoPubAttr; in create_vo() local 144 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in create_vo() 146 s32Ret = RK_MPI_VO_GetPubAttr(VoDev, &VoPubAttr); in create_vo() 151 VoPubAttr.enIntfType = VO_INTF_HDMI; in create_vo() 152 VoPubAttr.enIntfSync = ctx->stVoOutputResolution; in create_vo() 154 s32Ret = RK_MPI_VO_SetPubAttr(VoDev, &VoPubAttr); in create_vo()
|
| H A D | test_mpi_vo.cpp | 476 VO_PUB_ATTR_S VoPubAttr; in mpi_vo_init_sample() local 490 memset(&VoPubAttr, 0, sizeof(VO_PUB_ATTR_S)); in mpi_vo_init_sample() 496 VoPubAttr.enIntfType = VO_INTF_HDMI; in mpi_vo_init_sample() 497 VoPubAttr.enIntfSync = VO_OUTPUT_1080P60; in mpi_vo_init_sample() 499 s32Ret = RK_MPI_VO_SetPubAttr(RK356X_VO_DEV_HD0, &VoPubAttr); in mpi_vo_init_sample() 543 Sample_VO_GetDisplaySize(VoPubAttr.enIntfSync, &u32DispWidth, &u32DispHeight); in mpi_vo_init_sample()
|