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

  /hardware/intel/common/libva/test/
loadsurface.h 239 va_status = vaDeriveImage(va_dpy,surface_id,&surface_image);
240 CHECK_VASTATUS(va_status,"vaDeriveImage");
304 va_status = vaDeriveImage(va_dpy,surface_id, &surface_image);
305 CHECK_VASTATUS(va_status,"vaDeriveImage");
402 va_status = vaDeriveImage(va_dpy,surface_id, &surface_image);
403 CHECK_VASTATUS(va_status,"vaDeriveImage");
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 139 va_status = vaDeriveImage(va_dpy, surface_id, &image_id);
  /external/chromium_org/third_party/libva/va/
va_backend.h 233 VAStatus (*vaDeriveImage) (
va.h     [all...]
  /hardware/intel/common/libva/va/
va_backend.h 232 VAStatus (*vaDeriveImage) (
va.c     [all...]
va.h     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc 395 va_res = vaDeriveImage(va_display_, va_surface_id, image);
396 VA_LOG_ON_ERROR(va_res, "vaDeriveImage failed");
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 217 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
218 CHECK_VASTATUS(va_status, "vaDeriveImage");
268 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
269 CHECK_VASTATUS(va_status, "vaDeriveImage");
370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
371 CHECK_VASTATUS(va_status, "vaDeriveImage");
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 610 vaStatus = vaDeriveImage(mVADisplay, mVASurface, &destImage);
611 CHECK_VA_STATUS_RETURN("vaDeriveImage");
VideoEncoderBase.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 330 va_res = vaDeriveImage(mVADisplay, *(extMIDs[i]->m_surface), &image);
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 449 va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image);
450 CHECK_VASTATUS(va_status,"vaDeriveImage");
    [all...]
mpeg2vaenc.c 449 va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image);
450 CHECK_VASTATUS(va_status,"vaDeriveImage");
    [all...]
avcenc.c 370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
371 CHECK_VASTATUS(va_status,"vaDeriveImage");
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 170 milliseconds