Searched refs:pFrameRateConfig (Results 1 – 2 of 2) sorted by relevance
530 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pFrameRateConfig, in OMX_ComponentInit()534 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig, in OMX_ComponentInit()901 OMX_CONF_INIT_STRUCT(pCompPortIn->pFrameRateConfig, OMX_CONFIG_FRAMERATETYPE); in OMX_ComponentInit()902 pCompPortIn->pFrameRateConfig->nPortIndex = VIDENC_INPUT_PORT; in OMX_ComponentInit()903 pCompPortIn->pFrameRateConfig->xEncodeFramerate = 0; in OMX_ComponentInit()905 OMX_CONF_INIT_STRUCT(pCompPortOut->pFrameRateConfig, OMX_CONFIG_FRAMERATETYPE); in OMX_ComponentInit()906 pCompPortOut->pFrameRateConfig->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()907 pCompPortOut->pFrameRateConfig->xEncodeFramerate = (15<<16); in OMX_ComponentInit()2309 pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig, in GetConfig()2515 memcpy(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pFrameRateConfig, in SetConfig()
518 OMX_CONFIG_FRAMERATETYPE* pFrameRateConfig; member