Searched refs:pSrcData (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/freerdp/ |
| H A D | 0005-client-X11-Disable-complex-regions-by-default.patch | 35 @@ -994,6 +994,11 @@ static BOOL xf_gdi_update_screen(xfContext* xfc, const BYTE* pSrcData, UINT32 …
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_tde.cpp | 288 void *pSrcData = RK_NULL; in test_tde_load_src_file() local 303 pSrcData = RK_MPI_MB_Handle2VirAddr(srcBlk); in test_tde_load_src_file() 304 s32Ret = test_tde_read_file(ctx->srcFilePath, pSrcData, u32SrcSize); in test_tde_load_src_file()
|
| H A D | test_mpi_vgs.cpp | 113 void *pSrcData = RK_NULL; in unit_test_vgs_generate_source() local 116 pSrcData = RK_MPI_MB_Handle2VirAddr(*pstSrcBlk); in unit_test_vgs_generate_source() 117 s32Ret = test_open_and_read_file(srcFilePath, pSrcData, u32SrcSize); in unit_test_vgs_generate_source() 918 void *pSrcData = RK_NULL; in unit_test_vgs_all_job() local
|
| H A D | test_mpi_gdc.cpp | 1132 void *pSrcData = RK_NULL; in test_mpi_gdc_api() local 1264 pSrcData = RK_MPI_MB_Handle2VirAddr(ctx->stTask.stImgIn.stVFrame.pMbBlk); in test_mpi_gdc_api() 1266 if (fread(pSrcData, 1, ctx->u32SrcSize, pFile) != ctx->u32SrcSize) in test_mpi_gdc_api() 1271 … s32Ret = read_image(reinterpret_cast<RK_U8 *>(pSrcData), ctx->u32SrcWidth, ctx->u32SrcHeight, in test_mpi_gdc_api()
|