Home
last modified time | relevance | path

Searched refs:pInPortDef (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c1082 OMX_PARAM_PORTDEFINITIONTYPE* pInPortDef = NULL; in _tmain() local
1162 MALLOC(pInPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in _tmain()
1407 pInPortDef->nPortIndex = nIndex1; in _tmain()
1408 error = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition, pInPortDef); in _tmain()
1415 if (pInPortDef->eDir == nIndex1 ) { in _tmain()
1416 pInPortDef->nPortIndex = nIndex1; in _tmain()
1419 pInPortDef->nPortIndex = nIndex2; in _tmain()
1423 pInPortDef->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in _tmain()
1424 pInPortDef->nVersion.s.nVersionMajor = 0x1; in _tmain()
1425 pInPortDef->nVersion.s.nVersionMinor = 0x0; in _tmain()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c620 OMX_PARAM_PORTDEFINITIONTYPE* pInPortDef = NULL; local
731 pInPortDef = (OMX_PARAM_PORTDEFINITIONTYPE*)malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
856 eError = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition, pInPortDef);
862 if (pInPortDef->eDir == nIndex1 ) {
863 pInPortDef->nPortIndex = nIndex1;
866 pInPortDef->nPortIndex = nIndex2;
872 pInPortDef->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
873 pInPortDef->nVersion.s.nVersionMajor = 0x1;
874 pInPortDef->nVersion.s.nVersionMinor = 0x0;
875 pInPortDef->nVersion.s.nRevision = 0x0;
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c355 …OMX_MALLOC_STRUCT(pComponentPrivate->pInPortDef, OMX_PARAM_PORTDEFINITIONTYPE,pComponentPrivate->n… in OMX_ComponentInit()
571 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) { in VIDDEC_GetComponentVersion()
574 … else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) { in VIDDEC_GetComponentVersion()
577 …else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4)… in VIDDEC_GetComponentVersion()
578 … (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)) { in VIDDEC_GetComponentVersion()
581 …else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) { in VIDDEC_GetComponentVersion()
662 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
663 …mponentPrivate->dbg, "Disabling VIDDEC_INPUT_PORT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled); in VIDDEC_SendCommand()
672 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
674 …ponentPrivate->dbg, "Disabling OMX_ALL IN 0x%x OUT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled, in VIDDEC_SendCommand()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c313 OMX_PARAM_PORTDEFINITIONTYPE* pInPortDef; member
718 … eError = OMX_FreeBuffer(pHandle, pAppData->pInPortDef->nPortIndex, pAppData->pInBuff[nCounter]); in VIDENCTEST_HandleError()
808 pAppData->pInPortDef->nBufferCountActual = NUM_OF_IN_BUFFERS; in VIDENCTEST_SetH264Parameter()
809 pAppData->pInPortDef->nBufferCountMin = 1; in VIDENCTEST_SetH264Parameter()
810 pAppData->pInPortDef->bEnabled = OMX_TRUE; in VIDENCTEST_SetH264Parameter()
811 pAppData->pInPortDef->bPopulated = OMX_FALSE; in VIDENCTEST_SetH264Parameter()
812 pAppData->pInPortDef->eDomain = OMX_PortDomainVideo; in VIDENCTEST_SetH264Parameter()
815 pAppData->pInPortDef->format.video.cMIMEType = "yuv"; in VIDENCTEST_SetH264Parameter()
816 pAppData->pInPortDef->format.video.pNativeRender = NULL; in VIDENCTEST_SetH264Parameter()
817 pAppData->pInPortDef->format.video.nStride = -1; in VIDENCTEST_SetH264Parameter()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h854 OMX_PARAM_PORTDEFINITIONTYPE* pInPortDef; member
1349 (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingUnused))