HomeSort by relevance Sort by last modified time
    Searched refs:Width (Results 126 - 150 of 462) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 235 pSequenceParams->bits_per_second = ctx->Height * ctx->Width * 30 * 12;
253 max_bps = (ctx->Width * ctx->Height * 3 / 2 ) * 8 * ctx->sRCParams.FrameRate;
254 if (ctx->Width > 720)
259 drv_debug_msg(VIDEO_DEBUG_GENERAL, " width %d height %d, frame rate %d\n",
260 ctx->Width, ctx->Height, ctx->sRCParams.FrameRate);
613 //ASSERT(ctx->Width == pBuffer->picture_width);
738 MBSkipRun = (pBuffer->slice_height * ctx->Width) / 16;
747 FirstMBAddress = (pBuffer->start_row_number * ctx->Width) / 16;
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testshader.c 286 /* Use the surface width and height expanded to powers of 2 */
335 void InitGL(int Width, int Height) /* We call this right after our OpenGL window is created. */
339 glViewport(0, 0, Width, Height);
349 aspect = (GLdouble)Width / Height;
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 76 int width = mWidth; /* width of channel */ local
324 uint32_t Width,
331 Width,
551 uint32_t Width,
559 Width,
  /external/libmpeg2/common/arm/
icv_variance_a9.s 55 @* Width (assumed to be 8)
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 39 unsigned Base, Width, Offset;
41 : Base(B), Width(W), Offset(O) { }
52 void addField(unsigned Base, unsigned Width, unsigned Offset) {
53 Fields.push_back(EncodingField(Base, Width, Offset));
330 // Width of instructions
657 // two as to account for the width of the NumToSkip field itself.
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 162 dri2_surf->base.Width = -1;
259 dri2_surf->base.Width, dri2_surf->base.Height,
282 dri2_surf->base.Width, dri2_surf->base.Height);
423 int *width, int *height,
436 (dri2_surf->base.Width != dri2_surf->wl_win->width ||
441 dri2_surf->base.Width = dri2_surf->wl_win->width;
466 dri2_surf->base.Width, dri2_surf->base.Height);
488 *width = dri2_surf->base.Width
    [all...]
  /external/mesa3d/src/egl/main/
eglsurface.h 55 EGLint Width, Height;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 8 unsigned width, height; variable
29 width = 512;
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
38 swap_chain_desc.BufferDesc.Width = width;
88 width = event.xconfigure.width;
90 swap_chain->ResizeBuffers(3, width, height, format, 0);
94 else if(width && height)
103 app->draw(ctx, rtv, width, height, ctime)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 68 ctx->Line.Width) * 8);
nouveau_util.h 146 a[MAT_SX] = (float)vp->Width / 2;
163 a[0] = (float)vp->Width / 2 + vp->X;
nv10_state_fb.c 60 unsigned pitch = align(fb->Width, 128),
193 PUSH_DATA (push, (fb->Width - 1) << 16 | 0x08000800);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.c 64 ctx->Driver.MapRenderbuffer(ctx, rb, 0, 0, rb->Width, rb->Height,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 86 strb->Base.Width = ps->width;
128 ps->width, ps->height, 1, 0, internalFormat,
136 stObj->width0 = ps->width;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 404 << rcBBox.Width() << " " << rcBBox.Height() << " re f\n"
506 if (rcContent.Width() > rcBody.Width() ||
509 << rcBody.Width() << " " << rcBody.Height()
552 << rcEdit.Width() << " " << rcEdit.Height() << " re\nW\nn\n";
563 << rcButton.Width() << " " << rcButton.Height() << " re f\n";
573 if (IsFloatBigger(rcButton.Width(), 6) &&
642 << rcItem.Width() << " " << rcItem.Height() << " re f\n"
665 << rcBody.Width() << " " << rcBody.Height() << " re\nW\nn\n";
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index,
  /external/mesa3d/src/mesa/main/
texobj.c 482 /* Check width/height/depth for zero */
483 if (baseImage->Width == 0 ||
486 incomplete(t, BASE, "texture width or height or depth = 0");
553 * Note: we know that the image's width==height (we enforce that
554 * at glTexImage time) so we only need to test the width here.
581 GLuint width, height, depth, face; local
589 width = baseImage->Width2;
596 if (width > 1) {
597 width /= 2;
623 if (img->Width2 != width) {
724 const GLsizei width = 1, height = 1, depth = 1; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 50 uint32_t Width,
61 Width,
QCameraStream.cpp 75 mWidth = res->width;
80 if (mWidth != res->width || mHeight != res->height)
87 res->width = mWidth;
251 stream_config.fmt.width = mWidth;
261 mHalCamCtrl->mRdiWidth = stream_config.fmt.width;
265 mWidth = stream_config.fmt.width;
282 uint32_t Width,
292 mWidth(Width),
339 v4l2_crop.width,
344 mCrop.width = v4l2_crop.width
    [all...]
  /external/giflib/
dgif_lib.c 351 DGifGetWord(GifFile, &GifFile->Image.Width) == GIF_ERROR ||
427 Private->PixelCount = (long)GifFile->Image.Width *
450 LineLen = GifFile->Image.Width;
    [all...]
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
219 int GifQuantizeBuffer(unsigned int Width, unsigned int Height,
  /external/libedit/src/
chartype.h 113 Width(wchar_t c)
167 #define Width(c) 1
225 /* Visual width of character c, taking into account ^? , \0177 and \U+nnnnn
230 * the width given by ct_visual_width(). Returns the number of characters used
239 /* printable character, use ct_visual_width() to find out display width */
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 145 void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
149 vp.Width = (float)width;
153 if(width != cur_width || height != cur_height)
160 zsbufd.Width = width;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 139 templ.width0 = gsurf->base.Width;
241 &gsurf->sequence_number, textures, &gsurf->base.Width,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 226 GLuint width, GLuint height)
259 rb->Width = width;
267 _mesa_get_format_name(rb->Format), width, height);
269 if (width == 0 || height == 0)
273 width, height,
320 rb->Width = image->region->width;
335 GLenum internalFormat, GLuint width, GLuint height)
338 rb->Width = width
    [all...]
intel_tex.c 92 image->Width, image->Height, image->Depth, intel_texobj->mt);
107 image->Width, image->Height, image->Depth, intel_image->mt);
120 GLsizei levels, GLsizei width,

Completed in 764 milliseconds

1 2 3 4 56 7 8 91011>>