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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c621 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef = NULL; local
732 pOutPortDef = (OMX_PARAM_PORTDEFINITIONTYPE*)malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
929 memset(pOutPortDef, 0x0, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
930 eError = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition, pOutPortDef);
936 if (pOutPortDef->eDir == nIndex1 ) {
937 pOutPortDef->nPortIndex = nIndex1;
940 pOutPortDef->nPortIndex = nIndex2;
946 pOutPortDef->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
947 pOutPortDef->nVersion.s.nVersionMajor = 0x1;
948 pOutPortDef
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1083 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef = NULL; local
1163 MALLOC(pOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE);
1492 pOutPortDef->nPortIndex = nIndex2;
1493 error = OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, pOutPortDef);
1499 if (pOutPortDef->eDir == nIndex1 ) {
1500 pOutPortDef->nPortIndex = nIndex1;
1503 pOutPortDef->nPortIndex = nIndex2;
1507 pOutPortDef->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
1508 pOutPortDef->nVersion.s.nVersionMajor = 0x1;
1509 pOutPortDef
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c314 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef; member in struct:MYDATATYPE
707 eError = OMX_FreeBuffer(pHandle, pAppData->pOutPortDef->nPortIndex, pAppData->pOutBuff[nCounter]);
875 /*memset(pAppData->pOutPortDef, 0x1, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
876 pAppData->pOutPortDef->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
877 pAppData->pOutPortDef->nVersion.s.nVersionMajor = 0x1;
878 pAppData->pOutPortDef->nVersion.s.nVersionMinor = 0x0;
879 pAppData->pOutPortDef->nVersion.s.nRevision = 0x0;
880 pAppData->pOutPortDef->nVersion.s.nStep = 0x0;
881 pAppData->pOutPortDef->nPortIndex = VIDENC_OUTPUT_PORT;
882 pAppData->pOutPortDef
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h849 * pOutPortDef : Add desc here...
855 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 96 milliseconds