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

  /hardware/intel/img/psb_video/src/
psb_overlay.c 414 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->x2
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 598 BoxRec dstBox;
607 dstBox.x1 = drw_x;
608 dstBox.x2 = drw_x + drw_w;
609 dstBox.y1 = drw_y;
610 dstBox.y2 = drw_y + drw_h;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 598 BoxRec dstBox;
607 dstBox.x1 = drw_x;
608 dstBox.x2 = drw_x + drw_w;
609 dstBox.y1 = drw_y;
610 dstBox.y2 = drw_y + drw_h;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,

Completed in 2602 milliseconds