HomeSort by relevance Sort by last modified time
    Searched full:brect (Results 1 - 19 of 19) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Geometry.h 34 inline void ClipRect(double x, double y, BlendRect &brect)
36 if (y < brect.bot) brect.bot = y;
37 if (y > brect.top) brect.top = y;
38 if (x < brect.lft) brect.lft = x;
39 if (x > brect.rgt) brect.rgt = x;
42 inline void ClipRect(BlendRect rrect, BlendRect &brect)
    [all...]
Blend.h 103 void FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect);
104 void ClipBlendRect(CSite *csite, BlendRect &brect);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
Blend.cpp 159 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect);
161 ClipRect(mb->brect, global_rect);
395 mb->vcrect = mb->brect;
398 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
556 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx);
802 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
812 if (vcrect.lft == brect.lft)
817 if (vcrect.bot == brect.bot)
822 if (vcrect.rgt == brect.rgt)
827 if (vcrect.top == brect.top
    [all...]
MosaicTypes.h 73 BlendRect brect; // This frame warped to the Mosaic coordinate system member in class:MosaicFrame
74 BlendRect vcrect; // brect clipped using the voronoi neighbors
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 34 inline void ClipRect(double x, double y, BlendRect &brect)
36 if (y < brect.bot) brect.bot = y;
37 if (y > brect.top) brect.top = y;
38 if (x < brect.lft) brect.lft = x;
39 if (x > brect.rgt) brect.rgt = x;
42 inline void ClipRect(BlendRect rrect, BlendRect &brect)
    [all...]
Blend.h 103 void FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect);
104 void ClipBlendRect(CSite *csite, BlendRect &brect);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
MosaicTypes.h 73 BlendRect brect; // This frame warped to the Mosaic coordinate system member in class:MosaicFrame
74 BlendRect vcrect; // brect clipped using the voronoi neighbors
Blend.cpp 164 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect);
166 ClipRect(mb->brect, global_rect);
410 mb->vcrect = mb->brect;
413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx);
820 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
830 if (vcrect.lft == brect.lft)
835 if (vcrect.bot == brect.bot)
840 if (vcrect.rgt == brect.rgt)
845 if (vcrect.top == brect.top
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 34 inline void ClipRect(double x, double y, BlendRect &brect)
36 if (y < brect.bot) brect.bot = y;
37 if (y > brect.top) brect.top = y;
38 if (x < brect.lft) brect.lft = x;
39 if (x > brect.rgt) brect.rgt = x;
42 inline void ClipRect(BlendRect rrect, BlendRect &brect)
    [all...]
Blend.h 103 void FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect);
104 void ClipBlendRect(CSite *csite, BlendRect &brect);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
Blend.cpp 164 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect);
166 ClipRect(mb->brect, global_rect);
410 mb->vcrect = mb->brect;
413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx);
800 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
810 if (vcrect.lft == brect.lft)
815 if (vcrect.bot == brect.bot)
820 if (vcrect.rgt == brect.rgt)
825 if (vcrect.top == brect.top
    [all...]
MosaicTypes.h 73 BlendRect brect; // This frame warped to the Mosaic coordinate system member in class:MosaicFrame
74 BlendRect vcrect; // brect clipped using the voronoi neighbors
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BView.h 36 SDL_BView(BRect frame) :
64 BRect bounds;
84 virtual void Draw(BRect updateRect) {
87 BRect dest;
98 virtual void DrawAsync(BRect updateRect) {
100 BRect dest;
SDL_sysyuv.h 64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
SDL_BWin.h 51 SDL_BWin(BRect bounds) :
185 virtual void DrawAsync(BRect updateRect) {
SDL_sysyuv.cc 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
134 BRect bounds;
SDL_sysvideo.cc 265 BRect bounds;
461 BRect bounds = bscreen.Frame();
503 BRect bounds;
626 BRect rect;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 716 hwc_rect_t *bRect = &b->displayFrame;
718 if (bRect->right <= aRect->left ||
719 bRect->left >= aRect->right ||
720 bRect->top >= aRect->bottom ||
721 bRect->bottom <= aRect->top)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysevents.cc 54 BRect bounds;

Completed in 307 milliseconds