Searched defs:Rotate (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1517 OMX_CONFIG_ROTATIONTYPE *Rotate = (OMX_CONFIG_ROTATIONTYPE*)ComponentConfigStructure; local
1518 if (Rotate->nPortIndex==OMX_VPP_RGB_OUTPUT_PORT) {
1519 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulRGBRotation;
1521 else if (Rotate->nPortIndex==OMX_VPP_YUV_OUTPUT_PORT) {
1522 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation;
1524 else if (Rotate->nPortIndex==OMX_VPP_INPUT_PORT ||Rotate->nPortIndex==OMX_VPP_INPUT_OVERLAY_PORT){
1525 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation;
1678 OMX_CONFIG_ROTATIONTYPE *Rotate = (OMX_CONFIG_ROTATIONTYPE*)ComponentConfigStructure; local
1681 if (((Rotate
[all...]

Completed in 734 milliseconds