Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c346 OMX_BOOL bForceIFrame; member
2254 pAppData->bForceIFrame = 0; in VIDENCTEST_CheckArgs()
2923 pAppData->bForceIFrame = OMX_TRUE; in main()
2927 …eError = OMX_SetConfig(pHandle, pAppData->nVideoEncodeCustomParamIndex, &(pAppData->bForceIFrame)); in main()
2935 pAppData->bForceIFrame = OMX_FALSE; in main()
2938 …eError = OMX_SetConfig(pHandle, pAppData->nVideoEncodeCustomParamIndex, &(pAppData->bForceIFrame)); in main()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h629 OMX_BOOL bForceIFrame; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c377 pComponentPrivate->bForceIFrame = OMX_FALSE; in OMX_ComponentInit()
2264 (*((OMX_BOOL*)ComponentConfigStructure)) = (OMX_BOOL)pComponentPrivate->bForceIFrame; in GetConfig()
2468 pComponentPrivate->bForceIFrame = (OMX_BOOL)(*((OMX_BOOL*)ComponentConfigStructure)); in SetConfig()
2867 pComponentPrivate->bForceIFrame = OMX_TRUE; in EmptyThisBuffer()
2871 pComponentPrivate->bForceIFrame = OMX_FALSE; in EmptyThisBuffer()
DOMX_VideoEnc_Utils.c2490 …rams)->H264VENC_TI_DYNAMICPARAMS.videncDynamicParams.forceIFrame = pComponentPrivate->bForceIFrame; in OMX_VIDENC_Process_FilledInBuf()
2605 pComponentPrivate->bForceIFrame = 0; in OMX_VIDENC_Process_FilledInBuf()
2668 pUalgInpParams->ulForceIFrame = pComponentPrivate->bForceIFrame; in OMX_VIDENC_Queue_Mpeg4_Buffer()
2709 pComponentPrivate->bForceIFrame = OMX_FALSE; in OMX_VIDENC_Queue_Mpeg4_Buffer()