Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h675 OMX_BOOL bMVDataEnable; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c731 pComponentPrivate->bMVDataEnable=OMX_FALSE; in OMX_ComponentInit()
2406 (*((OMX_BOOL*)ComponentConfigStructure)) = (OMX_BOOL)pComponentPrivate->bMVDataEnable; in GetConfig()
2578 pComponentPrivate->bMVDataEnable = (OMX_BOOL)(*((OMX_BOOL*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2692 if (pComponentPrivate->bMVDataEnable) in OMX_VIDENC_Queue_Mpeg4_Buffer()
2957 if (pComponentPrivate->bMVDataEnable==OMX_TRUE) in OMX_VIDENC_Process_FilledOutBuf()