Home
last modified time | relevance | path

Searched refs:vaGetImage (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libva/test/basic/
Dtestplan.txt91 - vaGetImage
/hardware/intel/common/libva/va/
Dva_backend.h254 VAStatus (*vaGetImage) ( member
Dva.c1235 VAStatus vaGetImage ( in vaGetImage() function
1249 return ctx->vtable->vaGetImage ( ctx, surface, x, y, width, height, image); in vaGetImage()
Dva.h2901 VAStatus vaGetImage (
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c450 vaStatus = vaGetImage(va_dpy, surface_id, 0, 0, in putsurface_thread()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_vc1.c873 …vaStatus = vaGetImage( mix->va_display, frame->frame_id, 0, 0, ui32SrcWidth, ui32SrcHeight, va_ima… in GetImageFromSurface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3453 if (vaGetImage(va_dpy,zoom_surface_id,0,0, in main()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3325 ctx->vtable->vaGetImage = psb_GetImage;