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

  /hardware/intel/common/libva/test/basic/
test_04.c 66 status("vaGetConfigAttributes for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
67 va_status = vaGetConfigAttributes(va_dpy, profiles[i], entrypoints[j], attrib_list, num_attribs);
test.c 103 va_status = vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD,
test_vaSurfaceAttrib.c 73 va_status = vaGetConfigAttributes(va_dpy, VAProfileH264Baseline, VAEntrypointEncSlice, &attrib[0], 2);
  /external/chromium_org/third_party/libva/va/
va_backend.h 72 VAStatus (*vaGetConfigAttributes) (
va.h 324 * through vaGetConfigAttributes(); and what packed headers the user
524 VAStatus vaGetConfigAttributes (
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 343 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 327 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
  /hardware/intel/common/libva/va/
va_backend.h 71 VAStatus (*vaGetConfigAttributes) (
va.c 597 VAStatus vaGetConfigAttributes (
609 return ctx->vtable->vaGetConfigAttributes ( ctx, profile, entrypoint, attrib_list, num_attribs );
    [all...]
va.h 430 * decoding, through vaGetConfigAttributes(); and what mode the user
453 * through vaGetConfigAttributes(); and what packed headers the user
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc 189 va_res = vaGetConfigAttributes(va_display_, va_profile, kEntrypoint,
191 VA_SUCCESS_OR_RETURN(va_res, "vaGetConfigAttributes failed", false);
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 177 vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD,
tinyjpeg.c 606 vaGetConfigAttributes(va_dpy, VAProfileJPEGBaseline, VAEntrypointVLD,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 438 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileVP8Version0_3,
440 CHECK_VA_STATUS("vaGetConfigAttributes");
VideoDecoderWMV.cpp 556 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileVC1Advanced,
558 CHECK_VA_STATUS("vaGetConfigAttributes");
VideoDecoderAVC.cpp     [all...]
VideoDecoderMPEG4.cpp 634 vaStatus = vaGetConfigAttributes(mVADisplay,
637 CHECK_VA_STATUS("vaGetConfigAttributes");
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 148 vaStatus = vaGetConfigAttributes(mVADisplay, mComParams.profile,
150 CHECK_VA_STATUS_RETURN("vaGetConfigAttributes");
827 vaStatus = vaGetConfigAttributes(mVADisplay, profile, VAEntrypointEncSlice, &attrib_list, 1);
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 845 va_status = vaGetConfigAttributes(va_dpy,
850 CHECK_VASTATUS(va_status, "vaGetConfigAttributes");
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 854 vaGetConfigAttributes(ctx->va_dpy,
    [all...]
mpeg2vaenc.c 854 vaGetConfigAttributes(ctx->va_dpy,
    [all...]
avcenc.c 184 vaGetConfigAttributes(va_dpy, avcenc_context.profile, VAEntrypointEncSlice,
    [all...]
h264encode.c     [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 1118 milliseconds