Searched refs:pVidParamBitrate (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c337 OMX_VIDEO_PARAM_BITRATETYPE* pVidParamBitrate; member in struct:MYDATATYPE
913 pAppData->pVidParamBitrate->nSize = sizeof(OMX_VIDEO_PARAM_BITRATETYPE);
914 pAppData->pVidParamBitrate->nVersion.s.nVersionMajor = 0x1;
915 pAppData->pVidParamBitrate->nVersion.s.nVersionMinor = 0x0;
916 pAppData->pVidParamBitrate->nVersion.s.nRevision = 0x0;
917 pAppData->pVidParamBitrate->nVersion.s.nStep = 0x0;
918 pAppData->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT;
919 pAppData->pVidParamBitrate->eControlRate = pAppData->eControlRate;
920 pAppData->pVidParamBitrate->nTargetBitrate = pAppData->pOutPortDef->format.video.nBitrate;
923 eError = OMX_SetParameter (pHandle, OMX_IndexParamVideoBitrate, pAppData->pVidParamBitrate);
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c3179 OMX_VIDEO_PARAM_BITRATETYPE* pVidParamBitrate = NULL; local
3189 pVidParamBitrate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType;
3293 if (pVidParamBitrate->eControlRate == OMX_Video_ControlRateVariable)
3297 else if (pVidParamBitrate->eControlRate == OMX_Video_ControlRateConstant)
3301 else if (pVidParamBitrate->eControlRate == OMX_Video_ControlRateDisable)
3458 OMX_VIDEO_PARAM_BITRATETYPE* pVidParamBitrate = NULL; local
3467 pVidParamBitrate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateType;
3634 if (pVidParamBitrate->eControlRate == OMX_Video_ControlRateConstant)
3638 else if (pVidParamBitrate->eControlRate == OMX_Video_ControlRateVariable)
3642 else if (pVidParamBitrate
[all...]
H A DOMX_VideoEncoder.c571 VIDENC_MALLOC(pComponentPrivate->pVidParamBitrate,
847 /* Set pVidParamBitrate and intraRefreshType defaults */
861 /* Set pVidParamBitrate defaults */
862 OMX_CONF_INIT_STRUCT(pComponentPrivate->pVidParamBitrate, OMX_VIDEO_PARAM_BITRATETYPE);
863 pComponentPrivate->pVidParamBitrate->nPortIndex = VIDENC_OUTPUT_PORT;
864 pComponentPrivate->pVidParamBitrate->eControlRate = OMX_Video_ControlRateConstant;
865 pComponentPrivate->pVidParamBitrate->nTargetBitrate = 64000;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h580 OMX_VIDEO_PARAM_BITRATETYPE* pVidParamBitrate; member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 367 milliseconds