HomeSort by relevance Sort by last modified time
    Searched refs:VAPrivFunc (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/va/
va.h 306 typedef int (*VAPrivFunc)();
312 VAPrivFunc vaGetLibFunc (
    [all...]
va.c 364 VAPrivFunc vaGetLibFunc(VADisplay dpy, const char *func)
374 return (VAPrivFunc) dlsym(ctx->handle, func);
    [all...]

Completed in 85 milliseconds