Searched refs:OMX_NOPORT (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h77 #define OMX_NOPORT 0xFFFFFFFE macro
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c129 #define OMX_NOPORT 0xfffffffe macro
786 pBufferHdr->nOutputPortIndex = OMX_NOPORT;
799 pBufferHdr->nInputPortIndex = OMX_NOPORT;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h292 #define OMX_NOPORT 0xFFFFFFFE macro
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h81 #define OMX_NOPORT 0xFFFFFFFE macro
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c201 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nOutputPortIndex = OMX_NOPORT;
218 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nInputPortIndex = OMX_NOPORT;
534 pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->pBufferHdr->nOutputPortIndex = OMX_NOPORT;
537 pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->pBufferHdr->nInputPortIndex = OMX_NOPORT;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c368 pBuffHeader->nOutputPortIndex = OMX_NOPORT;
371 pBuffHeader->nInputPortIndex = OMX_NOPORT;
2199 pBufferHdr->nOutputPortIndex = OMX_NOPORT;
2213 pBufferHdr->nInputPortIndex = OMX_NOPORT;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c288 pBufferHdr->nOutputPortIndex = OMX_NOPORT;
301 pBufferHdr->nInputPortIndex = OMX_NOPORT;
555 pBufListObj->nOutputPortIndex = OMX_NOPORT;
574 pBufListObj->nInputPortIndex = OMX_NOPORT;
H A DOMX_VPP_Utils.c3399 pComponentPrivate->nFlushPort = OMX_NOPORT;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h101 #define OMX_NOPORT 0xFFFFFFFE macro
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c2808 pBufHead->nOutputPortIndex != OMX_NOPORT)
2960 pBufHead->nInputPortIndex != OMX_NOPORT)
3404 pBufferPrivate->pBufferHdr->nOutputPortIndex = OMX_NOPORT;
3408 pBufferPrivate->pBufferHdr->nInputPortIndex = OMX_NOPORT;
3725 (*pBufHead)->nOutputPortIndex = OMX_NOPORT;
3729 (*pBufHead)->nInputPortIndex = OMX_NOPORT;

Completed in 413 milliseconds