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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c140 static COMPONENT_PORTINDEX_DEF MyVppPortDef; variable
252 if(pBuffer->nOutputPortIndex==MyVppPortDef.rgboutput_port){
256 else if(pBuffer->nOutputPortIndex==MyVppPortDef.yuvoutput_port){
270 if(pBuffer->nInputPortIndex == MyVppPortDef.input_port){
274 else if(pBuffer->nInputPortIndex == MyVppPortDef.overlay_port){
893 error = GetComponentPortDef(pHandle, &MyVppPortDef);
980 pCompPrivateStruct->nPortIndex = MyVppPortDef.input_port;
1004 pCompPrivateStruct->nPortIndex = MyVppPortDef.overlay_port;
1018 OMX_SendCommand(pHandle, OMX_CommandPortDisable, MyVppPortDef.overlay_port, NULL);
1082 pCompPrivateStruct->nPortIndex = MyVppPortDef
[all...]

Completed in 53 milliseconds