HomeSort by relevance Sort by last modified time
    Searched full:iwidth (Results 26 - 50 of 66) sorted by null

12 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 55 iWidth RN 4
148 M_LDRD iWidth, iHeight, Width
179 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 196 vinfo.width = h->iWidth;
198 vinfo.lumaStride = h->iWidth;
200 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
204 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
206 if (h->iWidth > 512)
207 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
215 vinfo.lumaStride = (h->iWidth + 31) & ~31;
  /external/libpng/contrib/visupng/
PngFile.c 296 int iWidth, int iHeight, png_color bkgColor)
343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
357 ulRowBytes = iWidth * ciChannels;
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 59 self.iWidth = 0
83 self.iWidth = self.iEnd - self.iStart
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
  /external/skia/src/utils/win/
SkWGL_win.cpp 84 int iWidth,
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/mesa3d/include/GL/
wglext.h 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hal_public.h 94 int iWidth;
rgz_2d.c 255 h->iWidth, h->iHeight, FMT(h->iFormat));
350 srcgeom->width = handle->iWidth;
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 94 int iWidth;
  /external/libpng/
pngpread.c 308 png_ptr->iwidth) + 1;
861 png_ptr->iwidth) + 1);
941 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
pngtest.c 1526 png_uint_32 iwidth, iheight; local
    [all...]
pngstruct.h 266 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
pngrutil.c     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngpread.c 306 png_ptr->iwidth) + 1;
859 png_ptr->iwidth) + 1);
939 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
    [all...]
pngstruct.h 219 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 92 mStride = grallocHandle->iWidth;
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
hal_public.h 149 int iWidth;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_public.h 146 int iWidth;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 105 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
  /external/mesa3d/include/EGL/
eglext.h 249 EGLint iWidth;
  /frameworks/native/opengl/include/EGL/
eglext.h 258 EGLint iWidth;

Completed in 542 milliseconds

12 3