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

  /hardware/intel/common/libva/test/
loadsurface.h 285 vaDestroyImage(va_dpy,surface_image.image_id);
379 vaDestroyImage(va_dpy,surface_image.image_id);
477 vaDestroyImage(va_dpy,surface_image.image_id);
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 150 va_status = vaDestroyImage(va_dpy, image_id.image_id);
  /hardware/intel/common/libva/va/
va_backend.h 238 VAStatus (*vaDestroyImage) (
va.c     [all...]
va.h     [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 249 vaDestroyImage(va_dpy, surface_image.image_id);
350 vaDestroyImage(va_dpy, surface_image.image_id);
457 vaDestroyImage(va_dpy, surface_image.image_id);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 639 vaStatus = vaDestroyImage(mVADisplay, destImage.image_id);
640 CHECK_VA_STATUS_RETURN("vaDestroyImage");
VideoEncoderBase.cpp     [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 670 va_status = vaDestroyImage(va_dpy, csc_dst_fourcc_image.image_id);
671 CHECK_VASTATUS(va_status,"vaDestroyImage");
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /external/libvncserver/libvncclient/
h264.c 496 va_status = vaDestroyImage(va_dpy, decoded_image.image_id);
497 CHECK_VASTATUS(va_status, "vaDestroyImage");
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c     [all...]
mixvideoformatenc_preview.c 1056 va_status = vaDestroyImage(va_display, src_image.image_id);
1060 "Failed to vaDestroyImage\n");
    [all...]
mixvideoformatenc_h264.c     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 113 vaDestroyImage(va_dpy, image.image_id);
126 va_status = vaDestroyImage(va_dpy, image.image_id);
127 if (va_status != VA_STATUS_SUCCESS) ETRACE("vaDestroyImage returns %08x", va_status);
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 496 vaDestroyImage(ctx->va_dpy, surface_image.image_id);
    [all...]
mpeg2vaenc.c 496 vaDestroyImage(ctx->va_dpy, surface_image.image_id);
    [all...]
avcenc.c 421 vaDestroyImage(va_dpy, surface_image.image_id);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 2756 milliseconds