Home
last modified time | relevance | path

Searched refs:bResyncDataEnable (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h676 OMX_BOOL bResyncDataEnable; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c732 pComponentPrivate->bResyncDataEnable=OMX_FALSE; in OMX_ComponentInit()
2409 … (*((OMX_BOOL*)ComponentConfigStructure)) = (OMX_BOOL)pComponentPrivate->bResyncDataEnable; in GetConfig()
2581 pComponentPrivate->bResyncDataEnable = (OMX_BOOL)(*((OMX_BOOL*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2704 if (pComponentPrivate->bResyncDataEnable) in OMX_VIDENC_Queue_Mpeg4_Buffer()
2962 if (pComponentPrivate->bResyncDataEnable==OMX_TRUE) in OMX_VIDENC_Process_FilledOutBuf()