/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 839 * [in] iHeight Height of the current block 853 OMX_U32 iHeight [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...] |
/external/libpng/contrib/visupng/ |
PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
PngFile.c | 288 int iWidth, int iHeight, png_color bkgColor) 335 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 353 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) 358 for (i = 0; i < iHeight; i++)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 28 iHeight RN 5 104 M_LDR iHeight, Height 213 SUBS iHeight, iHeight, #2 251 SUBS iHeight, iHeight, #2
|
omxVCM4P10_InterpolateLuma_s.s | 81 iHeight RN 4 110 ;// r4 - iHeight 136 M_LDR iHeight, ptrHeight 139 M_PRINTF "roi.height %d\n", iHeight 409 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...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
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/ |
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/ti/omap4xxx/hwc/ |
hal_public.h | 95 int iHeight;
|
hwc.c | 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); 388 return stride * handle->iHeight; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 256 size.iWidth = size.iHeight; 257 size.iHeight = tmp; 457 if(aSize.iHeight > size.iHeight) 493 for(TInt j = 0; j < aSz.iHeight; j++) 689 pos.iY = asz.iHeight - pos.iY; 699 pos.iY /= asz.iHeight; 701 pos.iY *= iSwSize.iHeight; 717 const TInt dh = (sz.iHeight << 16) / sz.iWidth; 719 if((asz.iWidth * dh ) >> 16 <= asz.iHeight) [all...] |
dsa.cpp | 709 size.iWidth = size.iHeight; 710 size.iHeight = tmp; 905 if(aSize.iHeight > size.iHeight) 947 for(TInt j = 0; j < aSz.iHeight; j++) 997 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight); 1153 pos.iY = asz.iHeight - pos.iY; 1163 pos.iY /= asz.iHeight; 1165 pos.iY *= iSwSize.iHeight; 1181 const TInt dh = (sz.iHeight << 16) / sz.iWidth [all...] |
dsa_new.cpp | 420 size.iWidth = size.iHeight; 421 size.iHeight = tmp; 664 if(aSize.iHeight > size.iHeight) 706 for(TInt j = 0; j < aSz.iHeight; j++) 882 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight); 1084 pos.iY = asz.iHeight - pos.iY; 1094 pos.iY /= asz.iHeight; 1096 pos.iY *= iSwSize.iHeight; 1112 const TInt dh = (sz.iHeight << 16) / sz.iWidth [all...] |
SDL_epocvideo.cpp | 268 Private->iRect.h = sz.iHeight; 410 if(width > screenSize.iWidth || height > screenSize.iHeight) 415 height = screenSize.iHeight; 433 if(width == screenSize.iWidth && height == screenSize.iHeight) 487 Private->iScreenPos.iY = Max(0, (screenSize.iHeight - height) / 2);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 361 Private->EPOC_BytesPerScreen = Private->EPOC_BytesPerScanLine * Private->EPOC_ScreenSize.iHeight; 364 SDL_TRACE1("Screen height %d", screenInfo.iScreenSize.iHeight); 599 if (h > Private->EPOC_ScreenSize.iHeight) { 603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight) 614 Private->EPOC_ScreenOffset.iY = (Private->EPOC_ScreenSize.iHeight - h) / 2; 646 || (h < Private->EPOC_ScreenSize.iHeight)) { 686 for (int y = 0; y < Private->EPOC_ScreenSize.iHeight; y++) { 899 maxY = Min(maxY, Private->EPOC_ScreenSize.iHeight-1); 937 __ASSERT_DEBUG(screenMemory < (screenBuffer + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight), User::Panic(_L("SDL"), KErrCorrupt)); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateLuma_s.s | 71 iHeight RN 4 180 M_LDR iHeight, ptrHeight 536 SUBS iHeight, iHeight, #4
|
/sdk/emulator/opengl/host/libs/Translator/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...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 530 int iTop, iLeft, iWidth, iHeight; 588 iHeight = ((rcl.yTop-rcl.yBottom) * pVideo->hidden->SrcBufferDesc.uiYResolution + swp.cy-1) 592 iHeight+=iYScaleError2; 596 if (iTop+iHeight>pVideo->hidden->SrcBufferDesc.uiYResolution) iHeight = pVideo->hidden->SrcBufferDesc.uiYResolution-iTop; 601 iTop, iLeft, iWidth, iHeight, 608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight); [all...] |
/frameworks/native/opengl/include/EGL/ |
eglext.h | 250 EGLint iHeight;
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 656 pGrallocHandle->iHeight,
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 641 pGrallocHandle->iHeight,
|