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

12 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h     [all...]
omxVC.h 69 * iHeight - Height of the blocks
86 * - iHeight is not 4, 8, or 16.
96 OMX_U32 iHeight
117 * iHeight - Height of the blocks
134 * - iHeight is not 8 or 16.
144 OMX_U32 iHeight
417 * iHeight - Height of the block
433 * - iHeight is not 8 or 16
442 OMX_U32 iHeight
460 * iHeight - Height of the block
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h     [all...]
omxVC.h 69 * iHeight - Height of the blocks
86 * - iHeight is not 4, 8, or 16.
96 OMX_U32 iHeight
117 * iHeight - Height of the blocks
134 * - iHeight is not 8 or 16.
144 OMX_U32 iHeight
417 * iHeight - Height of the block
433 * - iHeight is not 8 or 16
442 OMX_U32 iHeight
460 * iHeight - Height of the block
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h     [all...]
omxVC.h 69 * iHeight - Height of the blocks
86 * - iHeight is not 4, 8, or 16.
96 OMX_U32 iHeight
117 * iHeight - Height of the blocks
134 * - iHeight is not 8 or 16.
144 OMX_U32 iHeight
417 * iHeight - Height of the block
433 * - iHeight is not 8 or 16
442 OMX_U32 iHeight
460 * iHeight - Height of the block
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 56 mHeight = grallocHandle->iHeight;
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
PngFile.c 296 int iWidth, int iHeight, png_color bkgColor)
343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
361 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)
366 for (i = 0; i < iHeight; i++)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 71 int iHeight,
94 if (iWidth <= 0 || iHeight <= 0) {
120 if (iHeight > stw_dev->max_2d_length) {
122 iHeight = stw_dev->max_2d_length;
163 rect.bottom = rect.top + iHeight;
202 assert(rect.bottom - rect.top == iHeight);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 42 iHeight RN 5
118 M_LDR iHeight, Height
227 SUBS iHeight, iHeight, #2
265 SUBS iHeight, iHeight, #2
omxVCM4P10_InterpolateLuma_s.s 95 iHeight RN 4
124 ;// r4 - iHeight
150 M_LDR iHeight, ptrHeight
153 M_PRINTF "roi.height %d\n", iHeight
423 SUBS iHeight, iHeight, #4
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 60 self.iHeight = 0
85 self.iHeight = height
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
257 Marker1.iHeight = gHeight / iOverlaps
258 Marker1.iTop = iTop * Marker1.iHeight
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
277 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
284 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockRealMatrix.java 169 final int iHeight = blockHeight(iBlock);
171 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
174 blockData[index].length, iHeight * blockWidth(jBlock));
230 final int iHeight = pEnd - pStart;
237 final double[] block = new double[iHeight * jWidth];
278 final int iHeight = pEnd - pStart;
283 blocks[blockIndex] = new double[iHeight * jWidth];
673 final int iHeight = blockHeight(iBlock);
677 for (int i = 0; i < iHeight; ++i) {
724 final int iHeight = out.blockHeight(iBlock)
    [all...]
BlockFieldMatrix.java 172 final int iHeight = blockHeight(iBlock);
174 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
177 blockData[index].length, iHeight * blockWidth(jBlock));
236 final int iHeight = pEnd - pStart;
243 final T[] block = buildArray(field, iHeight * jWidth);
288 final int iHeight = pEnd - pStart;
293 blocks[blockIndex] = buildArray(field, iHeight * jWidth);
699 final int iHeight = out.blockHeight(iBlock);
710 final int heightExcess = iHeight + rowsShift - BLOCK_SIZE;
728 outBlock, jWidth, iHeight - heightExcess, 0)
    [all...]
  /hardware/ti/omap4-aah/hwc/
hal_public.h 95 int iHeight;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 95 int iHeight;
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.h 98 int32_t iHeight,
fx_gdifont.cpp 519 int32_t iHeight,
526 for (j = iHeight - 1; j >= 0; --j) {
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_public.h 147 int iHeight;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_public.h 147 int iHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 85 iHeight RN 4
194 M_LDR iHeight, ptrHeight
550 SUBS iHeight, iHeight, #4
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglext.h 344 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
392 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
  /external/skia/src/utils/win/
SkWGL_win.cpp 88 int iHeight,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 93 mSurfaceHeight = grallocHandle->iHeight;

Completed in 885 milliseconds

12 3