Home
last modified time | relevance | path

Searched refs:vaDestroyImage (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h285 vaDestroyImage(va_dpy,surface_image.image_id); in upload_surface()
379 vaDestroyImage(va_dpy,surface_image.image_id); in upload_surface_yuv()
477 vaDestroyImage(va_dpy,surface_image.image_id); in download_surface_yuv()
/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c150 va_status = vaDestroyImage(va_dpy, image_id.image_id); in test()
Dtestplan.txt85 - vaCreateImage, vaDestroyImage
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp249 vaDestroyImage(va_dpy, surface_image.image_id); in construct_nv12_mask_surface()
350 vaDestroyImage(va_dpy, surface_image.image_id); in upload_yv12_frame_to_yuv_surface()
457 vaDestroyImage(va_dpy, surface_image.image_id); in store_yuv_surface_to_yv12_frame()
/hardware/intel/common/libva/va/
Dva_backend.h238 VAStatus (*vaDestroyImage) ( member
Dva.c1206 VAStatus vaDestroyImage ( in vaDestroyImage() function
1215 return ctx->vtable->vaDestroyImage ( ctx, image); in vaDestroyImage()
Dva.h2881 VAStatus vaDestroyImage (
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c670 va_status = vaDestroyImage(va_dpy, csc_dst_fourcc_image.image_id); in main()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp639 vaStatus = vaDestroyImage(mVADisplay, destImage.image_id); in doActionCopy()
DVideoEncoderBase.cpp1554 vaStatus = vaDestroyImage(mVADisplay, image.image_id); in getNewUsrptrFromSurface()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1190 vaStatus = vaDestroyImage(mVADisplay,image.image_id); in mapSurface()
1307 vaStatus = vaDestroyImage(renderBuffer->display, vaImage.image_id); in getRawDataFromSurface()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c1056 va_status = vaDestroyImage(va_display, src_image.image_id); in mix_videofmtenc_preview_process_encode()
Dmixvideoformatenc_mpeg4.c1391 va_status = vaDestroyImage(va_display, src_image.image_id); in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformatenc_h264.c1455 va_status = vaDestroyImage(va_display, src_image.image_id); in mix_videofmtenc_h264_process_encode()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp940 vaStatus = vaDestroyImage(mVADisplay,image.image_id); in dumpYUVFrameData()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp113 vaDestroyImage(va_dpy, image.image_id); in MappedSurface()
126 va_status = vaDestroyImage(va_dpy, image.image_id); in ~MappedSurface()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c496 vaDestroyImage(ctx->va_dpy, surface_image.image_id); in upload_yuv_to_surface()
Dmpeg2vaenc.c496 vaDestroyImage(ctx->va_dpy, surface_image.image_id); in upload_yuv_to_surface()
Davcenc.c421 vaDestroyImage(va_dpy, surface_image.image_id); in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2216 vaDestroyImage(va_dpy, surface_image.image_id); in upload_yuv_to_surface()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3323 ctx->vtable->vaDestroyImage = psb_DestroyImage;