HomeSort by relevance Sort by last modified time
    Searched refs:pOutPortDef (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 621 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef = NULL;
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->nVersion.s.nVersionMinor = 0x0;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 314 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef;
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->eDir = OMX_DirOutput;*
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
OMX_VideoDecoder.c 356 OMX_MALLOC_STRUCT(pComponentPrivate->pOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 849 * pOutPortDef : Add desc here...
855 OMX_PARAM_PORTDEFINITIONTYPE* pOutPortDef;
    [all...]

Completed in 196 milliseconds