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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 82 iWidth RN 5
111 ;// r5 - iWidth
135 M_LDR iWidth, ptrWidth
138 M_PRINTF "roi.width %d\n", iWidth
401 SUBS iWidth, iWidth, #4
410 M_LDR iWidth, ptrWidth
414 SUB pSrc, pSrc, iWidth
415 SUB pDst, pDst, iWidth
armVCM4P10_Interpolate_Chroma_s.s 27 iWidth RN 4
103 M_LDR iWidth, Width
117 SUB temp, iWidth, #1
122 ORR iWidth, iWidth, temp, LSL #16
163 ;// iWidth packed with MSB (top 16 bits)
165 ;// (iWidth -1) and LSB (lower 16 bits)
168 SUBS iWidth, iWidth, #1<<17
214 ADD iWidth, iWidth, #1<<1
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 94 int iWidth;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 41 iWidth RN 4
134 M_LDRD iWidth, iHeight, Width
165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
omxVCM4P10_InterpolateLuma_s.s 72 iWidth RN 5
179 M_LDR iWidth, ptrWidth
530 SUBS iWidth, iWidth, #4
537 M_LDR iWidth, ptrWidth
541 SUB pSrc, pSrc, iWidth
542 SUB pDst, pDst, 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/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...]

Completed in 665 milliseconds