Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp206 RGN_CANVAS_INFO_S stCanvasInfo; in test_rgn_overlay_process() local
209 memset(&stCanvasInfo, 0, sizeof(RGN_CANVAS_INFO_S)); in test_rgn_overlay_process()
211 s32Ret = RK_MPI_RGN_GetCanvasInfo(RgnHandle, &stCanvasInfo); in test_rgn_overlay_process()
216 memset(reinterpret_cast<void *>(stCanvasInfo.u64VirAddr), 0xff, in test_rgn_overlay_process()
217 stCanvasInfo.u32VirWidth * 16 * (i + 1)); in test_rgn_overlay_process()