Searched defs:dstBox (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
451 dstBox->x2 = dstBox->x2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
480 tmp = dstBox->x1;
481 dstBox->x1 = dstBox->y1;
482 dstBox->y1 = pPriv->height_save - tmp;
483 tmp = dstBox
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
1037 BoxRec dstBox; local
[all...]

Completed in 34 milliseconds