Searched refs:VIDENC_OUTPUT_PORT (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 493 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT], in OMX_ComponentInit() 501 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef, in OMX_ComponentInit() 509 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortFormat, in OMX_ComponentInit() 518 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pProfileType, in OMX_ComponentInit() 526 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig, in OMX_ComponentInit() 534 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig, in OMX_ComponentInit() 538 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pErrorCorrectionType, in OMX_ComponentInit() 542 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pIntraRefreshType, in OMX_ComponentInit() 551 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType, in OMX_ComponentInit() 657 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]; in OMX_ComponentInit() [all …]
|
D | OMX_VideoEnc_Utils.c | 581 pCompPortOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]; in OMX_VIDENC_HandleCommandDisablePort() 583 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in OMX_VIDENC_HandleCommandDisablePort() 653 if (nParam1 == VIDENC_OUTPUT_PORT || nParam1 == (OMX_U32)-1) in OMX_VIDENC_HandleCommandDisablePort() 667 eError = OMX_VIDENC_HandleCommandFlush(pComponentPrivate, VIDENC_OUTPUT_PORT, OMX_TRUE); in OMX_VIDENC_HandleCommandDisablePort() 674 if (pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->hTunnelComponent == NULL) in OMX_VIDENC_HandleCommandDisablePort() 754 else if (nParam1 == VIDENC_OUTPUT_PORT) in OMX_VIDENC_HandleCommandDisablePort() 771 VIDENC_OUTPUT_PORT, in OMX_VIDENC_HandleCommandDisablePort() 798 VIDENC_OUTPUT_PORT, in OMX_VIDENC_HandleCommandDisablePort() 836 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in OMX_VIDENC_HandleCommandEnablePort() 866 else if(nParam1 == VIDENC_OUTPUT_PORT) in OMX_VIDENC_HandleCommandEnablePort() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 230 VIDENC_OUTPUT_PORT enumerator 844 pAppData->pH264->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetH264Parameter() 918 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetH264Parameter() 933 pAppData->pQuantization->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetH264Parameter() 1053 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetMpeg4Parameter() 1070 pAppData->pH263->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetMpeg4Parameter() 1085 pAppData->pQuantization->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetMpeg4Parameter() 1099 pAppData->pMpeg4->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetMpeg4Parameter() 1129 ErrorCorrectionType.nPortIndex= VIDENC_OUTPUT_PORT; in VIDENCTEST_SetMpeg4Parameter() 2528 eError = OMX_SendCommand(pHandle, OMX_CommandPortDisable, VIDENC_OUTPUT_PORT, NULL); in VIDENCTEST_HandlePortDisable() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 408 VIDENC_OUTPUT_PORT enumerator
|