Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp1138 VIDEO_FRAME_INFO_S stLineFrame; in test_mpi_gdc_api() local
1195 stLineFrame.stVFrame.u32Width = ctx->u32LineWidth; in test_mpi_gdc_api()
1196 stLineFrame.stVFrame.u32Height = ctx->u32LineHeight; in test_mpi_gdc_api()
1197 stLineFrame.stVFrame.u32VirWidth = ctx->u32LineWidth; in test_mpi_gdc_api()
1198 stLineFrame.stVFrame.u32VirHeight = ctx->u32LineHeight; in test_mpi_gdc_api()
1199 stLineFrame.stVFrame.enPixelFormat = RK_FMT_BGRA5551; in test_mpi_gdc_api()
1200 stLineFrame.stVFrame.enCompressMode = COMPRESS_MODE_NONE; in test_mpi_gdc_api()
1201 stLineFrame.stVFrame.pMbBlk = pLineMbBlk; in test_mpi_gdc_api()
1375 s32Ret = RK_MPI_VO_SendFrame(ctx->s32VoLayer, RK35XX_VO_LINE_CHN, &stLineFrame, -1); in test_mpi_gdc_api()