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

  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.h 55 iWidth = 0;
67 iWidth = 0;
79 iWidth = arATVConfig.iWidth;
91 int iWidth;
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder_dpi.h 72 IMPORT_C bool InitVideoDecoder(uint8 *volbuf[], int32 *volbuf_size, int32 nLayers, int32* iWidth, int32* iHeight, int *mode);
205 uint iWidth;
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.h 64 uint32 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/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.h 92 iWidth = aSrc.iWidth;
100 int32 iWidth;
  /external/opencore/pvmi/pvmf/include/
pvmf_timedtext.h 61 uint32 iWidth;
  /external/opencore/fileformats/avi/parser/include/
pv_avifile_typedefs.h 209 iWidth = 0;
230 iWidth = 0;
248 uint32 iWidth;
  /external/qemu/distrib/sdl-1.2.12/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/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 282 uint16 iWidth;
    [all...]

Completed in 944 milliseconds