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

  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.h 56 iHeight = 0;
68 iHeight = 0;
80 iHeight = arATVConfig.iHeight;
92 int iHeight;
  /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);
204 uint iHeight;
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.h 65 uint32 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/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_outport.h 93 iHeight = aSrc.iHeight;
101 int32 iHeight;
  /external/opencore/pvmi/pvmf/include/
pvmf_timedtext.h 62 uint32 iHeight;
  /external/opencore/fileformats/avi/parser/include/
pv_avifile_typedefs.h 210 iHeight = 0;
231 iHeight = 0;
249 uint32 iHeight;
  /external/qemu/distrib/sdl-1.2.12/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/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 283 uint16 iHeight;
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1299 milliseconds