HomeSort by relevance Sort by last modified time
    Searched refs:PROXY_assert (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 39 PROXY_assert(pHandle->pComponentPrivate != NULL,
53 PROXY_assert(pComponentPrivate->cCompName != NULL,
58 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
omx_proxy_videodec.c 136 PROXY_assert(pHandle->pComponentPrivate != NULL,
150 PROXY_assert(pComponentPrivate->cCompName != NULL,
180 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
187 PROXY_assert(eError == OMX_ErrorNone, eError, "Proxy common init returned error");
231 PROXY_assert(eError == OMX_ErrorNone,
287 PROXY_assert(eError == OMX_ErrorNone,
292 PROXY_assert(eError == OMX_ErrorNone,
323 PROXY_assert((hComp->pComponentPrivate != NULL),
345 PROXY_assert((eError == OMX_ErrorNone) || (eError == OMX_ErrorNoMore),
431 PROXY_assert(eError == OMX_ErrorNone
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 163 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
213 PROXY_assert((eError == OMX_ErrorNone), eError,
275 PROXY_assert((eError == OMX_ErrorNone), eError,
350 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
375 PROXY_assert(eOsalError == TIMM_OSAL_ERR_NONE,
416 PROXY_assert((eError == OMX_ErrorNone) ||
427 PROXY_assert(dcc_dir[nIndex] != NULL,
472 PROXY_assert(MemReqDescTiler != NULL,
480 PROXY_assert(DCC_Buff != NULL,
486 PROXY_assert(dccbuf_size > 0, OMX_ErrorInsufficientResources
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 155 PROXY_assert((eError == OMX_ErrorNone) || (eError == OMX_ErrorNoMore), eError, "Error returned from OMX API in ducati"); \
263 PROXY_assert((nData1 != 0), OMX_ErrorBadParameter,
280 PROXY_assert((count != pCompPrv->nTotalBuffers),
290 PROXY_assert((pEventData != NULL), OMX_ErrorUndefined,
363 PROXY_assert((count != pCompPrv->nTotalBuffers),
438 PROXY_assert((count != pCompPrv->nTotalBuffers),
502 PROXY_assert((count != pCompPrv->nTotalBuffers),
512 PROXY_assert(eError == OMX_ErrorNone, eError, "");
519 PROXY_assert(pBufferHdr->pMarkData != NULL,
532 PROXY_assert(pMarkCompPrv != NULL
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 162 PROXY_assert(pHandle->pComponentPrivate != NULL,
176 PROXY_assert(pComponentPrivate->cCompName != NULL,
186 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
198 PROXY_assert(eOSALStatus == TIMM_OSAL_ERR_NONE,
204 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
283 PROXY_assert((hComp->pComponentPrivate != NULL),
350 PROXY_assert((eError == OMX_ErrorNone) || (eError == OMX_ErrorNoMore),
409 PROXY_assert(0, OMX_ErrorInsufficientResources,
430 PROXY_assert(0, OMX_ErrorInsufficientResources,
466 PROXY_assert(eError == OMX_ErrorNone, eError," Error in Proxy GetParameter for Port Def")
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 161 PROXY_assert(pHandle->pComponentPrivate != NULL,
175 PROXY_assert(pComponentPrivate->cCompName != NULL,
185 PROXY_assert(pComponentPrivate->pCompProxyPrv != NULL,
197 PROXY_assert(eOSALStatus == TIMM_OSAL_ERR_NONE,
204 PROXY_assert(strlen(COMPONENT_NAME) + 1 < MAX_COMPONENT_NAME_LENGTH,
281 PROXY_assert((hComp->pComponentPrivate != NULL),
339 PROXY_assert((eError == OMX_ErrorNone) || (eError == OMX_ErrorNoMore),
396 PROXY_assert(0, OMX_ErrorInsufficientResources,
415 PROXY_assert(0, OMX_ErrorInsufficientResources,
449 PROXY_assert(eError == OMX_ErrorNone, eError," Error in Proxy GetParameter for Port Def")
    [all...]
  /hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h 90 #define PROXY_assert PROXY_paramCheck

Completed in 1015 milliseconds