Searched refs:FuncPtr (Results 1 – 3 of 3) sorted by relevance
91 TEST(BerberisPerf, FuncPtr) { in TEST() argument92 using FuncPtr = int (*)(void); in TEST() typedef93 static const FuncPtr fptrs[4] = {f0, f1, f2, f3}; in TEST()
249 } FuncPtr; typedef426 FuncPtr *functionPointer; /* structure containing platform dependent functions */
1076 video->functionPointer = (FuncPtr*) M4VENC_MALLOC(sizeof(FuncPtr)); in PVInitVideoEncoder()