HomeSort by relevance Sort by last modified time
    Searched defs:Height (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.cc 27 int CairoCachedSurface::Height() const {
custom_button.cc 66 int CustomDrawButtonBase::Height() const {
67 return surfaces_[0]->Height();
103 int y = widget->allocation.height - pixbuf->Height();
334 button_base_.Height());
  /external/libvpx/vp8/common/
onyxd.h 30 int Height;
onyx.h 105 int Height; // height of data passed to the compressor
onyxc_int.h 92 int Height;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 75 Height RN 3
omxVCM4P10_InterpolateLuma_s.s 27 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
40 ;// roi.width or roi.height is not out of range {4, 8, 16}.
123 Height RN 9
139 M_PRINTF "roi.height %d\n", iHeight
183 MOV Height, #4
193 MOV Height, #4
202 MOV Height, #4
212 MOV Height, #9
223 MOV Height, #4
232 MOV Height, #
    [all...]
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 92 Height RN 3
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 172 // Check if height resources for MBB are valid and return the TBI.
270 unsigned Height = SuccTBI->InstrHeight;
271 if (!Best || Height < BestHeight)
272 Best = Succ, BestHeight = Height;
407 // The trace leaving I is now known, compute the height resources.
418 // Invalidate height resources of blocks above MBB.
425 << " height.\n");
498 "Trace is broken, height should have been invalidated.");
512 // Compute the depth and height of each instruction based on data dependencies
657 /// 1. The maximum height+depth over all instructions in the trace center block
    [all...]
MachineTraceMetrics.h 37 // dependencies only. We also compute the resource height, which is the number
115 /// For virtual registers: Minimum height of the defining instruction.
116 /// For regunits: Height of the highest user in the trace.
117 unsigned Height;
119 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
157 /// Returns true if the height resources have been computed from the trace
164 /// Invalidate height resources when a block below this one has changed.
167 // Data-dependency-related information. Per-instruction depth and height
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 29 ImageRGBA(unsigned char* image, int width, int height)
30 : image_(image), width_(width), height_(height) {
38 int Height() const {
131 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
140 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /external/libvpx/vp8/decoder/
decodframe.c 604 const int Height = pc->Height;
613 pc->Height = (data[5] | (data[6] << 8)) & 0x3fff;
617 if (Width != pc->Width || Height != pc->Height)
628 if (pc->Height <= 0)
630 pc->Height = Height;
632 "Invalid frame height");
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 68 // Thus (c,r) is usually in the domain [0, width) X [0, height)
87 // for (int r = 0; r < im->Height(); ++r) {
193 int Height() const {return image_->height; }
235 WImageView<T> View(int c, int r, int width, int height);
271 WImageViewC<T, C> View(int c, int r, int width, int height);
310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) {
311 Allocate(width, height, nchannels);
320 void Allocate(int width, int height, int nchannels);
330 Allocate(src.Width(), src.Height());
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 222 sub = subtag(tag, ";height=");
225 addParagraphSpan(buffer, new Height(size),
336 * Forces the text line to be the specified height, shrinking/stretching
340 private static class Height implements LineHeightSpan.WithDensity {
344 public Height(int size) {
370 * the height of a capital letter actually is,
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
  /external/opencv/otherlibs/highgui/
highgui.h 171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
258 return !img ? 0 : !img->roi ? img->height : img->roi->height;
304 dr.bottom = sr.y + sr.height;
317 roi.height = r.bottom - r.top;
342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 );
370 /* width and height of ROI */
372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;};
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 131 M4OSA_UInt32 height; /**< Frame height */ member in struct:__anon17402
193 M4OSA_UInt32 Height ;
  /external/jhead/
jhead.h 85 int Height, Width;
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 291 bool isHeightCurrent : 1; // True if Height is current.
293 unsigned Height; // Node height.
312 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
326 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
339 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
392 /// getHeight - Return the height of this node, which is the length of the
397 return Height;
406 /// depth value, set it to be the new height value. This also
416 /// stored Height value will require recomputation the next tim
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 90 "disable-sched-height", cl::Hidden, cl::init(false),
91 cl::desc("Disable scheduled-height priority in sched=list-ilp"));
359 // Updating predecessor's height. This is now the cycle when the
369 unsigned Height = PredSU->getHeight();
370 if (Height < MinAvailableCycle)
371 MinAvailableCycle = Height;
692 DEBUG(dbgs() << " Height [" << SU->getHeight()
696 // FIXME: Do not modify node height. It may interfere with
887 // FIXME: use ready cycle instead of height
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 102 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart;
109 Height = 16;
113 Height = 8;
117 Height = 16;
121 Height = 8;
320 MaxYPart = 16/Height;
336 Height = 8;
340 Height = 4;
344 Height = 8;
348 Height = 4
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 107 WebRtc_UWord16 height; member in struct:webrtc::RTPVideoHeader
501 * Get frame height
503 WebRtc_UWord32 Height() const {return _height;}
509 * Set frame height
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
  /external/mesa3d/src/mesa/main/
mtypes.h 1067 GLsizei Width, Height; /**< Size of box */
    [all...]

Completed in 2190 milliseconds

1 2