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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c284 static OMX_ERRORTYPE GetComponentPortDef(OMX_HANDLETYPE pHandleVPP, COMPONENT_PORTINDEX_DEF *pVppPortDef) argument
325 pVppPortDef->input_port= i;
331 pVppPortDef->overlay_port = i;
337 pVppPortDef->rgboutput_port = i;
344 pVppPortDef->yuvoutput_port = i;
349 APP_DPRINT("VPPTEST:: input port is %d\n", pVppPortDef->input_port);
350 APP_DPRINT("VPPTEST:: overlay port is %d\n", pVppPortDef->overlay_port);
351 APP_DPRINT("VPPTEST:: RGB output port is %d\n", pVppPortDef->rgboutput_port);
352 APP_DPRINT("VPPTEST:: YUV output port is %d\n", pVppPortDef->yuvoutput_port);

Completed in 48 milliseconds