Searched refs:bDisableIncomplete (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h445 OMX_BOOL bDisableIncomplete[NUM_OF_VPP_PORTS]; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c458 VPP_DPRINT("pPortDef->bEnabled %d pPortDef->bPopulated %d pMyData->bDisableIncomplete[nPortIndex] %d (%d)\n",
461 pMyData->bDisableIncomplete[nPortIndex],
468 if (pMyData->bDisableIncomplete[nPortIndex] == OMX_TRUE) {
470 pMyData->bDisableIncomplete[nPortIndex] = OMX_FALSE;
943 pComponentPrivate->bDisableIncomplete[nParam] = OMX_TRUE;
945 pComponentPrivate->bDisableIncomplete[nParam] = OMX_FALSE;
959 pComponentPrivate->bDisableIncomplete[i] = OMX_TRUE;
961 pComponentPrivate->bDisableIncomplete[i] = OMX_FALSE;

Completed in 49 milliseconds