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

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 493 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...]
OMX_VideoEnc_Utils.c 581 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/
VideoEncTest.c 230 VIDENC_OUTPUT_PORT
844 pAppData->pH264->nPortIndex = VIDENC_OUTPUT_PORT;
881 pAppData->pOutPortDef->nPortIndex = VIDENC_OUTPUT_PORT;
918 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 408 VIDENC_OUTPUT_PORT

Completed in 43 milliseconds