HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 26 - 50 of 367) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxd.h 32 int Height;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 57 UINT Height;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 59 UINT Height;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 79 if (attrs.Width <= 0 || attrs.Height <= 0) {
80 _eglLog(_EGL_DEBUG, "bad width or height (%dx%d)",
81 attrs.Width, attrs.Height);
110 templ.height0 = attrs.Height;
119 attrs.Width >= 640 && attrs.Height >= 480)
124 if (attrs.Width != 64 || attrs.Height != 64)
147 if (attrs.Width <= 0 || attrs.Height <= 0 ||
149 _eglLog(_EGL_DEBUG, "bad width, height, or stride (%dx%dx%d)",
150 attrs.Width, attrs.Height, attrs.DRMBufferStrideMESA);
171 nbuf.u.drm.templ.height0 = attrs.Height;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 58 * For example, update the width, height of the RB based on the texture size,
85 rb->Height = swImage->Base.Height;
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraStream.h 108 uint32_t Height,
128 uint32_t Height,
167 uint32_t Height,
234 uint32_t Height,
260 uint32_t Height,
287 uint32_t Height,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 137 fb->Height - fb->_Ymax);
149 a[MAT_SY] = (float)vp->Height / 2;
152 a[MAT_SY] = - (float)vp->Height / 2;
166 a[1] = (float)vp->Height / 2 + vp->Y;
169 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y;
nouveau_fbo.c 87 GLuint width, GLuint height)
95 rb->Height = height;
98 rb->Format, width, height);
155 map += stride * (rb->Height - 1);
175 GLuint width, GLuint height)
181 rb->Height = height;
287 rb->Height = ti->Height;
    [all...]
  /external/mesa3d/src/mesa/main/
framebuffer.c 265 * Resize the given framebuffer's renderbuffers to the new width and height.
276 GLuint width, GLuint height)
292 if (rb->Width != width || rb->Height != height) {
293 if (rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height)) {
295 ASSERT(rb->Height == height);
306 fb->Height = height;
356 if (buffer->Width != newWidth || buffer->Height != newHeight)
    [all...]
debug.c 240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height,
249 fprintf(f,"%i %i\n", width,height);
253 for (y=0; y < height; y++) {
255 int yy = invert ? (height - 1 - y) : y;
286 buffer = (GLubyte *) malloc(img->Width * img->Height
298 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
335 buffer = (GLubyte *) malloc(rb->Width * rb->Height * 4);
337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
348 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
377 texImg->Width, texImg->Height, texImg->Depth
    [all...]
texgetimage.c 80 const GLint height = texImage->Height; local
96 0, 0, width, height, GL_MAP_READ_BIT,
100 for (row = 0; row < height; row++) {
102 width, height, format, type,
130 const GLint height = texImage->Height; local
140 0, 0, width, height, GL_MAP_READ_BIT,
144 for (row = 0; row < height; row++) {
147 width, height, format, type
175 const GLint height = texImage->Height; local
235 const GLuint height = texImage->Height; local
328 GLuint height = texImage->Height; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 228 if (ctx->Height <= 400)
230 else if (ctx->Height < 800)
233 ctx->sRCParams.Slices = (ctx->Height + 15) >> (4 + (MBRows >> 1));
272 ASSERT(ctx->Height == pBuffer->picture_height);
276 if ((ctx->Width == 128) && (ctx->Height == 96))
278 else if ((ctx->Width == 176) && (ctx->Height == 144))
280 else if ((ctx->Width == 352) && (ctx->Height == 288))
282 else if ((ctx->Width == 704) && (ctx->Height == 576))
284 else if ((ctx->Width <= 720) && (ctx->Height <= 576))
302 ctx->Height,
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_sse2.c 71 unsigned int Height,
83 unsigned int Height,
93 unsigned int Height,
103 unsigned int Height,
113 unsigned int Height,
123 unsigned int Height,
133 unsigned int Height,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_sse2.c 72 unsigned int Height,
84 unsigned int Height,
94 unsigned int Height,
104 unsigned int Height,
114 unsigned int Height,
124 unsigned int Height,
134 unsigned int Height,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 46 (FX_INT32)rcClient.Width(), (FX_INT32)rcClient.Height());
64 fVScale = rcClient.Height() / fImageH;
143 if (rcClient.Width() >= rcClient.Height())
150 rcText.bottom = rcText.top - rcClient.Height() / 2.0f;
151 rcDescription.top = rcDescription.bottom + rcClient.Height() / 2.0f;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 237 // Check if height resources for MBB are valid and return the TBI.
362 unsigned Height = SuccTBI->InstrHeight;
363 if (!Best || Height < BestHeight)
364 Best = Succ, BestHeight = Height;
495 // The trace leaving I is now known, compute the height resources.
506 // Invalidate height resources of blocks above MBB.
513 << " height.\n");
585 "Trace is broken, height should have been invalidated.");
599 // Compute the depth and height of each instruction based on data dependencies
744 /// 1. The maximum height+depth over all instructions in the trace center block
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 79 GLsizei width, GLsizei height,
161 &dstx, &dsty, &width, &height))
171 read_fb->Width, read_fb->Height,
172 &srcx, &srcy, &width, &height))
181 dsty = fb->Height - dsty - height;
187 srcy = read_fb->Height - srcy - height;
199 width, height, flip,
217 GLsizei width, GLsizei height,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 56 texd.Height = 32;
92 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
97 vp.Height = (float)height;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 30 int32_t SmallGlyphMetrics::Height() {
64 int32_t SmallGlyphMetrics::Builder::Height() {
68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) {
69 InternalWriteData()->WriteByte(Offset::kHeight, height);
  /development/perftests/panorama/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/mesa3d/src/egl/main/
eglimage.c 79 attrs->Height = val;
eglimage.h 49 EGLint Height;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.h 32 int64_t Height(SkPdfNativeDoc* doc);
  /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/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);

Completed in 4411 milliseconds

12 3 4 5 6 7 8 91011>>