HomeSort by relevance Sort by last modified time
    Searched refs: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);
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/va/
va_backend.h 64 VAStatus (*vaQueryConfigEntrypoints) (
va.c 583 VAStatus vaQueryConfigEntrypoints (
594 return ctx->vtable->vaQueryConfigEntrypoints ( ctx, profile, entrypoints, num_entrypoints);
    [all...]
va.h 400 * performed with vaQueryConfigEntrypoints() and the profile argument
    [all...]
  /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");
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 286 vaStatus = vaQueryConfigEntrypoints(mVaDpy,
290 CHECK_VA_STATUS_RETURN("vaQueryConfigEntrypoints");
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 285 vaStatus = vaQueryConfigEntrypoints(mVaDpy,
289 CHECK_VA_STATUS_RETURN("vaQueryConfigEntrypoints");
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c 334 LOG_V( "vaQueryConfigEntrypoints\n");
338 va_status = vaQueryConfigEntrypoints(va_display,
345 "Failed to call vaQueryConfigEntrypoints\n");
    [all...]
mixvideoformatenc_preview.c 287 LOG_V( "vaQueryConfigEntrypoints\n");
291 va_status = vaQueryConfigEntrypoints(va_display,
298 "Failed to call vaQueryConfigEntrypoints\n");
    [all...]
mixvideoformat_h264.c 381 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
    [all...]
mixvideoformat_vc1.c 434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
    [all...]
mixvideoformatenc_h264.c 349 LOG_V( "vaQueryConfigEntrypoints\n");
353 va_status = vaQueryConfigEntrypoints(va_display,
360 "Failed to call vaQueryConfigEntrypoints\n");
    [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/utils/ISV/base/
isv_worker.cpp 82 VAStatus vaStatus = vaQueryConfigEntrypoints(mVADisplay, VAProfileNone, entrypoints, &num_entrypoints);
84 ALOGE("vaQueryConfigEntrypoints failed");
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 834 vaQueryConfigEntrypoints(ctx->va_dpy,
    [all...]
mpeg2vaenc.c 834 vaQueryConfigEntrypoints(ctx->va_dpy,
    [all...]
avcenc.c 168 vaQueryConfigEntrypoints(va_dpy, avcenc_context.profile, entrypoints,
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 809 vaStatus = vaQueryConfigEntrypoints(dpy, profile, entryPtr, &entryPtrNum);
810 CHECK_VA_STATUS_RETURN("vaQueryConfigEntrypoints");
    [all...]

Completed in 576 milliseconds

1 2