Searched refs:sScale (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1545 OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure; local
1546 if(sScale->nPortIndex > OMX_VPP_MAXPORT_NUM){
1551 sScale->xWidth = ((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sScale.xWidth;
1552 sScale->xHeight = ((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sScale.xHeight;
1859 OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure; local
1860 if(sScale->nPortIndex > OMX_VPP_MAXPORT_NUM){
1865 ((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sScale.xWidth = sScale
[all...]
H A DOMX_VPP_Utils.c3374 /*Set sScale defaults*/
3375 pComponentPrivate->sScale.nSize = sizeof(OMX_CONFIG_SCALEFACTORTYPE);
3376 pComponentPrivate->sScale.nVersion.s.nVersionMajor = VPP_MAJOR_VER;
3377 pComponentPrivate->sScale.nVersion.s.nVersionMinor = VPP_MINOR_VER;
3378 pComponentPrivate->sScale.nVersion.s.nRevision = VPP_REVISION;
3379 pComponentPrivate->sScale.nVersion.s.nStep = VPP_STEP;
3380 pComponentPrivate->sScale.xHeight = 0;
3381 pComponentPrivate->sScale.xWidth = 0;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h440 OMX_CONFIG_SCALEFACTORTYPE sScale; member in struct:VPP_COMPONENT_PRIVATE

Completed in 68 milliseconds