Searched refs:stMbCtx (Results 1 – 1 of 1) sorted by relevance
174 TEST_MB_CTX_S stMbCtx; in main() local176 memset(&stMbCtx, 0, sizeof(TEST_MB_CTX_S)); in main()177 stMbCtx.s32MbCount = 1; in main()178 stMbCtx.s32MbSize = 4 * 1024 * 1024; in main()179 stMbCtx.s32LoopCount = 1; in main()180 stMbCtx.s32PoolCount = 1; in main()181 stMbCtx.bPreAlloc = RK_FALSE; in main()182 stMbCtx.s32RemapMode = MB_REMAP_MODE_CACHED; in main()183 stMbCtx.s32AllocType = MB_ALLOC_TYPE_DMA; in main()188 …OPT_INTEGER('n', "loop", &(stMbCtx.s32LoopCount), "the count of looping. default(1).", NULL, 0, 0), in main()[all …]