Home | History | Annotate | Download | only in src

Lines Matching defs:SURFACE

64 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
464 static PPVR2DMEMINFO psb_wrap_surface_pvr2dbuf(psb_driver_data_p driver_data, VASurfaceID surface)
469 object_surface_p obj_surface = SURFACE(surface);
479 if (driver_data->wrapped_surface_id[i] == surface && driver_data->videoBuf[i]) {
510 driver_data->wrapped_surface_id[i] = surface;
525 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
538 obj_surface = SURFACE(surface);
549 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Invalid surface ID 0x%08x!\n", __func__, surface);
573 pVaVideoMemInfo = psb_wrap_surface_pvr2dbuf(driver_data, surface);
797 for the input surface and NominalRange_0_255 for the outpur surface:
830 * Depending on the nominal ranges of the input YUV surface and the output RGB
831 * surface, it might be needed to perform some scaling on the transfer matrix.