HomeSort by relevance Sort by last modified time
    Searched refs:VARectangle (Results 26 - 43 of 43) sorted by null

12

  /hardware/intel/img/psb_video/src/
psb_overlay.h 295 VARectangle last_clipbox[16];
psb_drv_video.h 280 VARectangle render_rect;
psb_drv_video.c     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 537 VARectangle *pVaWindowClipRects = NULL;
557 pVaWindowClipRects = (VARectangle *)calloc(1, sizeof(VARectangle) * output->ui32NumClipBoxList);
563 memset(pVaWindowClipRects, 0, sizeof(VARectangle)*output->ui32NumClipBoxList);
596 (memcmp(&pVaWindowClipRects[0], &(pPriv->last_clipbox[0]), (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle)) != 0))) {
598 memcpy(&pPriv->last_clipbox[0], &pVaWindowClipRects[0], (output->ui32NumClipBoxList > 16 ? 16 : output->ui32NumClipBoxList)*sizeof(VARectangle));
    [all...]
psb_x11.c 467 VARectangle *cliprects, /* client supplied clip list */
psb_xvva.c 381 VARectangle *cliprects, /* client supplied clip list */
670 VARectangle *cliprects, /* client supplied clip list */
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 419 VARectangle surface_region;
420 VARectangle output_region;
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 383 static void update_clipbox(VARectangle *cliprects, int width, int height)
413 VARectangle cliprects[2]; /* client supplied clip list */
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 257 VARectangle src_rect, dst_rect;
tinyjpeg.c 831 VARectangle src_rect, dst_rect;
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 470 VARectangle *cliprects, /* client supplied clip list */
  /hardware/intel/common/libva/va/
va.h 255 } VARectangle;
    [all...]
va_trace.c     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 749 VARectangle dst_region;
755 VARectangle src_region;
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 728 VARectangle surface_region, output_region;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.c 1106 VARectangle *va_cliprects = NULL;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 329 milliseconds

12