Searched refs:pBitRateType (Results 1 – 3 of 3) sorted by relevance
547 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pBitRateType, in OMX_ComponentInit()551 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType, in OMX_ComponentInit()927 OMX_CONF_INIT_STRUCT(pCompPortIn->pBitRateType, OMX_VIDEO_PARAM_BITRATETYPE); in OMX_ComponentInit()928 pCompPortIn->pBitRateType->nPortIndex = VIDENC_INPUT_PORT; in OMX_ComponentInit()929 pCompPortIn->pBitRateType->eControlRate = OMX_Video_ControlRateDisable; in OMX_ComponentInit()930 pCompPortIn->pBitRateType->nTargetBitrate = 0; in OMX_ComponentInit()932 OMX_CONF_INIT_STRUCT(pCompPortOut->pBitRateType, OMX_VIDEO_PARAM_BITRATETYPE); in OMX_ComponentInit()933 pCompPortOut->pBitRateType->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()934 pCompPortOut->pBitRateType->eControlRate = OMX_Video_ControlRateConstant; in OMX_ComponentInit()935 pCompPortOut->pBitRateType->nTargetBitrate = pCompPortOut->pBitRateTypeConfig->nEncodeBitrate; in OMX_ComponentInit()[all …]
3189 pVidParamBitrate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType; in OMX_VIDENC_InitDSP_H264Enc()3467 pVidParamBitrate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType; in OMX_VIDENC_InitDSP_Mpeg4Enc()
524 OMX_VIDEO_PARAM_BITRATETYPE* pBitRateType; member