Home
last modified time | relevance | path

Searched refs:nAIRRate (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h612 unsigned int nAIRRate; /* same as OMX_VIDEO_PARAM_INTRAREFRESHTYPE */ member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c350 OMX_U32 nAIRRate; member
1611 pAppData->nAIRRate = 0; /* Refer to DSP socket node interface guide for usage */ in VIDENCTEST_Starting()
1612 eError = OMX_SetConfig(pHandle, pAppData->nVideoEncodeCustomParamIndex, &(pAppData->nAIRRate)); in VIDENCTEST_Starting()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c380 pComponentPrivate->nAIRRate = 0; in OMX_ComponentInit()
2276 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nAIRRate; in GetConfig()
2480 pComponentPrivate->nAIRRate = (OMX_U32)(*((OMX_U32*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2507 …GInputParams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.airMbPeriod = pComponentPrivate->nAIRRate; in OMX_VIDENC_Process_FilledInBuf()
3389 pComponentPrivate->nAIRRate = 0; in OMX_VIDENC_InitDSP_H264Enc()