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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c493 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT],
501 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef,
509 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortFormat,
518 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pProfileType,
526 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig,
534 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig,
538 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pErrorCorrectionType,
542 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pIntraRefreshType,
551 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType,
657 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT];
[all...]
H A DOMX_VideoEnc_Utils.c581 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT];
583 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef;
653 if (nParam1 == VIDENC_OUTPUT_PORT || nParam1 == (OMX_U32)-1)
667 eError = OMX_VIDENC_HandleCommandFlush(pComponentPrivate, VIDENC_OUTPUT_PORT, OMX_TRUE);
674 if (pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->hTunnelComponent == NULL)
754 else if (nParam1 == VIDENC_OUTPUT_PORT)
771 VIDENC_OUTPUT_PORT,
798 VIDENC_OUTPUT_PORT,
836 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef;
866 else if(nParam1 == VIDENC_OUTPUT_PORT)
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c230 VIDENC_OUTPUT_PORT enumerator in enum:VIDEOENC_PORT_INDEX
844 pAppData->pH264->nPortIndex = VIDENC_OUTPUT_PORT;
881 pAppData->pOutPortDef->nPortIndex = VIDENC_OUTPUT_PORT;
918 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT;
933 pAppData->pQuantization->nPortIndex = VIDENC_OUTPUT_PORT;
1053 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT;
1070 pAppData->pH263->nPortIndex = VIDENC_OUTPUT_PORT;
1085 pAppData->pQuantization->nPortIndex = VIDENC_OUTPUT_PORT;
1099 pAppData->pMpeg4->nPortIndex = VIDENC_OUTPUT_PORT;
1129 ErrorCorrectionType.nPortIndex= VIDENC_OUTPUT_PORT;
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h408 VIDENC_OUTPUT_PORT enumerator in enum:VIDEOENC_PORT_INDEX

Completed in 16 milliseconds