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

  /external/chromium_org/third_party/libva/va/
va.h 260 typedef int (*VAPrivFunc)();
266 VAPrivFunc vaGetLibFunc (
    [all...]
  /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 37 milliseconds