Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva.c47 #define CHECK_VTABLE(s, ctx, func) if (!va_checkVtable(ctx->vtable->va##func, #func)) s = VA_STATUS…
156 static bool va_checkVtable(void *ptr, char *function) in va_checkVtable() function