HomeSort by relevance Sort by last modified time
    Searched full:vaqueryconfigentrypoints (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/intel/common/libva/test/basic/
test_03.c 50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
52 status("vaQueryConfigEntryPoints(%s) reports %d entrypoints\n", profile2string(profiles[i]), num_entrypoints);
test_06.c 56 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
83 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
test_04.c 60 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
test_05.c 50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
testplan.txt 12 - vaQueryConfigEntryPoints, vaMaxNumEntryPoints
test_09.c 51 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
test_vaSurfaceAttrib.c 57 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileH264Baseline, entrypoints, &num_entrypoints);
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
141 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints", 4);
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 162 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileMPEG2Main, entrypoints,
164 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints");
186 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints");
tinyjpeg.c 591 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileJPEGBaseline, entrypoints,
593 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints");
615 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints");
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
ftab.c 39 &vlVaQueryConfigEntrypoints, /* VAStatus (*vaQueryConfigEntrypoints) ( VADriverContextP ctx, VAProfile profile, VAEntrypoint *entrypoint_list, int *num_entrypoints ); */
  /external/mesa3d/src/gallium/state_trackers/va/
ftab.c 39 &vlVaQueryConfigEntrypoints, /* VAStatus (*vaQueryConfigEntrypoints) ( VADriverContextP ctx, VAProfile profile, VAEntrypoint *entrypoint_list, int *num_entrypoints ); */
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 285 vaStatus = vaQueryConfigEntrypoints(mVaDpy,
289 CHECK_VA_STATUS_RETURN("vaQueryConfigEntrypoints");
  /external/chromium_org/third_party/libva/va/
va_backend.h 65 VAStatus (*vaQueryConfigEntrypoints) (
va_vpp.h 52 * with vaQueryConfigEntrypoints() and the profile argument set to
62 * vaQueryConfigEntrypoints(va_dpy, VAProfileNone,
  /hardware/intel/common/libva/va/
va_backend.h 64 VAStatus (*vaQueryConfigEntrypoints) (
va.c 583 VAStatus vaQueryConfigEntrypoints (
594 return ctx->vtable->vaQueryConfigEntrypoints ( ctx, profile, entrypoints, num_entrypoints);
    [all...]
va_vpp.h 52 * with vaQueryConfigEntrypoints() and the profile argument set to
62 * vaQueryConfigEntrypoints(va_dpy, VAProfileNone,
    [all...]
va.h 400 * performed with vaQueryConfigEntrypoints() and the profile argument
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 826 va_status = vaQueryConfigEntrypoints(va_dpy,
830 CHECK_VASTATUS(va_status, "vaQueryConfigEntrypoints");
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 809 vaStatus = vaQueryConfigEntrypoints(dpy, profile, entryPtr, &entryPtrNum);
810 CHECK_VA_STATUS_RETURN("vaQueryConfigEntrypoints");
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 168 vaQueryConfigEntrypoints(va_dpy, avcenc_context.profile, entrypoints,
    [all...]
mpeg2enc.c 834 vaQueryConfigEntrypoints(ctx->va_dpy,
    [all...]
mpeg2vaenc.c 834 vaQueryConfigEntrypoints(ctx->va_dpy,
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]

Completed in 836 milliseconds

1 2