Home
last modified time | relevance | path

Searched refs:vaDeriveImage (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h239 va_status = vaDeriveImage(va_dpy,surface_id,&surface_image); in upload_surface()
304 va_status = vaDeriveImage(va_dpy,surface_id, &surface_image); in upload_surface_yuv()
402 va_status = vaDeriveImage(va_dpy,surface_id, &surface_image); in download_surface_yuv()
/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c139 va_status = vaDeriveImage(va_dpy, surface_id, &image_id); in test()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp217 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image); in construct_nv12_mask_surface()
268 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image); in upload_yv12_frame_to_yuv_surface()
370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image); in store_yuv_surface_to_yv12_frame()
/hardware/intel/common/libva/va/
Dva_backend.h232 VAStatus (*vaDeriveImage) ( member
Dva.c1314 VAStatus vaDeriveImage ( in vaDeriveImage() function
1324 return ctx->vtable->vaDeriveImage ( ctx, surface, image ); in vaDeriveImage()
Dva.h2962 VAStatus vaDeriveImage (
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_preview.c501 va_status = vaDeriveImage(va_display, surfaces[index], in mix_videofmtenc_preview_initialize()
985 va_status = vaDeriveImage(va_display, surface, &src_image); in mix_videofmtenc_preview_process_encode()
Dmixvideoformatenc_mpeg4.c548 va_status = vaDeriveImage(va_display, surfaces[index], in mix_videofmtenc_mpeg4_initialize()
1320 va_status = vaDeriveImage(va_display, surface, &src_image); in mix_videofmtenc_mpeg4_process_encode()
Dmixvideoformatenc_h264.c563 va_status = vaDeriveImage(va_display, surfaces[index], in mix_videofmtenc_h264_initialize()
1384 va_status = vaDeriveImage(va_display, surface, &src_image); in mix_videofmtenc_h264_process_encode()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp613 vaStatus = vaDeriveImage(mVADisplay, mVASurface, &destImage); in doActionCopy()
DVideoEncoderBase.cpp1525 vaStatus = vaDeriveImage(mVADisplay, surface, &image); in getNewUsrptrFromSurface()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1161 vaStatus = vaDeriveImage(mVADisplay, mSurfaces[i], &image); in mapSurface()
1210 vaStatus = vaDeriveImage(renderBuffer->display, renderBuffer->surface, &vaImage); in getRawDataFromSurface()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp327 va_res = vaDeriveImage(mVADisplay, *(extMIDs[i]->m_surface), &image); in ProcessorInit()
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp923 vaStatus = vaDeriveImage(mVADisplay, in dumpYUVFrameData()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c449 … va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image); in upload_yuv_to_surface()
Dmpeg2vaenc.c449 … va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image); in upload_yuv_to_surface()
Davcenc.c370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image); in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2174 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image); in upload_yuv_to_surface()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp105 va_status = vaDeriveImage(va_dpy, surf, &image); in MappedSurface()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3255 ctx->vtable->vaDeriveImage = psb_DeriveImage;