HomeSort by relevance Sort by last modified time
    Searched defs:iHeight (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
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
armVCM4P10_Interpolate_Chroma_s.s 42 iHeight RN 5
118 M_LDR iHeight, Height
227 SUBS iHeight, iHeight, #2
265 SUBS iHeight, iHeight, #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 56 iHeight RN 5
148 M_LDRD iWidth, iHeight, Width
215 SUBS iHeight, iHeight, #4
245 SUBS iHeight, iHeight, #2
271 SUBS iHeight, iHeight, #2
291 SUBS iHeight, iHeight, #
    [all...]
omxVCM4P10_InterpolateLuma_s.s 85 iHeight RN 4
194 M_LDR iHeight, ptrHeight
550 SUBS iHeight, iHeight, #4
  /hardware/ti/omap4-aah/hwc/
hal_public.h 95 int iHeight;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 95 int iHeight;
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 877 int32 iHeight = ((NPSize *)plis->arg3.pData)->height;
879 dw1,FormatNPPVariable((NPPVariable)dw2),dw3,iWidth,iHeight);
    [all...]
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 151 int iHeight;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 97 OMX_U32 iHeight;
120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight);
125 OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeight+3*KDeepFiltering))));
128 if((iHeight & 1) !=0)
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1;
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2;
154 ConvertFormatFromPlanar((pComponentPrivate->overlay->iOvlyConvBufPtr+(2*(iWidth+pComponentPrivate->overlay->iAlign)*(iHeight+3*KDeepFiltering))),
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 250 EGLint iHeight;
  /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...]
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 250 EGLint iHeight;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 123 ** varint iHeight; (height from leaf level, always 0)
169 ** varint iHeight; (height from leaf level, always >0)
    [all...]
  /external/mesa3d/include/EGL/
eglext.h 250 EGLint iHeight;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 250 EGLint iHeight;
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 987 ** height iHeight (if iHeight==0, then the node is a leaf). Descend
994 int iHeight,
1006 assert( iHeight>=0 );
1008 if( iHeight==0 ){
1013 if( rc!=SQLITE_OK || isEof || iHeight==0 ){
1028 rc = descendToCell(pRtree, pCursor, iHeight-1, &isEof);
1101 int iHeight = 0;
1107 rc = descendToCell(pRtree, pCsr, iHeight, &isEof);
1119 iHeight++
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 250 EGLint iHeight;
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 578 EGLint iHeight;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 141 ** varint iHeight; (height from leaf level, always 0)
187 ** varint iHeight; (height from leaf level, always >0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]

Completed in 1567 milliseconds

1 2