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

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 489 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT],
497 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortDef,
505 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortFormat,
514 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pProfileType,
522 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pBitRateTypeConfig,
530 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pFrameRateConfig,
547 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pBitRateType,
595 pComponentPrivate->pPortParamType->nStartPortNumber = VIDENC_INPUT_PORT;
612 pCompPortIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT];
618 pPortDef->nPortIndex = VIDENC_INPUT_PORT;
    [all...]
OMX_VideoEnc_Utils.c 580 pCompPortIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT];
582 pPortDefIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortDef;
588 if (nParam1 == VIDENC_INPUT_PORT || nParam1 == (OMX_U32)-1)
602 eError = OMX_VIDENC_HandleCommandFlush(pComponentPrivate, VIDENC_INPUT_PORT, OMX_TRUE);
732 if (nParam1 == VIDENC_INPUT_PORT)
749 VIDENC_INPUT_PORT,
793 VIDENC_INPUT_PORT,
835 pPortDefIn = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortDef;
842 if(nParam1 == VIDENC_INPUT_PORT)
861 VIDENC_INPUT_PORT,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 229 VIDENC_INPUT_PORT = 0x0,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 407 VIDENC_INPUT_PORT = 0x0,

Completed in 50 milliseconds