Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva.h306 typedef int (*VAPrivFunc)(); typedef
312 VAPrivFunc vaGetLibFunc (
Dva.c364 VAPrivFunc vaGetLibFunc(VADisplay dpy, const char *func) in vaGetLibFunc()
374 return (VAPrivFunc) dlsym(ctx->handle, func); in vaGetLibFunc()