Searched refs:pOutPortDef (Results 1 - 6 of 6) 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/src/
H A DOMX_VideoDec_Utils.c879 /* Set pOutPortDef defaults */
880 OMX_CONF_INIT_STRUCT(pComponentPrivate->pOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE, pComponentPrivate->dbg);
881 pComponentPrivate->pOutPortDef->nPortIndex = VIDDEC_OUTPUT_PORT;
882 pComponentPrivate->pOutPortDef->eDir = OMX_DirOutput;
883 pComponentPrivate->pOutPortDef->nBufferCountActual = MAX_PRIVATE_OUT_BUFFERS;
884 pComponentPrivate->pOutPortDef->nBufferCountMin = VIDDEC_BUFFERMINCOUNT;
885 pComponentPrivate->pOutPortDef->nBufferSize = VIDDEC_DEFAULT_OUTPUT_BUFFER_SIZE;
886 pComponentPrivate->pOutPortDef->bEnabled = VIDDEC_PORT_ENABLED;
887 pComponentPrivate->pOutPortDef->bPopulated = VIDDEC_PORT_POPULATED;
888 pComponentPrivate->pOutPortDef
[all...]
H A DOMX_VideoDecoder.c356 OMX_MALLOC_STRUCT(pComponentPrivate->pOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
667 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE;
668 OMX_PRBUFFER2(pComponentPrivate->dbg, "Disabling VIDDEC_OUTPUT_PORT 0x%x\n",pComponentPrivate->pOutPortDef->bEnabled);
673 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE;
675 pComponentPrivate->pOutPortDef->bEnabled);
709 pComponentPrivate->pOutPortDef->bEnabled = OMX_TRUE;
710 OMX_PRBUFFER2(pComponentPrivate->dbg, "Enabling VIDDEC_OUTPUT_PORT 0x%x\n",pComponentPrivate->pOutPortDef->bEnabled);
714 pComponentPrivate->pOutPortDef->bEnabled = OMX_TRUE;
843 pMBBlocksTypeTo->nMacroblocks = pComponentPrivate->pOutPortDef->format.video.nFrameWidth *
844 pComponentPrivate->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 49 milliseconds