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

  /hardware/intel/common/libva/va/
va_x11.h 49 VAStatus vaPutSurface (
va_android.h 63 VAStatus vaPutSurface (
va_backend.h 201 VAStatus (*vaPutSurface) (
  /hardware/intel/common/libva/test/common/
va_display_android.cpp 90 return vaPutSurface(va_dpy, surface, anw,
va_display_x11.c 125 return vaPutSurface(va_dpy, surface, x11_window,
  /hardware/intel/common/libva/va/android/
va_android.cpp 184 extern int fool_postp; /* do nothing for vaPutSurface if set */
185 extern int trace_flag; /* trace vaPutSurface parameters */
205 VAStatus vaPutSurface (
237 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
  /hardware/intel/common/libva/va/x11/
va_x11.c 234 VAStatus vaPutSurface (
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,
  /hardware/intel/common/libva/test/basic/
test.c 71 vaPutSurface(va_dpy, surfaces[0], win, 0, 0, 720, 480, 0, 0, 720, 480, 0);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 67 vaPutSurface(
putsurface_common.c 302 // 3.3 create a temp VASurface for final rendering(vaPutSurface)
461 vaStatus = vaPutSurface(va_dpy, csc_render_surface, CAST_DRAWABLE(drawable),
467 CHECK_VASTATUS(vaStatus,"vaPutSurface");
470 vaStatus = vaPutSurface(va_dpy, surface_id, CAST_DRAWABLE(drawable),
476 CHECK_VASTATUS(vaStatus,"vaPutSurface");
574 printf("Two threads to do vaPutSurface\n");
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c     [all...]
mixvideoformatenc_h264.c     [all...]
mixvideo.c 1203 /* TODO: the last param of vaPutSurface is de-interlacing flags,
1205 va_status = vaPutSurface(priv->va_display, (VASurfaceID) va_surface_id,
1212 LOG_E("Failed vaPutSurface() : va_status = %d\n", va_status);
    [all...]
  /external/libvncserver/libvncclient/
h264.c 475 /* use efficient vaPutSurface() method of putting the framebuffer on the screen */
477 /* vaPutSurface() clears window contents outside the given destination rectangle => always update full screen. */
478 va_status = vaPutSurface(va_dpy, curr_surface, client->outputWindow, 0, 0, f_width, f_height, 0, 0, f_width, f_height, NULL, 0, VA_FRAME_PICTURE);
479 CHECK_VASTATUS(va_status, "vaPutSurface");
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 946 status = ctx->vtable->vaPutSurface(
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 5448 milliseconds