Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp114 BITMAP_S stBitmap; in test_rgn_overlay_process() local
175 s32Ret = TEST_RGN_LoadBmp(pstRgnCtx->srcFileBmpName, &stBitmap, in test_rgn_overlay_process()
185 s32Ret = RK_MPI_RGN_SetBitMap(RgnHandle, &stBitmap); in test_rgn_overlay_process()
192 if (RK_NULL != stBitmap.pData) { in test_rgn_overlay_process()
193 free(stBitmap.pData); in test_rgn_overlay_process()
194 stBitmap.pData = NULL; in test_rgn_overlay_process()
H A Dtest_mpi_vi.cpp429 BITMAP_S stBitmap; in create_rgn() local