HomeSort by relevance Sort by last modified time
    Searched refs:vaDeriveImage (Results 1 - 20 of 20) 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);
  /hardware/intel/common/libva/va/
va_backend.h 232 VAStatus (*vaDeriveImage) (
va.c     [all...]
va.h     [all...]
  /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/mix_video/src/
mixvideoformatenc_mpeg4.c 548 va_status = vaDeriveImage(va_display, surfaces[index],
    [all...]
mixvideoformatenc_preview.c 501 va_status = vaDeriveImage(va_display, surfaces[index],
985 va_status = vaDeriveImage(va_display, surface, &src_image);
991 "Failed to vaDeriveImage\n");
997 LOG_V( "vaDeriveImage Done\n");
    [all...]
mixvideoformatenc_h264.c 563 va_status = vaDeriveImage(va_display, surfaces[index],
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 614 vaStatus = vaDeriveImage(mVADisplay, mVASurface, &destImage);
615 CHECK_VA_STATUS_RETURN("vaDeriveImage");
VideoEncoderBase.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 326 va_res = vaDeriveImage(mVADisplay, *(extMIDs[i]->m_surface), &image);
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp     [all...]
  /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/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 105 va_status = vaDeriveImage(va_dpy, surf, &image);
107 ETRACE("vaDeriveImage returns %08x", va_status);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 110 milliseconds