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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h82 #define NUM_OF_VPP_PORTS (4) macro
358 VPP_PORT_TYPE sCompPorts[NUM_OF_VPP_PORTS];
445 OMX_BOOL bDisableIncomplete[NUM_OF_VPP_PORTS];
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c752 if (nParam1 >= 0 && nParam1 < NUM_OF_VPP_PORTS ){
758 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++)
767 if ((nParam1 >= 0 && nParam1 < NUM_OF_VPP_PORTS) &&
784 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++) {
874 for (i = 0; i < NUM_OF_VPP_PORTS; i ++) {
971 } /* for (i = 0; i < NUM_OF_VPP_PORTS; i ++) */
1046 for (nPortIndex = 0; nPortIndex < NUM_OF_VPP_PORTS; nPortIndex++) {
1278 for( nIndex = 0; nIndex < NUM_OF_VPP_PORTS; nIndex++) {
1332 /* for (nIndex = 0; nIndex < NUM_OF_VPP_PORTS; nIndex ++) { */
1387 for( nIndex = 0; nIndex < NUM_OF_VPP_PORTS; nInde
[all...]
H A DOMX_VPP.c935 if ((nParam >= NUM_OF_VPP_PORTS) && (nParam != OMX_ALL)) {
955 for (i = 0; i < NUM_OF_VPP_PORTS; i ++) {
976 if ((nParam >= NUM_OF_VPP_PORTS) && (nParam != OMX_ALL)) {
1099 if(portindex >= 0 && portindex < NUM_OF_VPP_PORTS){ /*The validation should be done in two parts, if the portindex is a wrong number the next validation could generate a segmentation fault*/

Completed in 98 milliseconds