Searched refs:vaDestroyImage (Results 1 - 17 of 17) sorted by relevance

/hardware/intel/common/libva/test/
H A Dloadsurface.h285 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/
H A Dtest_vaSurfaceAttrib.c150 va_status = vaDestroyImage(va_dpy, image_id.image_id);
/hardware/intel/common/libva/va/
H A Dva_backend.h238 VAStatus (*vaDestroyImage) ( member in struct:VADriverVTable
H A Dva.c1212 VAStatus vaDestroyImage ( function
1221 return ctx->vtable->vaDestroyImage ( ctx, image);
1310 * An image created with vaDeriveImage should be freed with vaDestroyImage. The
H A Dva.h2881 VAStatus vaDestroyImage (
2958 * An image created with vaDeriveImage should be freed with vaDestroyImage. The
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp249 vaDestroyImage(va_dpy, surface_image.image_id);
350 vaDestroyImage(va_dpy, surface_image.image_id);
457 vaDestroyImage(va_dpy, surface_image.image_id);
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_common.c670 va_status = vaDestroyImage(va_dpy, csc_dst_fourcc_image.image_id);
671 CHECK_VASTATUS(va_status,"vaDestroyImage");
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1124 vaStatus = vaDestroyImage(mVADisplay,image.image_id);
1125 CHECK_VA_STATUS("vaDestroyImage");
1236 vaStatus = vaDestroyImage(renderBuffer->display, vaImage.image_id);
1237 CHECK_VA_STATUS("vaDestroyImage");
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp652 vaStatus = vaDestroyImage(mVADisplay, destImage.image_id);
653 CHECK_VA_STATUS_RETURN("vaDestroyImage");
H A DVideoEncoderBase.cpp1549 vaStatus = vaDestroyImage(mVADisplay, image.image_id);
1550 CHECK_VA_STATUS_RETURN("vaDestroyImage");
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp335 vaDestroyImage(mVADisplay, image.image_id);
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp927 vaStatus = vaDestroyImage(mVADisplay,image.image_id);
928 CHECK_VASTATUS("vaDestroyImage");
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c496 vaDestroyImage(ctx->va_dpy, surface_image.image_id);
H A Dmpeg2vaenc.c496 vaDestroyImage(ctx->va_dpy, surface_image.image_id);
H A Davcenc.c421 vaDestroyImage(va_dpy, surface_image.image_id);
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c3188 ctx->vtable->vaDestroyImage = psb_DestroyImage;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2216 vaDestroyImage(va_dpy, surface_image.image_id);

Completed in 579 milliseconds