Searched refs:pFrameRateConfig (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c530 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pFrameRateConfig,
534 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig,
901 OMX_CONF_INIT_STRUCT(pCompPortIn->pFrameRateConfig, OMX_CONFIG_FRAMERATETYPE);
902 pCompPortIn->pFrameRateConfig->nPortIndex = VIDENC_INPUT_PORT;
903 pCompPortIn->pFrameRateConfig->xEncodeFramerate = 0;
905 OMX_CONF_INIT_STRUCT(pCompPortOut->pFrameRateConfig, OMX_CONFIG_FRAMERATETYPE);
906 pCompPortOut->pFrameRateConfig->nPortIndex = VIDENC_OUTPUT_PORT;
907 pCompPortOut->pFrameRateConfig->xEncodeFramerate = (15<<16);
2309 pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig,
2515 memcpy(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig,
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h518 OMX_CONFIG_FRAMERATETYPE* pFrameRateConfig; member in struct:VIDEOENC_PORT_TYPE

Completed in 496 milliseconds