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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 29 iHeight RN 9
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #
    [all...]
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
armVCM4P10_Interpolate_Chroma_s.s 28 iHeight RN 5
104 M_LDR iHeight, Height
213 SUBS iHeight, iHeight, #2
251 SUBS iHeight, iHeight, #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 29 iHeight RN 9
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 42 iHeight RN 5
134 M_LDRD iWidth, iHeight, Width
201 SUBS iHeight, iHeight, #4
231 SUBS iHeight, iHeight, #2
257 SUBS iHeight, iHeight, #2
277 SUBS iHeight, iHeight, #
    [all...]
omxVCM4P10_InterpolateLuma_s.s 71 iHeight RN 4
180 M_LDR iHeight, ptrHeight
536 SUBS iHeight, iHeight, #4
  /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/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/chromium_org/third_party/angle_dx11/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/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/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...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1153 milliseconds