Searched refs:stBitmap (Results 1 – 2 of 2) sorted by relevance
114 BITMAP_S stBitmap; in test_rgn_overlay_process() local175 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()
429 BITMAP_S stBitmap; in create_rgn() local