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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 96 iWidth RN 5
125 ;// r5 - iWidth
149 M_LDR iWidth, ptrWidth
152 M_PRINTF "roi.width %d\n", iWidth
415 SUBS iWidth, iWidth, #4
424 M_LDR iWidth, ptrWidth
428 SUB pSrc, pSrc, iWidth
429 SUB pDst, pDst, iWidth
armVCM4P10_Interpolate_Chroma_s.s 41 iWidth RN 4
117 M_LDR iWidth, Width
131 SUB temp, iWidth, #1
136 ORR iWidth, iWidth, temp, LSL #16
177 ;// iWidth packed with MSB (top 16 bits)
179 ;// (iWidth -1) and LSB (lower 16 bits)
182 SUBS iWidth, iWidth, #1<<17
228 ADD iWidth, iWidth, #1<<1
    [all...]
  /hardware/ti/omap4-aah/hwc/
hal_public.h 94 int iWidth;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 94 int iWidth;
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 876 int32 iWidth = ((NPSize *)plis->arg3.pData)->width;
879 dw1,FormatNPPVariable((NPPVariable)dw2),dw3,iWidth,iHeight);
    [all...]
  /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
omxVCM4P10_InterpolateLuma_s.s 86 iWidth RN 5
193 M_LDR iWidth, ptrWidth
544 SUBS iWidth, iWidth, #4
551 M_LDR iWidth, ptrWidth
555 SUB pSrc, pSrc, iWidth
556 SUB pDst, pDst, iWidth
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 150 int iWidth;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 98 OMX_U32 iWidth;
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
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))));
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))),
167 static OMX_U32 iWidth ;
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 530 int iTop, iLeft, iWidth, iHeight;
586 iWidth = ((rcl.xRight-rcl.xLeft) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1)
591 iWidth+=iXScaleError2;
597 if (iLeft+iWidth>pVideo->hidden->SrcBufferDesc.uiXResolution) iWidth = pVideo->hidden->SrcBufferDesc.uiXResolution-iLeft;
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 249 EGLint iWidth;
  /external/mesa3d/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 249 EGLint iWidth;
  /frameworks/native/opengl/include/EGL/
eglext.h 249 EGLint iWidth;
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 577 EGLint iWidth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h 610 #define Header_SetBitmapMargin(hwnd,iWidth) (int)SNDMSG((hwnd),HDM_SETBITMAPMARGIN,(WPARAM)(iWidth),0)
    [all...]
winuser.h     [all...]

Completed in 780 milliseconds