OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iRBuff
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c
111
pComponentPrivate->overlay->
iRBuff
= NULL ;
134
pComponentPrivate->overlay->
iRBuff
= (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
268
if( (*pComponentPrivate->overlay->
iRBuff
<=nKeyMax1 &&
269
*pComponentPrivate->overlay->
iRBuff
>=nKeyMin1) &&
281
*y=(OMX_U8)((77*(OMX_S32)(*pComponentPrivate->overlay->
iRBuff
) +
284
*puu=(OMX_U8)(((160*((OMX_S32)(*pComponentPrivate->overlay->
iRBuff
) - (OMX_S32)(*y)))>>8) + 128);
299
pComponentPrivate->overlay->
iRBuff
+= 3*nIncAlign;
304
pComponentPrivate->overlay->
iRBuff
-= 3*iWidth*2;
498
if( (*pComponentPrivate->overlay->
iRBuff
<=nKeyMax1 &&
499
*pComponentPrivate->overlay->
iRBuff
>=nKeyMin1) &&
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
302
OMX_U8 *
iRBuff
;
Completed in 40 milliseconds