OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iHeight
(Results
1 - 3
of
3
) sorted by null
/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/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/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 179 milliseconds